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)
Defines the resolved attributes for the
TABULAR problem type. |
AutoMLProblemTypeResolvedAttributes.Builder |
tabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLProblemTypeResolvedAttributes.Builder tabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the TABULAR problem type.
tabularResolvedAttributes - Defines the resolved attributes for the TABULAR problem type.default AutoMLProblemTypeResolvedAttributes.Builder tabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
Defines the resolved attributes for the TABULAR problem type.
TabularResolvedAttributes.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)Copyright © 2023. All rights reserved.