Class: Aws::SageMaker::Types::CreateClusterSchedulerConfigRequest

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

#cluster_arnString

ARN of the cluster.

Returns:

  • (String)


7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7488

class CreateClusterSchedulerConfigRequest < Struct.new(
  :name,
  :cluster_arn,
  :scheduler_config,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the cluster policy.

Returns:

  • (String)


7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7488

class CreateClusterSchedulerConfigRequest < Struct.new(
  :name,
  :cluster_arn,
  :scheduler_config,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for the cluster policy.

Returns:

  • (String)


7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7488

class CreateClusterSchedulerConfigRequest < Struct.new(
  :name,
  :cluster_arn,
  :scheduler_config,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scheduler_configTypes::SchedulerConfig

Configuration about the monitoring schedule.



7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7488

class CreateClusterSchedulerConfigRequest < Struct.new(
  :name,
  :cluster_arn,
  :scheduler_config,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags of the cluster policy.

Returns:



7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7488

class CreateClusterSchedulerConfigRequest < Struct.new(
  :name,
  :cluster_arn,
  :scheduler_config,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end