Class: Aws::SageMaker::Types::DeleteExperimentRequest

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

#experiment_nameString

The name of the experiment to delete.

Returns:

  • (String)


10642
10643
10644
10645
10646
# File 'lib/aws-sdk-sagemaker/types.rb', line 10642

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