Class: Aws::SageMaker::Types::UpdateContextRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_nameString

The name of the context to update.

Returns:

  • (String)


42956
42957
42958
42959
42960
42961
42962
42963
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42956

class UpdateContextRequest < Struct.new(
  :context_name,
  :description,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description for the context.

Returns:

  • (String)


42956
42957
42958
42959
42960
42961
42962
42963
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42956

class UpdateContextRequest < Struct.new(
  :context_name,
  :description,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

The new list of properties. Overwrites the current property list.

Returns:

  • (Hash<String,String>)


42956
42957
42958
42959
42960
42961
42962
42963
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42956

class UpdateContextRequest < Struct.new(
  :context_name,
  :description,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#properties_to_removeArray<String>

A list of properties to remove.

Returns:

  • (Array<String>)


42956
42957
42958
42959
42960
42961
42962
42963
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42956

class UpdateContextRequest < Struct.new(
  :context_name,
  :description,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end