Class: Aws::Types::TrainedModelInferenceJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelInferenceJobSummary
- 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.
-
#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.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def description @description end |
#logs_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute logs_status.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def logs_status @logs_status end |
#logs_status_details ⇒ ::String
Returns the value of attribute logs_status_details.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def logs_status_details @logs_status_details end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def membership_identifier @membership_identifier end |
#metrics_status ⇒ "PUBLISH_SUCCEEDED", "PUBLISH_FAILED"
Returns the value of attribute metrics_status.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def metrics_status @metrics_status end |
#metrics_status_details ⇒ ::String
Returns the value of attribute metrics_status_details.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 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.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def ml_model_inference_payer_account_id @ml_model_inference_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def name @name end |
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def output_configuration @output_configuration end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def status @status end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def trained_model_arn @trained_model_arn end |
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 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.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def trained_model_version_identifier @trained_model_version_identifier end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def update_time @update_time end |