Class: Aws::Types::CollaborationTrainedModelInferenceJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationTrainedModelInferenceJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#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.
-
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
-
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
-
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
-
#ml_model_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_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.
164 165 166 |
# File 'sig/types.rbs', line 164 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
174 175 176 |
# File 'sig/types.rbs', line 174 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
168 169 170 |
# File 'sig/types.rbs', line 168 def description @description end |
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
171 172 173 |
# File 'sig/types.rbs', line 171 def logs_status @logs_status end |
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
172 173 174 |
# File 'sig/types.rbs', line 172 def logs_status_details @logs_status_details end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
161 162 163 |
# File 'sig/types.rbs', line 161 def membership_identifier @membership_identifier end |
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
169 170 171 |
# File 'sig/types.rbs', line 169 def metrics_status @metrics_status end |
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
170 171 172 |
# File 'sig/types.rbs', line 170 def metrics_status_details @metrics_status_details end |
#ml_model_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def ml_model_inference_payer_account_id @ml_model_inference_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
167 168 169 |
# File 'sig/types.rbs', line 167 def name @name end |
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
166 167 168 |
# File 'sig/types.rbs', line 166 def output_configuration @output_configuration end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
165 166 167 |
# File 'sig/types.rbs', line 165 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
162 163 164 |
# File 'sig/types.rbs', line 162 def trained_model_arn @trained_model_arn end |
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def trained_model_inference_job_arn @trained_model_inference_job_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
163 164 165 |
# File 'sig/types.rbs', line 163 def trained_model_version_identifier @trained_model_version_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def update_time @update_time end |