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

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


43065
43066
43067
43068
43069
43070
43071
43072
# File 'lib/aws-sdk-sagemaker/types.rb', line 43065

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)


43065
43066
43067
43068
43069
43070
43071
43072
# File 'lib/aws-sdk-sagemaker/types.rb', line 43065

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>)


43065
43066
43067
43068
43069
43070
43071
43072
# File 'lib/aws-sdk-sagemaker/types.rb', line 43065

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>)


43065
43066
43067
43068
43069
43070
43071
43072
# File 'lib/aws-sdk-sagemaker/types.rb', line 43065

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