| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.builder() |
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.createdBy(UserContext createdBy)
Who created the trial component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.creationTime(Instant creationTime)
When the component was created.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.displayName(String displayName)
The name of the component as displayed.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.endTime(Instant endTime)
When the component ended.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
When the component was last modified.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metrics(Consumer<TrialComponentMetricSummary.Builder>... metrics)
The metrics for the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.source(Consumer<TrialComponentSource.Builder> source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.source(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.startTime(Instant startTime)
When the component started.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.status(Consumer<TrialComponentStatus.Builder> status)
The status of the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.status(TrialComponentStatus status)
The status of the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.toBuilder() |
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.trialComponentName(String trialComponentName)
The name of the trial component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTrialComponentResponse.Builder> |
DescribeTrialComponentResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.