Class: Aws::SageMaker::Types::ClusterKubernetesConfigNodeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterKubernetesConfigNodeDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Node-specific Kubernetes configuration showing both current and desired state of labels and taints for an individual cluster node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_labels ⇒ Hash<String,String>
The current labels applied to the cluster node.
-
#current_taints ⇒ Array<Types::ClusterKubernetesTaint>
The current taints applied to the cluster node.
-
#desired_labels ⇒ Hash<String,String>
The desired labels to be applied to the cluster node.
-
#desired_taints ⇒ Array<Types::ClusterKubernetesTaint>
The desired taints to be applied to the cluster node.
Instance Attribute Details
#current_labels ⇒ Hash<String,String>
The current labels applied to the cluster node.
5970 5971 5972 5973 5974 5975 5976 5977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970 class ClusterKubernetesConfigNodeDetails < 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 the cluster node.
5970 5971 5972 5973 5974 5975 5976 5977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970 class ClusterKubernetesConfigNodeDetails < 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 the cluster node.
5970 5971 5972 5973 5974 5975 5976 5977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970 class ClusterKubernetesConfigNodeDetails < 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 the cluster node.
5970 5971 5972 5973 5974 5975 5976 5977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5970 class ClusterKubernetesConfigNodeDetails < Struct.new( :current_labels, :desired_labels, :current_taints, :desired_taints) SENSITIVE = [] include Aws::Structure end |