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

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 DeleteExperimentRequest data as a hash:

{
  experiment_name: "ExperimentEntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#experiment_nameString

The name of the experiment to delete.

Returns:

  • (String)


5735
5736
5737
5738
# File 'lib/aws-sdk-sagemaker/types.rb', line 5735

class DeleteExperimentRequest < Struct.new(
  :experiment_name)
  include Aws::Structure
end