| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrialComponentResult> |
AmazonSageMakerAsyncClient.updateTrialComponentAsync(UpdateTrialComponentRequest request,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler) |
Future<UpdateTrialComponentResult> |
AbstractAmazonSageMakerAsync.updateTrialComponentAsync(UpdateTrialComponentRequest request,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler) |
Future<UpdateTrialComponentResult> |
AmazonSageMakerAsync.updateTrialComponentAsync(UpdateTrialComponentRequest updateTrialComponentRequest,
AsyncHandler<UpdateTrialComponentRequest,UpdateTrialComponentResult> asyncHandler)
Updates one or more properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.addInputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single InputArtifacts entry
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.addOutputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single OutputArtifacts entry
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.addParametersEntry(String key,
TrialComponentParameterValue value)
Add a single Parameters entry
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.clearInputArtifactsEntries()
Removes all the entries added into InputArtifacts.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.clearOutputArtifactsEntries()
Removes all the entries added into OutputArtifacts.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.clone() |
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withDisplayName(String displayName)
The name of the component as displayed.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withEndTime(Date endTime)
When the component ended.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withInputArtifactsToRemove(Collection<String> inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withInputArtifactsToRemove(String... inputArtifactsToRemove)
The input artifacts to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withOutputArtifactsToRemove(Collection<String> outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withOutputArtifactsToRemove(String... outputArtifactsToRemove)
The output artifacts to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withParameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withParametersToRemove(Collection<String> parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withParametersToRemove(String... parametersToRemove)
The hyperparameters to remove from the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withStartTime(Date startTime)
When the component started.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withStatus(TrialComponentStatus status)
The new status of the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withTrialComponentName(String trialComponentName)
The name of the component to update.
|
Copyright © 2024. All rights reserved.