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)


43042
43043
43044
43045
43046
43047
43048
43049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43042

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)


43042
43043
43044
43045
43046
43047
43048
43049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43042

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


43042
43043
43044
43045
43046
43047
43048
43049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43042

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


43042
43043
43044
43045
43046
43047
43048
43049
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43042

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