Class: Aws::SageMaker::Types::DescribeTrialRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeTrialRequest data as a hash:

{
  trial_name: "ExperimentEntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#trial_nameString

The name of the trial to describe.



8463
8464
8465
8466
# File 'lib/aws-sdk-sagemaker/types.rb', line 8463

class DescribeTrialRequest < Struct.new(
  :trial_name)
  include Aws::Structure
end