| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.
|
default AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.
|
AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
|
default AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.autoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
|
static AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.builder() |
AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
Sets the value of the CompletionCriteria property for this object.
|
default AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.Builder.completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
Sets the value of the CompletionCriteria property for this object.
|
AutoMLResolvedAttributes.Builder |
AutoMLResolvedAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoMLResolvedAttributes.Builder> |
AutoMLResolvedAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.resolvedAttributes(Consumer<AutoMLResolvedAttributes.Builder> resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
|
Copyright © 2023. All rights reserved.