Class: Aws::SageMaker::Types::DeleteTrialRequest

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

Overview

Note:

When making an API call, you may pass DeleteTrialRequest data as a hash:

{
  trial_name: "ExperimentEntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#trial_nameString

The name of the trial to delete.

Returns:

  • (String)


5936
5937
5938
5939
# File 'lib/aws-sdk-sagemaker/types.rb', line 5936

class DeleteTrialRequest < Struct.new(
  :trial_name)
  include Aws::Structure
end