Class: Aws::SageMaker::Types::CreateTrainingPlanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTrainingPlanResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
10394 10395 10396 10397 10398 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10394 class CreateTrainingPlanResponse < Struct.new( :training_plan_arn) SENSITIVE = [] include Aws::Structure end |