Class: Aws::SageMaker::Types::DescribeTrainingPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeTrainingPlanRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_plan_name ⇒ String
The name of the training plan to describe.
Instance Attribute Details
#training_plan_name ⇒ String
The name of the training plan to describe.
18886 18887 18888 18889 18890 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18886 class DescribeTrainingPlanRequest < Struct.new( :training_plan_name) SENSITIVE = [] include Aws::Structure end |