Class: Aws::SageMaker::Types::DeleteTrialResponse

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

#trial_arnString

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

Returns:

  • (String)


10282
10283
10284
10285
10286
# File 'lib/aws-sdk-sagemaker/types.rb', line 10282

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