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