Class: Aws::Types::StartMLModelTrainingJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def arn
  @arn
end

#creation_time_in_millis::Integer

Returns the value of attribute creation_time_in_millis.

Returns:

  • (::Integer)


920
921
922
# File 'sig/types.rbs', line 920

def creation_time_in_millis
  @creation_time_in_millis
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def id
  @id
end