Class: Aws::Types::CancelMLModelTrainingJobInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cleanBoolean

Returns the value of attribute clean.

Returns:

  • (Boolean)


67
68
69
# File 'sig/types.rbs', line 67

def clean
  @clean
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def id
  @id
end

#neptune_iam_role_arn::String

Returns the value of attribute neptune_iam_role_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def neptune_iam_role_arn
  @neptune_iam_role_arn
end