Class: Aws::SageMaker::Types::CreateTrainingPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

An array of key-value pairs to apply to this training plan.

Returns:



10380
10381
10382
10383
10384
10385
10386
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10380

class CreateTrainingPlanRequest < Struct.new(
  :training_plan_name,
  :training_plan_offering_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#training_plan_nameString

The name of the training plan to create.

Returns:

  • (String)


10380
10381
10382
10383
10384
10385
10386
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10380

class CreateTrainingPlanRequest < Struct.new(
  :training_plan_name,
  :training_plan_offering_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#training_plan_offering_idString

The unique identifier of the training plan offering to use for creating this plan.

Returns:

  • (String)


10380
10381
10382
10383
10384
10385
10386
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10380

class CreateTrainingPlanRequest < Struct.new(
  :training_plan_name,
  :training_plan_offering_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end