Class: Aws::SageMaker::Types::StartInferenceExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartInferenceExperimentResponse
- 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 started inference experiment to start.
Instance Attribute Details
#inference_experiment_arn ⇒ String
The ARN of the started inference experiment to start.
41498 41499 41500 41501 41502 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41498 class StartInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |