Class: Aws::SageMaker::Types::UpdateTrialRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateTrialRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The name of the trial as displayed.
-
#trial_name ⇒ String
The name of the trial to update.
Instance Attribute Details
#display_name ⇒ String
The name of the trial as displayed. The name doesn't need to be
unique. If DisplayName
isn't specified, TrialName
is displayed.
46906 46907 46908 46909 46910 46911 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46906 class UpdateTrialRequest < Struct.new( :trial_name, :display_name) SENSITIVE = [] include Aws::Structure end |
#trial_name ⇒ String
The name of the trial to update.
46906 46907 46908 46909 46910 46911 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46906 class UpdateTrialRequest < Struct.new( :trial_name, :display_name) SENSITIVE = [] include Aws::Structure end |