public static interface AutoMLProblemTypeResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
| Modifier and Type | Method and Description |
|---|---|
default AutoMLProblemTypeResolvedAttributes.Builder |
tabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
|
AutoMLProblemTypeResolvedAttributes.Builder |
tabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
|
default AutoMLProblemTypeResolvedAttributes.Builder |
textGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
|
AutoMLProblemTypeResolvedAttributes.Builder |
textGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLProblemTypeResolvedAttributes.Builder tabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
tabularResolvedAttributes - The resolved attributes for the tabular problem type.default AutoMLProblemTypeResolvedAttributes.Builder tabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
This is a convenience method that creates an instance of theTabularResolvedAttributes.Builder
avoiding the need to create one manually via TabularResolvedAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to tabularResolvedAttributes(TabularResolvedAttributes).
tabularResolvedAttributes - a consumer that will call methods on TabularResolvedAttributes.BuildertabularResolvedAttributes(TabularResolvedAttributes)AutoMLProblemTypeResolvedAttributes.Builder textGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
textGenerationResolvedAttributes - The resolved attributes for the text generation problem type.default AutoMLProblemTypeResolvedAttributes.Builder textGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
This is a convenience method that creates an instance of theTextGenerationResolvedAttributes.Builder
avoiding the need to create one manually via TextGenerationResolvedAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
textGenerationResolvedAttributes(TextGenerationResolvedAttributes).
textGenerationResolvedAttributes - a consumer that will call methods on TextGenerationResolvedAttributes.BuildertextGenerationResolvedAttributes(TextGenerationResolvedAttributes)Copyright © 2023. All rights reserved.