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.
41470 41471 41472 41473 41474 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41470 class StartInferenceExperimentResponse < Struct.new( :inference_experiment_arn) SENSITIVE = [] include Aws::Structure end |