Class: Aws::SageMaker::Types::UpdateClusterSchedulerConfigResponse

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)


47307
47308
47309
47310
47311
47312
# File 'lib/aws-sdk-sagemaker/types.rb', line 47307

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

#cluster_scheduler_config_versionInteger

Version of the cluster policy.

Returns:

  • (Integer)


47307
47308
47309
47310
47311
47312
# File 'lib/aws-sdk-sagemaker/types.rb', line 47307

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