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
4315 |
# File 'sig/client.rbs', line 4315
def arn: () -> ::String
|
#completion_time ⇒ ::Time
4323 |
# File 'sig/client.rbs', line 4323
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
4322 |
# File 'sig/client.rbs', line 4322
def creation_time: () -> ::Time
|
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
4328 |
# File 'sig/client.rbs', line 4328
def data_storage_config: () -> Types::InferenceExperimentDataStorageConfig
|
#description ⇒ ::String
4321 |
# File 'sig/client.rbs', line 4321
def description: () -> ::String
|
#endpoint_metadata ⇒ Types::EndpointMetadata
4326 |
# File 'sig/client.rbs', line 4326
def endpoint_metadata: () -> Types::EndpointMetadata
|
#kms_key ⇒ ::String
4330 |
# File 'sig/client.rbs', line 4330
def kms_key: () -> ::String
|
#last_modified_time ⇒ ::Time
4324 |
# File 'sig/client.rbs', line 4324
def last_modified_time: () -> ::Time
|
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
4327 |
# File 'sig/client.rbs', line 4327
def model_variants: () -> ::Array[Types::ModelVariantConfigSummary]
|
#name ⇒ ::String
4316 |
# File 'sig/client.rbs', line 4316
def name: () -> ::String
|
#role_arn ⇒ ::String
4325 |
# File 'sig/client.rbs', line 4325
def role_arn: () -> ::String
|
#schedule ⇒ Types::InferenceExperimentSchedule
4318 |
# File 'sig/client.rbs', line 4318
def schedule: () -> Types::InferenceExperimentSchedule
|
#shadow_mode_config ⇒ Types::ShadowModeConfig
4329 |
# File 'sig/client.rbs', line 4329
def shadow_mode_config: () -> Types::ShadowModeConfig
|
#status ⇒ "Creating", ...
4319 |
# File 'sig/client.rbs', line 4319
def status: () -> ("Creating" | "Created" | "Updating" | "Running" | "Starting" | "Stopping" | "Completed" | "Cancelled")
|
#status_reason ⇒ ::String
4320 |
# File 'sig/client.rbs', line 4320
def status_reason: () -> ::String
|
#type ⇒ "ShadowMode"
4317 |
# File 'sig/client.rbs', line 4317
def type: () -> ("ShadowMode")
|