Class: Aws::Types::FlywheelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_model_arn::String

Returns the value of attribute active_model_arn.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def active_model_arn
  @active_model_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def creation_time
  @creation_time
end

#data_lake_s3_uri::String

Returns the value of attribute data_lake_s3_uri.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def data_lake_s3_uri
  @data_lake_s3_uri
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def flywheel_arn
  @flywheel_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def last_modified_time
  @last_modified_time
end

#latest_flywheel_iteration::String

Returns the value of attribute latest_flywheel_iteration.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def latest_flywheel_iteration
  @latest_flywheel_iteration
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def message
  @message
end

#model_type"DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"

Returns the value of attribute model_type.

Returns:

  • ("DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER")


1130
1131
1132
# File 'sig/types.rbs', line 1130

def model_type
  @model_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def status
  @status
end