public static interface UpdateTrialComponentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrialComponentRequest.Builder,UpdateTrialComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrialComponentRequest.Builder |
displayName(String displayName)
The name of the component as displayed.
|
UpdateTrialComponentRequest.Builder |
endTime(Instant endTime)
When the component ended.
|
UpdateTrialComponentRequest.Builder |
inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts.
|
UpdateTrialComponentRequest.Builder |
inputArtifactsToRemove(Collection<String> inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
inputArtifactsToRemove(String... inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts.
|
UpdateTrialComponentRequest.Builder |
outputArtifactsToRemove(Collection<String> outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
outputArtifactsToRemove(String... outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrialComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTrialComponentRequest.Builder |
parameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters or add new
hyperparameters.
|
UpdateTrialComponentRequest.Builder |
parametersToRemove(Collection<String> parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest.Builder |
parametersToRemove(String... parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest.Builder |
startTime(Instant startTime)
When the component started.
|
default UpdateTrialComponentRequest.Builder |
status(Consumer<TrialComponentStatus.Builder> status)
The new status of the component.
|
UpdateTrialComponentRequest.Builder |
status(TrialComponentStatus status)
The new status of the component.
|
UpdateTrialComponentRequest.Builder |
trialComponentName(String trialComponentName)
The name of the component to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTrialComponentRequest.Builder trialComponentName(String trialComponentName)
The name of the component to update.
trialComponentName - The name of the component to update.UpdateTrialComponentRequest.Builder displayName(String displayName)
The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, TrialComponentName is displayed.
displayName - The name of the component as displayed. The name doesn't need to be unique. If
DisplayName isn't specified, TrialComponentName is displayed.UpdateTrialComponentRequest.Builder status(TrialComponentStatus status)
The new status of the component.
status - The new status of the component.default UpdateTrialComponentRequest.Builder status(Consumer<TrialComponentStatus.Builder> status)
The new status of the component.
This is a convenience method that creates an instance of theTrialComponentStatus.Builder avoiding
the need to create one manually via TrialComponentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to status(TrialComponentStatus).
status - a consumer that will call methods on TrialComponentStatus.Builderstatus(TrialComponentStatus)UpdateTrialComponentRequest.Builder startTime(Instant startTime)
When the component started.
startTime - When the component started.UpdateTrialComponentRequest.Builder endTime(Instant endTime)
When the component ended.
endTime - When the component ended.UpdateTrialComponentRequest.Builder parameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.
parameters - Replaces all of the component's hyperparameters with the specified hyperparameters or add new
hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an
identical hyperparameter key.UpdateTrialComponentRequest.Builder parametersToRemove(Collection<String> parametersToRemove)
The hyperparameters to remove from the component.
parametersToRemove - The hyperparameters to remove from the component.UpdateTrialComponentRequest.Builder parametersToRemove(String... parametersToRemove)
The hyperparameters to remove from the component.
parametersToRemove - The hyperparameters to remove from the component.UpdateTrialComponentRequest.Builder inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.
inputArtifacts - Replaces all of the component's input artifacts with the specified artifacts or adds new input
artifacts. Existing input artifacts are replaced if the trial component is updated with an identical
input artifact key.UpdateTrialComponentRequest.Builder inputArtifactsToRemove(Collection<String> inputArtifactsToRemove)
The input artifacts to remove from the component.
inputArtifactsToRemove - The input artifacts to remove from the component.UpdateTrialComponentRequest.Builder inputArtifactsToRemove(String... inputArtifactsToRemove)
The input artifacts to remove from the component.
inputArtifactsToRemove - The input artifacts to remove from the component.UpdateTrialComponentRequest.Builder outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.
outputArtifacts - Replaces all of the component's output artifacts with the specified artifacts or adds new output
artifacts. Existing output artifacts are replaced if the trial component is updated with an identical
output artifact key.UpdateTrialComponentRequest.Builder outputArtifactsToRemove(Collection<String> outputArtifactsToRemove)
The output artifacts to remove from the component.
outputArtifactsToRemove - The output artifacts to remove from the component.UpdateTrialComponentRequest.Builder outputArtifactsToRemove(String... outputArtifactsToRemove)
The output artifacts to remove from the component.
outputArtifactsToRemove - The output artifacts to remove from the component.UpdateTrialComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTrialComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.