public static interface TrainingDataSchema.Builder extends SdkPojo, CopyableBuilder<TrainingDataSchema.Builder,TrainingDataSchema>
| Modifier and Type | Method and Description |
|---|---|
default TrainingDataSchema.Builder |
labelSchema(Consumer<LabelSchema.Builder> labelSchema)
Sets the value of the LabelSchema property for this object.
|
TrainingDataSchema.Builder |
labelSchema(LabelSchema labelSchema)
Sets the value of the LabelSchema property for this object.
|
TrainingDataSchema.Builder |
modelVariables(Collection<String> modelVariables)
The training data schema variables.
|
TrainingDataSchema.Builder |
modelVariables(String... modelVariables)
The training data schema variables.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrainingDataSchema.Builder modelVariables(Collection<String> modelVariables)
The training data schema variables.
modelVariables - The training data schema variables.TrainingDataSchema.Builder modelVariables(String... modelVariables)
The training data schema variables.
modelVariables - The training data schema variables.TrainingDataSchema.Builder labelSchema(LabelSchema labelSchema)
labelSchema - The new value for the LabelSchema property for this object.default TrainingDataSchema.Builder labelSchema(Consumer<LabelSchema.Builder> labelSchema)
LabelSchema.Builder avoiding the need to
create one manually via LabelSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to labelSchema(LabelSchema).
labelSchema - a consumer that will call methods on LabelSchema.BuilderlabelSchema(LabelSchema)Copyright © 2022. All rights reserved.