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
4331 |
# File 'sig/client.rbs', line 4331
def arn: () -> ::String
|
#completion_time ⇒ ::Time
4339 |
# File 'sig/client.rbs', line 4339
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
4338 |
# File 'sig/client.rbs', line 4338
def creation_time: () -> ::Time
|
#data_storage_config ⇒ Types::InferenceExperimentDataStorageConfig
4344 |
# File 'sig/client.rbs', line 4344
def data_storage_config: () -> Types::InferenceExperimentDataStorageConfig
|
#description ⇒ ::String
4337 |
# File 'sig/client.rbs', line 4337
def description: () -> ::String
|
#endpoint_metadata ⇒ Types::EndpointMetadata
4342 |
# File 'sig/client.rbs', line 4342
def endpoint_metadata: () -> Types::EndpointMetadata
|
#kms_key ⇒ ::String
4346 |
# File 'sig/client.rbs', line 4346
def kms_key: () -> ::String
|
#last_modified_time ⇒ ::Time
4340 |
# File 'sig/client.rbs', line 4340
def last_modified_time: () -> ::Time
|
#model_variants ⇒ ::Array[Types::ModelVariantConfigSummary]
4343 |
# File 'sig/client.rbs', line 4343
def model_variants: () -> ::Array[Types::ModelVariantConfigSummary]
|
#name ⇒ ::String
4332 |
# File 'sig/client.rbs', line 4332
def name: () -> ::String
|
#role_arn ⇒ ::String
4341 |
# File 'sig/client.rbs', line 4341
def role_arn: () -> ::String
|
#schedule ⇒ Types::InferenceExperimentSchedule
4334 |
# File 'sig/client.rbs', line 4334
def schedule: () -> Types::InferenceExperimentSchedule
|
#shadow_mode_config ⇒ Types::ShadowModeConfig
4345 |
# File 'sig/client.rbs', line 4345
def shadow_mode_config: () -> Types::ShadowModeConfig
|
#status ⇒ "Creating", ...
4335 |
# File 'sig/client.rbs', line 4335
def status: () -> ("Creating" | "Created" | "Updating" | "Running" | "Starting" | "Stopping" | "Completed" | "Cancelled")
|
#status_reason ⇒ ::String
4336 |
# File 'sig/client.rbs', line 4336
def status_reason: () -> ::String
|
#type ⇒ "ShadowMode"
4333 |
# File 'sig/client.rbs', line 4333
def type: () -> ("ShadowMode")
|