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

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

#trial_nameString

The name of the trial to delete.

Returns:

  • (String)


10109
10110
10111
10112
10113
# File 'lib/aws-sdk-sagemaker/types.rb', line 10109

class DeleteTrialRequest < Struct.new(
  :trial_name)
  SENSITIVE = []
  include Aws::Structure
end