Class: Aws::Types::CollaborationTrainedModelExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationTrainedModelExportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_configuration ⇒ Types::TrainedModelExportOutputConfiguration
Returns the value of attribute output_configuration.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
154 155 156 |
# File 'sig/types.rbs', line 154 def collaboration_identifier @collaboration_identifier end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
143 144 145 |
# File 'sig/types.rbs', line 143 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
149 150 151 |
# File 'sig/types.rbs', line 149 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
153 154 155 |
# File 'sig/types.rbs', line 153 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
145 146 147 |
# File 'sig/types.rbs', line 145 def name @name end |
#output_configuration ⇒ Types::TrainedModelExportOutputConfiguration
Returns the value of attribute output_configuration.
146 147 148 |
# File 'sig/types.rbs', line 146 def output_configuration @output_configuration end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
147 148 149 |
# File 'sig/types.rbs', line 147 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
148 149 150 |
# File 'sig/types.rbs', line 148 def status_details @status_details end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
151 152 153 |
# File 'sig/types.rbs', line 151 def trained_model_arn @trained_model_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
152 153 154 |
# File 'sig/types.rbs', line 152 def trained_model_version_identifier @trained_model_version_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
144 145 146 |
# File 'sig/types.rbs', line 144 def update_time @update_time end |