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)


56587
56588
56589
56590
56591
56592
# File 'lib/aws-sdk-sagemaker/types.rb', line 56587

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)


56587
56588
56589
56590
56591
56592
# File 'lib/aws-sdk-sagemaker/types.rb', line 56587

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