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)


11113
11114
11115
11116
11117
# File 'lib/aws-sdk-sagemaker/types.rb', line 11113

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