| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponent |
TrialComponent.addInputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single InputArtifacts entry
|
TrialComponent |
TrialComponent.addOutputArtifactsEntry(String key,
TrialComponentArtifact value)
Add a single OutputArtifacts entry
|
TrialComponent |
TrialComponent.addParametersEntry(String key,
TrialComponentParameterValue value)
Add a single Parameters entry
|
TrialComponent |
TrialComponent.clearInputArtifactsEntries()
Removes all the entries added into InputArtifacts.
|
TrialComponent |
TrialComponent.clearOutputArtifactsEntries()
Removes all the entries added into OutputArtifacts.
|
TrialComponent |
TrialComponent.clearParametersEntries()
Removes all the entries added into Parameters.
|
TrialComponent |
TrialComponent.clone() |
TrialComponent |
SearchRecord.getTrialComponent()
The properties of a trial component.
|
TrialComponent |
TrialComponent.withCreatedBy(UserContext createdBy)
Who created the trial component.
|
TrialComponent |
TrialComponent.withCreationTime(Date creationTime)
When the component was created.
|
TrialComponent |
TrialComponent.withDisplayName(String displayName)
The name of the component as displayed.
|
TrialComponent |
TrialComponent.withEndTime(Date endTime)
When the component ended.
|
TrialComponent |
TrialComponent.withInputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
TrialComponent |
TrialComponent.withLastModifiedBy(UserContext lastModifiedBy) |
TrialComponent |
TrialComponent.withLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
|
TrialComponent |
TrialComponent.withLineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group resource.
|
TrialComponent |
TrialComponent.withMetadataProperties(MetadataProperties metadataProperties) |
TrialComponent |
TrialComponent.withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
TrialComponent |
TrialComponent.withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
TrialComponent |
TrialComponent.withOutputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
TrialComponent |
TrialComponent.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
TrialComponent |
TrialComponent.withParents(Collection<Parent> parents)
An array of the parents of the component.
|
TrialComponent |
TrialComponent.withParents(Parent... parents)
An array of the parents of the component.
|
TrialComponent |
TrialComponent.withRunName(String runName)
The name of the experiment run.
|
TrialComponent |
TrialComponent.withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
TrialComponent |
TrialComponent.withSourceDetail(TrialComponentSourceDetail sourceDetail)
Details of the source of the component.
|
TrialComponent |
TrialComponent.withStartTime(Date startTime)
When the component started.
|
TrialComponent |
TrialComponent.withStatus(TrialComponentStatus status) |
TrialComponent |
TrialComponent.withTags(Collection<Tag> tags)
The list of tags that are associated with the component.
|
TrialComponent |
TrialComponent.withTags(Tag... tags)
The list of tags that are associated with the component.
|
TrialComponent |
TrialComponent.withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
TrialComponent |
TrialComponent.withTrialComponentName(String trialComponentName)
The name of the trial component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
SearchRecord |
SearchRecord.withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
Copyright © 2025. All rights reserved.