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