Class: Aws::SageMaker::Types::ClusterSchedulerConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterSchedulerConfigSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Summary of the cluster policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
ARN of the cluster.
-
#cluster_scheduler_config_arn ⇒ String
ARN of the cluster policy.
-
#cluster_scheduler_config_id ⇒ String
ID of the cluster policy.
-
#cluster_scheduler_config_version ⇒ Integer
Version of the cluster policy.
-
#creation_time ⇒ Time
Creation time of the cluster policy.
-
#last_modified_time ⇒ Time
Last modified time of the cluster policy.
-
#name ⇒ String
Name of the cluster policy.
-
#status ⇒ String
Status of the cluster policy.
Instance Attribute Details
#cluster_arn ⇒ String
ARN of the cluster.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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_arn ⇒ String
ARN of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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_id ⇒ String
ID of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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_version ⇒ Integer
Version of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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_time ⇒ Time
Creation time of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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_time ⇒ Time
Last modified time of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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 |
#name ⇒ String
Name of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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 |
#status ⇒ String
Status of the cluster policy.
4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4674 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 |