Class: Aws::SageMaker::Types::StartInferenceExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartInferenceExperimentRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the inference experiment to start.
Instance Attribute Details
#name ⇒ String
The name of the inference experiment to start.
41560 41561 41562 41563 41564 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41560 class StartInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |