| 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 UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default CompletableFuture<UpdateTrialComponentResponse> |
SageMakerAsyncClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.builder() |
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.displayName(String displayName)
The name of the component as displayed.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.endTime(Instant endTime)
When the component ended.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifactsToRemove(Collection<String> inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifactsToRemove(String... inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifactsToRemove(Collection<String> outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifactsToRemove(String... outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parametersToRemove(Collection<String> parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parametersToRemove(String... parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.startTime(Instant startTime)
When the component started.
|
default UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.status(Consumer<TrialComponentStatus.Builder> status)
The new status of the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.status(TrialComponentStatus status)
The new status of the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.toBuilder() |
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.trialComponentName(String trialComponentName)
The name of the component to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateTrialComponentRequest.Builder> |
UpdateTrialComponentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.