Class: Aws::SageMaker::Types::UpdateTrialResponse

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.

Returns:

  • (String)


44499
44500
44501
44502
44503
# File 'lib/aws-sdk-sagemaker/types.rb', line 44499

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