Class: Aws::Neptunedata::Types::CancelMLModelTrainingJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the cancellation.

Returns:

  • (String)


202
203
204
205
206
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 202

class CancelMLModelTrainingJobOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end