Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::ClusterSchedulerConfigSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Summary of the cluster policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

ARN of the cluster.

Returns:

  • (String)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_scheduler_config_arnString

ARN of the cluster policy.

Returns:

  • (String)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_scheduler_config_idString

ID of the cluster policy.

Returns:

  • (String)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_scheduler_config_versionInteger

Version of the cluster policy.

Returns:

  • (Integer)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

Creation time of the cluster policy.

Returns:

  • (Time)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

Last modified time of the cluster policy.

Returns:

  • (Time)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the cluster policy.

Returns:

  • (String)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the cluster policy.

Returns:

  • (String)

4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4961

class ClusterSchedulerConfigSummary < Struct.new(
  :cluster_scheduler_config_arn,
  :cluster_scheduler_config_id,
  :cluster_scheduler_config_version,
  :name,
  :creation_time,
  :last_modified_time,
  :status,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end