class Aws::SageMaker::Types::UpdateActionRequest
@note When making an API call, you may pass UpdateActionRequest
data as a hash: { action_name: "ExperimentEntityName", # required description: "ExperimentDescription", status: "Unknown", # accepts Unknown, InProgress, Completed, Failed, Stopping, Stopped properties: { "StringParameterValue" => "StringParameterValue", }, properties_to_remove: ["StringParameterValue"], }
@!attribute [rw] action_name
The name of the action to update. @return [String]
@!attribute [rw] description
The new description for the action. @return [String]
@!attribute [rw] status
The new status for the action. @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/UpdateActionRequest AWS API Documentation
Constants
- SENSITIVE