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.
16023 16024 16025 16026 16027 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16023 class DescribeInferenceExperimentRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |