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.
43655 43656 43657 43658 43659 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43655 class StopInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |