Interface AutoMLProblemTypeResolvedAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>,SdkBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>,SdkPojo
- Enclosing class:
- AutoMLProblemTypeResolvedAttributes
public static interface AutoMLProblemTypeResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AutoMLProblemTypeResolvedAttributes.BuildertabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)The resolved attributes for the tabular problem type.AutoMLProblemTypeResolvedAttributes.BuildertabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)The resolved attributes for the tabular problem type.default AutoMLProblemTypeResolvedAttributes.BuildertextGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)The resolved attributes for the text generation problem type.AutoMLProblemTypeResolvedAttributes.BuildertextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)The resolved attributes for the text generation problem type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tabularResolvedAttributes
AutoMLProblemTypeResolvedAttributes.Builder tabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
- Parameters:
tabularResolvedAttributes- The resolved attributes for the tabular problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tabularResolvedAttributes
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.Builderavoiding the need to create one manually viaTabularResolvedAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totabularResolvedAttributes(TabularResolvedAttributes).- Parameters:
tabularResolvedAttributes- a consumer that will call methods onTabularResolvedAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tabularResolvedAttributes(TabularResolvedAttributes)
-
textGenerationResolvedAttributes
AutoMLProblemTypeResolvedAttributes.Builder textGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
- Parameters:
textGenerationResolvedAttributes- The resolved attributes for the text generation problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textGenerationResolvedAttributes
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.Builderavoiding the need to create one manually viaTextGenerationResolvedAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextGenerationResolvedAttributes(TextGenerationResolvedAttributes).- Parameters:
textGenerationResolvedAttributes- a consumer that will call methods onTextGenerationResolvedAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
textGenerationResolvedAttributes(TextGenerationResolvedAttributes)
-
-