Class: Aws::SageMaker::Types::DeleteInferenceExperimentRequest

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

#nameString

The name of the inference experiment you want to delete.

Returns:

  • (String)


10827
10828
10829
10830
10831
# File 'lib/aws-sdk-sagemaker/types.rb', line 10827

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