Class: Aws::Types::DescribeInferenceExperimentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInferenceExperimentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_metadata ⇒ Types::EndpointMetadata
Returns the value of attribute endpoint_metadata.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
Returns the value of attribute model_variants.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
-
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#type ⇒ "ShadowMode"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def arn @arn end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def creation_time @creation_time end |
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def description @description end |
#endpoint_metadata ⇒ Types::EndpointMetadata
Returns the value of attribute endpoint_metadata.
4526 4527 4528 |
# File 'sig/types.rbs', line 4526 def @endpoint_metadata end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def kms_key @kms_key end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4524 4525 4526 |
# File 'sig/types.rbs', line 4524 def last_modified_time @last_modified_time end |
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
Returns the value of attribute model_variants.
4527 4528 4529 |
# File 'sig/types.rbs', line 4527 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4525 4526 4527 |
# File 'sig/types.rbs', line 4525 def role_arn @role_arn end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
4529 4530 4531 |
# File 'sig/types.rbs', line 4529 def shadow_mode_config @shadow_mode_config end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def status_reason @status_reason end |
#type ⇒ "ShadowMode"
Returns the value of attribute type.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def type @type end |