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)


10655
10656
10657
10658
10659
# File 'lib/aws-sdk-sagemaker/types.rb', line 10655

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