Class: Aws::SageMaker::Types::ClusterKubernetesConfigNodeDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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

Instance Attribute Details

#current_labelsHash<String,String>

The current labels applied to the cluster node.

Returns:

  • (Hash<String,String>)


5970
5971
5972
5973
5974
5975
5976
5977
# File 'gems/aws-sdk-sagemaker/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_taintsArray<Types::ClusterKubernetesTaint>

The current taints applied to the cluster node.

Returns:



5970
5971
5972
5973
5974
5975
5976
5977
# File 'gems/aws-sdk-sagemaker/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_labelsHash<String,String>

The desired labels to be applied to the cluster node.

Returns:

  • (Hash<String,String>)


5970
5971
5972
5973
5974
5975
5976
5977
# File 'gems/aws-sdk-sagemaker/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_taintsArray<Types::ClusterKubernetesTaint>

The desired taints to be applied to the cluster node.

Returns:



5970
5971
5972
5973
5974
5975
5976
5977
# File 'gems/aws-sdk-sagemaker/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