Class: Aws::SageMaker::Types::CreateClusterSchedulerConfigResponse

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_scheduler_config_arnString

ARN of the cluster policy.

Returns:

  • (String)


6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-sagemaker/types.rb', line 6243

class CreateClusterSchedulerConfigResponse < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_scheduler_config_idString

ID of the cluster policy.

Returns:

  • (String)


6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-sagemaker/types.rb', line 6243

class CreateClusterSchedulerConfigResponse < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id)
  SENSITIVE = []
  include Aws::Structure
end