Class: Aws::SageMaker::Types::DeleteExperimentResponse

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_arnString

The Amazon Resource Name (ARN) of the experiment that is being deleted.

Returns:

  • (String)


11265
11266
11267
11268
11269
# File 'lib/aws-sdk-sagemaker/types.rb', line 11265

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