Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssociateTrialComponentResponse> |
SageMakerAsyncClient.associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)
Associates a trial component with a trial.
|
default AssociateTrialComponentResponse |
SageMakerClient.associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)
Associates a trial component with a trial.
|
Modifier and Type | Method and Description |
---|---|
static AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.builder() |
AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.toBuilder() |
AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.Builder.trialComponentName(String trialComponentName)
The name of the component to associated with the trial.
|
AssociateTrialComponentRequest.Builder |
AssociateTrialComponentRequest.Builder.trialName(String trialName)
The name of the trial to associate with.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends AssociateTrialComponentRequest.Builder> |
AssociateTrialComponentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.