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)


11095
11096
11097
11098
11099
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11095

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