Class: Aws::SageMaker::Types::StopInferenceExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopInferenceExperimentResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_experiment_arn ⇒ String
The ARN of the stopped inference experiment.
Instance Attribute Details
#inference_experiment_arn ⇒ String
The ARN of the stopped inference experiment.
43493 43494 43495 43496 43497 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43493 class StopInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |