public static interface AutoMLResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
| Modifier and Type | Method and Description |
|---|---|
AutoMLResolvedAttributes.Builder |
autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.
|
default AutoMLResolvedAttributes.Builder |
autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
Sets the value of the AutoMLJobObjective property for this object.
|
AutoMLResolvedAttributes.Builder |
autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
|
default AutoMLResolvedAttributes.Builder |
autoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
|
AutoMLResolvedAttributes.Builder |
completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
Sets the value of the CompletionCriteria property for this object.
|
default AutoMLResolvedAttributes.Builder |
completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
Sets the value of the CompletionCriteria property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLResolvedAttributes.Builder autoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
autoMLJobObjective - The new value for the AutoMLJobObjective property for this object.default AutoMLResolvedAttributes.Builder autoMLJobObjective(Consumer<AutoMLJobObjective.Builder> autoMLJobObjective)
AutoMLJobObjective.Builder avoiding the
need to create one manually via AutoMLJobObjective.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoMLJobObjective(AutoMLJobObjective).
autoMLJobObjective - a consumer that will call methods on AutoMLJobObjective.BuilderautoMLJobObjective(AutoMLJobObjective)AutoMLResolvedAttributes.Builder completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
completionCriteria - The new value for the CompletionCriteria property for this object.default AutoMLResolvedAttributes.Builder completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
AutoMLJobCompletionCriteria.Builder
avoiding the need to create one manually via AutoMLJobCompletionCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to completionCriteria(AutoMLJobCompletionCriteria).
completionCriteria - a consumer that will call methods on AutoMLJobCompletionCriteria.BuildercompletionCriteria(AutoMLJobCompletionCriteria)AutoMLResolvedAttributes.Builder autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
autoMLProblemTypeResolvedAttributes - Defines the resolved attributes specific to a problem type.default AutoMLResolvedAttributes.Builder autoMLProblemTypeResolvedAttributes(Consumer<AutoMLProblemTypeResolvedAttributes.Builder> autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
This is a convenience method that creates an instance of theAutoMLProblemTypeResolvedAttributes.Builder avoiding the need to create one manually via
AutoMLProblemTypeResolvedAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
autoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes).
autoMLProblemTypeResolvedAttributes - a consumer that will call methods on AutoMLProblemTypeResolvedAttributes.BuilderautoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes)Copyright © 2023. All rights reserved.