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)


12048
12049
12050
12051
12052
# File 'lib/aws-sdk-sagemaker/types.rb', line 12048

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