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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#current_labelsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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_taintsArray<Types::ClusterKubernetesTaint>

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

Returns:



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_labelsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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_taintsArray<Types::ClusterKubernetesTaint>

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

Returns:



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