| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrialComponent.Builder |
TrialComponent.builder() |
default TrialComponent.Builder |
TrialComponent.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial component.
|
TrialComponent.Builder |
TrialComponent.Builder.createdBy(UserContext createdBy)
Who created the trial component.
|
TrialComponent.Builder |
TrialComponent.Builder.creationTime(Instant creationTime)
When the component was created.
|
TrialComponent.Builder |
TrialComponent.Builder.displayName(String displayName)
The name of the component as displayed.
|
TrialComponent.Builder |
TrialComponent.Builder.endTime(Instant endTime)
When the component ended.
|
TrialComponent.Builder |
TrialComponent.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
default TrialComponent.Builder |
TrialComponent.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.lastModifiedTime(Instant lastModifiedTime)
When the component was last modified.
|
TrialComponent.Builder |
TrialComponent.Builder.lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group resource.
|
default TrialComponent.Builder |
TrialComponent.Builder.metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.metrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
TrialComponent.Builder |
TrialComponent.Builder.metrics(Consumer<TrialComponentMetricSummary.Builder>... metrics)
The metrics for the component.
|
TrialComponent.Builder |
TrialComponent.Builder.metrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
TrialComponent.Builder |
TrialComponent.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.parents(Collection<Parent> parents)
An array of the parents of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.parents(Consumer<Parent.Builder>... parents)
An array of the parents of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.parents(Parent... parents)
An array of the parents of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.runName(String runName)
The name of the experiment run.
|
default TrialComponent.Builder |
TrialComponent.Builder.source(Consumer<TrialComponentSource.Builder> source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.source(TrialComponentSource source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
default TrialComponent.Builder |
TrialComponent.Builder.sourceDetail(Consumer<TrialComponentSourceDetail.Builder> sourceDetail)
Details of the source of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.sourceDetail(TrialComponentSourceDetail sourceDetail)
Details of the source of the component.
|
TrialComponent.Builder |
TrialComponent.Builder.startTime(Instant startTime)
When the component started.
|
default TrialComponent.Builder |
TrialComponent.Builder.status(Consumer<TrialComponentStatus.Builder> status)
Sets the value of the Status property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.status(TrialComponentStatus status)
Sets the value of the Status property for this object.
|
TrialComponent.Builder |
TrialComponent.Builder.tags(Collection<Tag> tags)
The list of tags that are associated with the component.
|
TrialComponent.Builder |
TrialComponent.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that are associated with the component.
|
TrialComponent.Builder |
TrialComponent.Builder.tags(Tag... tags)
The list of tags that are associated with the component.
|
TrialComponent.Builder |
TrialComponent.toBuilder() |
TrialComponent.Builder |
TrialComponent.Builder.trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
TrialComponent.Builder |
TrialComponent.Builder.trialComponentName(String trialComponentName)
The name of the trial component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrialComponent.Builder> |
TrialComponent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
SearchRecord.Builder.trialComponent(Consumer<TrialComponent.Builder> trialComponent)
The properties of a trial component.
|
Copyright © 2023. All rights reserved.