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)


9675
9676
9677
9678
9679
# File 'lib/aws-sdk-sagemaker/types.rb', line 9675

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