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 or adds new input artifacts.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifactsToRemove(String... inputArtifactsToRemove) |
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.inputArtifactsToRemove(Collection<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 or adds new output artifacts.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifactsToRemove(String... outputArtifactsToRemove) |
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.outputArtifactsToRemove(Collection<String> outputArtifactsToRemove) |
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parameters(Map<String,TrialComponentParameterValue> parameters) |
Replaces all of the component's hyperparameters with the specified hyperparameters or add new
hyperparameters.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parametersToRemove(String... parametersToRemove) |
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parametersToRemove(Collection<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.
|