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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-neptunedata/types.rb', line 202

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