Class: Aws::SageMaker::Types::StartInferenceExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartInferenceExperimentRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
41458 41459 41460 41461 41462 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41458 class StartInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |