Class: Aws::SageMaker::Types::CreateTrainingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTrainingPlanResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_plan_arn ⇒ String
The Amazon Resource Name (ARN); of the created training plan.
Instance Attribute Details
#training_plan_arn ⇒ String
The Amazon Resource Name (ARN); of the created training plan.
13988 13989 13990 13991 13992 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13988 class CreateTrainingPlanResponse < Struct.new( :training_plan_arn) SENSITIVE = [] include Aws::Structure end |