Class: Aws::Types::InferenceExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_result_object ⇒ Types::S3Object
Returns the value of attribute customer_result_object.
-
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
-
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
-
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
-
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
-
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
-
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
-
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
-
#scheduled_start_time ⇒ ::Time
Returns the value of attribute scheduled_start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#customer_result_object ⇒ Types::S3Object
Returns the value of attribute customer_result_object.
510 511 512 |
# File 'sig/types.rbs', line 510 def customer_result_object @customer_result_object end |
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
507 508 509 |
# File 'sig/types.rbs', line 507 def data_end_time @data_end_time end |
#data_input_configuration ⇒ Types::InferenceInputConfiguration
Returns the value of attribute data_input_configuration.
508 509 510 |
# File 'sig/types.rbs', line 508 def data_input_configuration @data_input_configuration end |
#data_output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute data_output_configuration.
509 510 511 |
# File 'sig/types.rbs', line 509 def data_output_configuration @data_output_configuration end |
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
506 507 508 |
# File 'sig/types.rbs', line 506 def data_start_time @data_start_time end |
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
512 513 514 |
# File 'sig/types.rbs', line 512 def failed_reason @failed_reason end |
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
503 504 505 |
# File 'sig/types.rbs', line 503 def inference_scheduler_name @inference_scheduler_name end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
502 503 504 |
# File 'sig/types.rbs', line 502 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
501 502 503 |
# File 'sig/types.rbs', line 501 def model_name @model_name end |
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
513 514 515 |
# File 'sig/types.rbs', line 513 def model_version @model_version end |
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
514 515 516 |
# File 'sig/types.rbs', line 514 def model_version_arn @model_version_arn end |
#scheduled_start_time ⇒ ::Time
Returns the value of attribute scheduled_start_time.
505 506 507 |
# File 'sig/types.rbs', line 505 def scheduled_start_time @scheduled_start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
511 512 513 |
# File 'sig/types.rbs', line 511 def status @status end |