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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


6212
6213
6214
6215
6216
6217
6218
6219
6220
# File 'lib/aws-sdk-sagemaker/types.rb', line 6212

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

#descriptionString

Description of the cluster policy.

Returns:

  • (String)


6212
6213
6214
6215
6216
6217
6218
6219
6220
# File 'lib/aws-sdk-sagemaker/types.rb', line 6212

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

#nameString

Name for the cluster policy.

Returns:

  • (String)


6212
6213
6214
6215
6216
6217
6218
6219
6220
# File 'lib/aws-sdk-sagemaker/types.rb', line 6212

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

#scheduler_configTypes::SchedulerConfig

Configuration about the monitoring schedule.



6212
6213
6214
6215
6216
6217
6218
6219
6220
# File 'lib/aws-sdk-sagemaker/types.rb', line 6212

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:



6212
6213
6214
6215
6216
6217
6218
6219
6220
# File 'lib/aws-sdk-sagemaker/types.rb', line 6212

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