| 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<CreateTrialComponentResult> |
AmazonSageMakerAsyncClient.createTrialComponentAsync(CreateTrialComponentRequest request,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler) |
Future<CreateTrialComponentResult> |
AbstractAmazonSageMakerAsync.createTrialComponentAsync(CreateTrialComponentRequest request,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler) |
Future<CreateTrialComponentResult> |
AmazonSageMakerAsync.createTrialComponentAsync(CreateTrialComponentRequest createTrialComponentRequest,
AsyncHandler<CreateTrialComponentRequest,CreateTrialComponentResult> asyncHandler)
Creates a trial component, which is a stage of a machine learning trial.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrialComponentRequest |
CreateTrialComponentRequest.addInputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single InputArtifacts entry
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.addOutputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single OutputArtifacts entry
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.addParametersEntry(String key,
TrialComponentParameterValue value)
Add a single Parameters entry
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.clearInputArtifactsEntries()
Removes all the entries added into InputArtifacts.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.clearOutputArtifactsEntries()
Removes all the entries added into OutputArtifacts.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.clone() |
CreateTrialComponentRequest |
CreateTrialComponentRequest.withDisplayName(String displayName)
The name of the component as displayed.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withEndTime(Date endTime)
When the component ended.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts for the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withMetadataProperties(MetadataProperties metadataProperties) |
CreateTrialComponentRequest |
CreateTrialComponentRequest.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts for the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters for the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withStartTime(Date startTime)
When the component started.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withStatus(TrialComponentStatus status)
The status of the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withTags(Collection<Tag> tags)
A list of tags to associate with the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withTags(Tag... tags)
A list of tags to associate with the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withTrialComponentName(String trialComponentName)
The name of the component.
|
Copyright © 2025. All rights reserved.