Module: Aws::SageMaker::Client::_DescribeInferenceExperimentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInferenceExperimentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
- #description ⇒ ::String
- #endpoint_metadata ⇒ Types::EndpointMetadata
- #kms_key ⇒ ::String
- #last_modified_time ⇒ ::Time
- #model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #schedule ⇒ Types::InferenceExperimentSchedule
- #shadow_mode_config ⇒ Types::ShadowModeConfig
- #status ⇒ "Creating", ...
- #status_reason ⇒ ::String
- #type ⇒ "ShadowMode"
Instance Method Details
#arn ⇒ ::String
4359 |
# File 'sig/client.rbs', line 4359
def arn: () -> ::String
|
#completion_time ⇒ ::Time
4367 |
# File 'sig/client.rbs', line 4367
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
4366 |
# File 'sig/client.rbs', line 4366
def creation_time: () -> ::Time
|
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
4372 |
# File 'sig/client.rbs', line 4372
def data_storage_config: () -> Types::InferenceExperimentDataStorageConfig
|
#description ⇒ ::String
4365 |
# File 'sig/client.rbs', line 4365
def description: () -> ::String
|
#endpoint_metadata ⇒ Types::EndpointMetadata
4370 |
# File 'sig/client.rbs', line 4370
def endpoint_metadata: () -> Types::EndpointMetadata
|
#kms_key ⇒ ::String
4374 |
# File 'sig/client.rbs', line 4374
def kms_key: () -> ::String
|
#last_modified_time ⇒ ::Time
4368 |
# File 'sig/client.rbs', line 4368
def last_modified_time: () -> ::Time
|
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
4371 |
# File 'sig/client.rbs', line 4371
def model_variants: () -> ::Array[Types::ModelVariantConfigSummary]
|
#name ⇒ ::String
4360 |
# File 'sig/client.rbs', line 4360
def name: () -> ::String
|
#role_arn ⇒ ::String
4369 |
# File 'sig/client.rbs', line 4369
def role_arn: () -> ::String
|
#schedule ⇒ Types::InferenceExperimentSchedule
4362 |
# File 'sig/client.rbs', line 4362
def schedule: () -> Types::InferenceExperimentSchedule
|
#shadow_mode_config ⇒ Types::ShadowModeConfig
4373 |
# File 'sig/client.rbs', line 4373
def shadow_mode_config: () -> Types::ShadowModeConfig
|
#status ⇒ "Creating", ...
4363 |
# File 'sig/client.rbs', line 4363
def status: () -> ("Creating" | "Created" | "Updating" | "Running" | "Starting" | "Stopping" | "Completed" | "Cancelled")
|
#status_reason ⇒ ::String
4364 |
# File 'sig/client.rbs', line 4364
def status_reason: () -> ::String
|
#type ⇒ "ShadowMode"
4361 |
# File 'sig/client.rbs', line 4361
def type: () -> ("ShadowMode")
|