Class: Aws::SageMaker::Types::ClusterKubernetesConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterKubernetesConfigDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Detailed Kubernetes configuration showing both the current and desired state of labels and taints for cluster nodes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_labels ⇒ Hash<String,String>
The current labels applied to cluster nodes of an instance group.
-
#current_taints ⇒ Array<Types::ClusterKubernetesTaint>
The current taints applied to cluster nodes of an instance group.
-
#desired_labels ⇒ Hash<String,String>
The desired labels to be applied to cluster nodes of an instance group.
-
#desired_taints ⇒ Array<Types::ClusterKubernetesTaint>
The desired taints to be applied to cluster nodes of an instance group.
Instance Attribute Details
#current_labels ⇒ Hash<String,String>
The current labels applied to cluster nodes of an instance group.
5807 5808 5809 5810 5811 5812 5813 5814 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5807 class ClusterKubernetesConfigDetails < Struct.new( :current_labels, :desired_labels, :current_taints, :desired_taints) SENSITIVE = [] include Aws::Structure end |
#current_taints ⇒ Array<Types::ClusterKubernetesTaint>
The current taints applied to cluster nodes of an instance group.
5807 5808 5809 5810 5811 5812 5813 5814 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5807 class ClusterKubernetesConfigDetails < Struct.new( :current_labels, :desired_labels, :current_taints, :desired_taints) SENSITIVE = [] include Aws::Structure end |
#desired_labels ⇒ Hash<String,String>
The desired labels to be applied to cluster nodes of an instance group.
5807 5808 5809 5810 5811 5812 5813 5814 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5807 class ClusterKubernetesConfigDetails < Struct.new( :current_labels, :desired_labels, :current_taints, :desired_taints) SENSITIVE = [] include Aws::Structure end |
#desired_taints ⇒ Array<Types::ClusterKubernetesTaint>
The desired taints to be applied to cluster nodes of an instance group.
5807 5808 5809 5810 5811 5812 5813 5814 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5807 class ClusterKubernetesConfigDetails < Struct.new( :current_labels, :desired_labels, :current_taints, :desired_taints) SENSITIVE = [] include Aws::Structure end |