class Aws::SageMaker::Types::UpdateContextRequest

@note When making an API call, you may pass UpdateContextRequest

data as a hash:

    {
      context_name: "ExperimentEntityName", # required
      description: "ExperimentDescription",
      properties: {
        "StringParameterValue" => "StringParameterValue",
      },
      properties_to_remove: ["StringParameterValue"],
    }

@!attribute [rw] context_name

The name of the context to update.
@return [String]

@!attribute [rw] description

The new description for the context.
@return [String]

@!attribute [rw] properties

The new list of properties. Overwrites the current property list.
@return [Hash<String,String>]

@!attribute [rw] properties_to_remove

A list of properties to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateContextRequest AWS API Documentation

Constants

SENSITIVE