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.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def arn @arn end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4539 4540 4541 |
# File 'sig/types.rbs', line 4539 def creation_time @creation_time end |
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
Returns the value of attribute data_storage_config.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def data_storage_config @data_storage_config end |
#description ⇒ ::String
Returns the value of attribute description.
4538 4539 4540 |
# File 'sig/types.rbs', line 4538 def description @description end |
#endpoint_metadata ⇒ Types::EndpointMetadata
Returns the value of attribute endpoint_metadata.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def kms_key @kms_key end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def last_modified_time @last_modified_time end |
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
Returns the value of attribute model_variants.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def model_variants @model_variants end |
#name ⇒ ::String
Returns the value of attribute name.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def role_arn @role_arn end |
#schedule ⇒ Types::InferenceExperimentSchedule
Returns the value of attribute schedule.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def schedule @schedule end |
#shadow_mode_config ⇒ Types::ShadowModeConfig
Returns the value of attribute shadow_mode_config.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def shadow_mode_config @shadow_mode_config end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4536 4537 4538 |
# File 'sig/types.rbs', line 4536 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
4537 4538 4539 |
# File 'sig/types.rbs', line 4537 def status_reason @status_reason end |
#type ⇒ "ShadowMode"
Returns the value of attribute type.
4534 4535 4536 |
# File 'sig/types.rbs', line 4534 def type @type end |