Class: Aws::SageMaker::Types::DeleteInferenceExperimentResponse

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

#inference_experiment_arnString

The ARN of the deleted inference experiment.

Returns:

  • (String)


10831
10832
10833
10834
10835
# File 'lib/aws-sdk-sagemaker/types.rb', line 10831

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