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

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

#trial_nameString

The name of the trial to delete.

Returns:

  • (String)


11101
11102
11103
11104
11105
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11101

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