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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10813
10814
10815
10816
10817
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10813

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