public static interface AssociateTrialComponentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<AssociateTrialComponentRequest.Builder,AssociateTrialComponentRequest>
Modifier and Type | Method and Description |
---|---|
AssociateTrialComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTrialComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTrialComponentRequest.Builder |
trialComponentName(String trialComponentName)
The name of the component to associated with the trial.
|
AssociateTrialComponentRequest.Builder |
trialName(String trialName)
The name of the trial to associate with.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociateTrialComponentRequest.Builder trialComponentName(String trialComponentName)
The name of the component to associated with the trial.
trialComponentName
- The name of the component to associated with the trial.AssociateTrialComponentRequest.Builder trialName(String trialName)
The name of the trial to associate with.
trialName
- The name of the trial to associate with.AssociateTrialComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateTrialComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.