Class: Aws::SageMaker::Types::ClusterKubernetesConfigDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#current_labelsHash<String,String>

The current labels applied to cluster nodes of an instance group.

Returns:

  • (Hash<String,String>)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'lib/aws-sdk-sagemaker/types.rb', line 5940

class ClusterKubernetesConfigDetails < Struct.new(
  :current_labels,
  :desired_labels,
  :current_taints,
  :desired_taints)
  SENSITIVE = []
  include Aws::Structure
end

#current_taintsArray<Types::ClusterKubernetesTaint>

The current taints applied to cluster nodes of an instance group.

Returns:



5940
5941
5942
5943
5944
5945
5946
5947
# File 'lib/aws-sdk-sagemaker/types.rb', line 5940

class ClusterKubernetesConfigDetails < Struct.new(
  :current_labels,
  :desired_labels,
  :current_taints,
  :desired_taints)
  SENSITIVE = []
  include Aws::Structure
end

#desired_labelsHash<String,String>

The desired labels to be applied to cluster nodes of an instance group.

Returns:

  • (Hash<String,String>)


5940
5941
5942
5943
5944
5945
5946
5947
# File 'lib/aws-sdk-sagemaker/types.rb', line 5940

class ClusterKubernetesConfigDetails < Struct.new(
  :current_labels,
  :desired_labels,
  :current_taints,
  :desired_taints)
  SENSITIVE = []
  include Aws::Structure
end

#desired_taintsArray<Types::ClusterKubernetesTaint>

The desired taints to be applied to cluster nodes of an instance group.

Returns:



5940
5941
5942
5943
5944
5945
5946
5947
# File 'lib/aws-sdk-sagemaker/types.rb', line 5940

class ClusterKubernetesConfigDetails < Struct.new(
  :current_labels,
  :desired_labels,
  :current_taints,
  :desired_taints)
  SENSITIVE = []
  include Aws::Structure
end