Class: Aws::SageMaker::Types::DescribeInferenceExperimentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeInferenceExperimentRequest
- 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 describe.
Instance Attribute Details
#name ⇒ String
The name of the inference experiment to describe.
15140 15141 15142 15143 15144 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15140 class DescribeInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |