Class: Aws::SageMaker::Types::StopInferenceExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopInferenceExperimentResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
41702 41703 41704 41705 41706 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41702 class StopInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |