public final class AutoMlTablesInputs extends com.google.protobuf.GeneratedMessageV3 implements AutoMlTablesInputsOrBuilder
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs| Modifier and Type | Class and Description |
|---|---|
static class |
AutoMlTablesInputs.AdditionalOptimizationObjectiveConfigCase |
static class |
AutoMlTablesInputs.Builder
Protobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs |
static class |
AutoMlTablesInputs.Transformation
Protobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation |
static interface |
AutoMlTablesInputs.TransformationOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADDITIONAL_EXPERIMENTS_FIELD_NUMBER |
static int |
DISABLE_EARLY_STOPPING_FIELD_NUMBER |
static int |
EXPORT_EVALUATED_DATA_ITEMS_CONFIG_FIELD_NUMBER |
static int |
OPTIMIZATION_OBJECTIVE_FIELD_NUMBER |
static int |
OPTIMIZATION_OBJECTIVE_PRECISION_VALUE_FIELD_NUMBER |
static int |
OPTIMIZATION_OBJECTIVE_RECALL_VALUE_FIELD_NUMBER |
static int |
PREDICTION_TYPE_FIELD_NUMBER |
static int |
TARGET_COLUMN_FIELD_NUMBER |
static int |
TRAIN_BUDGET_MILLI_NODE_HOURS_FIELD_NUMBER |
static int |
TRANSFORMATIONS_FIELD_NUMBER |
static int |
WEIGHT_COLUMN_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdditionalExperiments(int index)
Additional experiment flags for the Tables training pipeline.
|
com.google.protobuf.ByteString |
getAdditionalExperimentsBytes(int index)
Additional experiment flags for the Tables training pipeline.
|
int |
getAdditionalExperimentsCount()
Additional experiment flags for the Tables training pipeline.
|
com.google.protobuf.ProtocolStringList |
getAdditionalExperimentsList()
Additional experiment flags for the Tables training pipeline.
|
AutoMlTablesInputs.AdditionalOptimizationObjectiveConfigCase |
getAdditionalOptimizationObjectiveConfigCase() |
static AutoMlTablesInputs |
getDefaultInstance() |
AutoMlTablesInputs |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDisableEarlyStopping()
Use the entire training budget.
|
ExportEvaluatedDataItemsConfig |
getExportEvaluatedDataItemsConfig()
Configuration for exporting test set predictions to a BigQuery table.
|
ExportEvaluatedDataItemsConfigOrBuilder |
getExportEvaluatedDataItemsConfigOrBuilder()
Configuration for exporting test set predictions to a BigQuery table.
|
String |
getOptimizationObjective()
Objective function the model is optimizing towards.
|
com.google.protobuf.ByteString |
getOptimizationObjectiveBytes()
Objective function the model is optimizing towards.
|
float |
getOptimizationObjectivePrecisionValue()
Required when optimization_objective is "maximize-recall-at-precision".
|
float |
getOptimizationObjectiveRecallValue()
Required when optimization_objective is "maximize-precision-at-recall".
|
com.google.protobuf.Parser<AutoMlTablesInputs> |
getParserForType() |
String |
getPredictionType()
The type of prediction the Model is to produce.
|
com.google.protobuf.ByteString |
getPredictionTypeBytes()
The type of prediction the Model is to produce.
|
int |
getSerializedSize() |
String |
getTargetColumn()
The column name of the target column that the model is to predict.
|
com.google.protobuf.ByteString |
getTargetColumnBytes()
The column name of the target column that the model is to predict.
|
long |
getTrainBudgetMilliNodeHours()
Required.
|
AutoMlTablesInputs.Transformation |
getTransformations(int index)
Each transformation will apply transform function to given input column.
|
int |
getTransformationsCount()
Each transformation will apply transform function to given input column.
|
List<AutoMlTablesInputs.Transformation> |
getTransformationsList()
Each transformation will apply transform function to given input column.
|
AutoMlTablesInputs.TransformationOrBuilder |
getTransformationsOrBuilder(int index)
Each transformation will apply transform function to given input column.
|
List<? extends AutoMlTablesInputs.TransformationOrBuilder> |
getTransformationsOrBuilderList()
Each transformation will apply transform function to given input column.
|
String |
getWeightColumnName()
Column name that should be used as the weight column.
|
com.google.protobuf.ByteString |
getWeightColumnNameBytes()
Column name that should be used as the weight column.
|
boolean |
hasExportEvaluatedDataItemsConfig()
Configuration for exporting test set predictions to a BigQuery table.
|
int |
hashCode() |
boolean |
hasOptimizationObjectivePrecisionValue()
Required when optimization_objective is "maximize-recall-at-precision".
|
boolean |
hasOptimizationObjectiveRecallValue()
Required when optimization_objective is "maximize-precision-at-recall".
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AutoMlTablesInputs.Builder |
newBuilder() |
static AutoMlTablesInputs.Builder |
newBuilder(AutoMlTablesInputs prototype) |
AutoMlTablesInputs.Builder |
newBuilderForType() |
protected AutoMlTablesInputs.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AutoMlTablesInputs |
parseDelimitedFrom(InputStream input) |
static AutoMlTablesInputs |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlTablesInputs |
parseFrom(byte[] data) |
static AutoMlTablesInputs |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlTablesInputs |
parseFrom(ByteBuffer data) |
static AutoMlTablesInputs |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlTablesInputs |
parseFrom(com.google.protobuf.ByteString data) |
static AutoMlTablesInputs |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlTablesInputs |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AutoMlTablesInputs |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlTablesInputs |
parseFrom(InputStream input) |
static AutoMlTablesInputs |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AutoMlTablesInputs> |
parser() |
AutoMlTablesInputs.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OPTIMIZATION_OBJECTIVE_RECALL_VALUE_FIELD_NUMBER
public static final int OPTIMIZATION_OBJECTIVE_PRECISION_VALUE_FIELD_NUMBER
public static final int PREDICTION_TYPE_FIELD_NUMBER
public static final int TARGET_COLUMN_FIELD_NUMBER
public static final int TRANSFORMATIONS_FIELD_NUMBER
public static final int OPTIMIZATION_OBJECTIVE_FIELD_NUMBER
public static final int TRAIN_BUDGET_MILLI_NODE_HOURS_FIELD_NUMBER
public static final int DISABLE_EARLY_STOPPING_FIELD_NUMBER
public static final int WEIGHT_COLUMN_NAME_FIELD_NUMBER
public static final int EXPORT_EVALUATED_DATA_ITEMS_CONFIG_FIELD_NUMBER
public static final int ADDITIONAL_EXPERIMENTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public AutoMlTablesInputs.AdditionalOptimizationObjectiveConfigCase getAdditionalOptimizationObjectiveConfigCase()
getAdditionalOptimizationObjectiveConfigCase in interface AutoMlTablesInputsOrBuilderpublic boolean hasOptimizationObjectiveRecallValue()
Required when optimization_objective is "maximize-precision-at-recall". Must be between 0 and 1, inclusive.
float optimization_objective_recall_value = 5;hasOptimizationObjectiveRecallValue in interface AutoMlTablesInputsOrBuilderpublic float getOptimizationObjectiveRecallValue()
Required when optimization_objective is "maximize-precision-at-recall". Must be between 0 and 1, inclusive.
float optimization_objective_recall_value = 5;getOptimizationObjectiveRecallValue in interface AutoMlTablesInputsOrBuilderpublic boolean hasOptimizationObjectivePrecisionValue()
Required when optimization_objective is "maximize-recall-at-precision". Must be between 0 and 1, inclusive.
float optimization_objective_precision_value = 6;hasOptimizationObjectivePrecisionValue in interface AutoMlTablesInputsOrBuilderpublic float getOptimizationObjectivePrecisionValue()
Required when optimization_objective is "maximize-recall-at-precision". Must be between 0 and 1, inclusive.
float optimization_objective_precision_value = 6;getOptimizationObjectivePrecisionValue in interface AutoMlTablesInputsOrBuilderpublic String getPredictionType()
The type of prediction the Model is to produce.
"classification" - Predict one out of multiple target values is
picked for each row.
"regression" - Predict a value based on its relation to other values.
This type is available only to columns that contain
semantically numeric values, i.e. integers or floating
point number, even if stored as e.g. strings.
string prediction_type = 1;getPredictionType in interface AutoMlTablesInputsOrBuilderpublic com.google.protobuf.ByteString getPredictionTypeBytes()
The type of prediction the Model is to produce.
"classification" - Predict one out of multiple target values is
picked for each row.
"regression" - Predict a value based on its relation to other values.
This type is available only to columns that contain
semantically numeric values, i.e. integers or floating
point number, even if stored as e.g. strings.
string prediction_type = 1;getPredictionTypeBytes in interface AutoMlTablesInputsOrBuilderpublic String getTargetColumn()
The column name of the target column that the model is to predict.
string target_column = 2;getTargetColumn in interface AutoMlTablesInputsOrBuilderpublic com.google.protobuf.ByteString getTargetColumnBytes()
The column name of the target column that the model is to predict.
string target_column = 2;getTargetColumnBytes in interface AutoMlTablesInputsOrBuilderpublic List<AutoMlTablesInputs.Transformation> getTransformationsList()
Each transformation will apply transform function to given input column. And the result will be used for training. When creating transformation for BigQuery Struct column, the column should be flattened using "." as the delimiter.
repeated .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation transformations = 3;
getTransformationsList in interface AutoMlTablesInputsOrBuilderpublic List<? extends AutoMlTablesInputs.TransformationOrBuilder> getTransformationsOrBuilderList()
Each transformation will apply transform function to given input column. And the result will be used for training. When creating transformation for BigQuery Struct column, the column should be flattened using "." as the delimiter.
repeated .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation transformations = 3;
getTransformationsOrBuilderList in interface AutoMlTablesInputsOrBuilderpublic int getTransformationsCount()
Each transformation will apply transform function to given input column. And the result will be used for training. When creating transformation for BigQuery Struct column, the column should be flattened using "." as the delimiter.
repeated .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation transformations = 3;
getTransformationsCount in interface AutoMlTablesInputsOrBuilderpublic AutoMlTablesInputs.Transformation getTransformations(int index)
Each transformation will apply transform function to given input column. And the result will be used for training. When creating transformation for BigQuery Struct column, the column should be flattened using "." as the delimiter.
repeated .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation transformations = 3;
getTransformations in interface AutoMlTablesInputsOrBuilderpublic AutoMlTablesInputs.TransformationOrBuilder getTransformationsOrBuilder(int index)
Each transformation will apply transform function to given input column. And the result will be used for training. When creating transformation for BigQuery Struct column, the column should be flattened using "." as the delimiter.
repeated .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation transformations = 3;
getTransformationsOrBuilder in interface AutoMlTablesInputsOrBuilderpublic String getOptimizationObjective()
Objective function the model is optimizing towards. The training process
creates a model that maximizes/minimizes the value of the objective
function over the validation set.
The supported optimization objectives depend on the prediction type.
If the field is not set, a default objective function is used.
classification (binary):
"maximize-au-roc" (default) - Maximize the area under the receiver
operating characteristic (ROC) curve.
"minimize-log-loss" - Minimize log loss.
"maximize-au-prc" - Maximize the area under the precision-recall curve.
"maximize-precision-at-recall" - Maximize precision for a specified
recall value.
"maximize-recall-at-precision" - Maximize recall for a specified
precision value.
classification (multi-class):
"minimize-log-loss" (default) - Minimize log loss.
regression:
"minimize-rmse" (default) - Minimize root-mean-squared error (RMSE).
"minimize-mae" - Minimize mean-absolute error (MAE).
"minimize-rmsle" - Minimize root-mean-squared log error (RMSLE).
string optimization_objective = 4;getOptimizationObjective in interface AutoMlTablesInputsOrBuilderpublic com.google.protobuf.ByteString getOptimizationObjectiveBytes()
Objective function the model is optimizing towards. The training process
creates a model that maximizes/minimizes the value of the objective
function over the validation set.
The supported optimization objectives depend on the prediction type.
If the field is not set, a default objective function is used.
classification (binary):
"maximize-au-roc" (default) - Maximize the area under the receiver
operating characteristic (ROC) curve.
"minimize-log-loss" - Minimize log loss.
"maximize-au-prc" - Maximize the area under the precision-recall curve.
"maximize-precision-at-recall" - Maximize precision for a specified
recall value.
"maximize-recall-at-precision" - Maximize recall for a specified
precision value.
classification (multi-class):
"minimize-log-loss" (default) - Minimize log loss.
regression:
"minimize-rmse" (default) - Minimize root-mean-squared error (RMSE).
"minimize-mae" - Minimize mean-absolute error (MAE).
"minimize-rmsle" - Minimize root-mean-squared log error (RMSLE).
string optimization_objective = 4;getOptimizationObjectiveBytes in interface AutoMlTablesInputsOrBuilderpublic long getTrainBudgetMilliNodeHours()
Required. The train budget of creating this model, expressed in milli node hours i.e. 1,000 value in this field means 1 node hour. The training cost of the model will not exceed this budget. The final cost will be attempted to be close to the budget, though may end up being (even) noticeably smaller - at the backend's discretion. This especially may happen when further model training ceases to provide any improvements. If the budget is set to a value known to be insufficient to train a model for the given dataset, the training won't be attempted and will error. The train budget must be between 1,000 and 72,000 milli node hours, inclusive.
int64 train_budget_milli_node_hours = 7;getTrainBudgetMilliNodeHours in interface AutoMlTablesInputsOrBuilderpublic boolean getDisableEarlyStopping()
Use the entire training budget. This disables the early stopping feature. By default, the early stopping feature is enabled, which means that AutoML Tables might stop training before the entire training budget has been used.
bool disable_early_stopping = 8;getDisableEarlyStopping in interface AutoMlTablesInputsOrBuilderpublic String getWeightColumnName()
Column name that should be used as the weight column. Higher values in this column give more importance to the row during model training. The column must have numeric values between 0 and 10000 inclusively; 0 means the row is ignored for training. If weight column field is not set, then all rows are assumed to have equal weight of 1.
string weight_column_name = 9;getWeightColumnName in interface AutoMlTablesInputsOrBuilderpublic com.google.protobuf.ByteString getWeightColumnNameBytes()
Column name that should be used as the weight column. Higher values in this column give more importance to the row during model training. The column must have numeric values between 0 and 10000 inclusively; 0 means the row is ignored for training. If weight column field is not set, then all rows are assumed to have equal weight of 1.
string weight_column_name = 9;getWeightColumnNameBytes in interface AutoMlTablesInputsOrBuilderpublic boolean hasExportEvaluatedDataItemsConfig()
Configuration for exporting test set predictions to a BigQuery table. If this configuration is absent, then the export is not performed.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig export_evaluated_data_items_config = 10;
hasExportEvaluatedDataItemsConfig in interface AutoMlTablesInputsOrBuilderpublic ExportEvaluatedDataItemsConfig getExportEvaluatedDataItemsConfig()
Configuration for exporting test set predictions to a BigQuery table. If this configuration is absent, then the export is not performed.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig export_evaluated_data_items_config = 10;
getExportEvaluatedDataItemsConfig in interface AutoMlTablesInputsOrBuilderpublic ExportEvaluatedDataItemsConfigOrBuilder getExportEvaluatedDataItemsConfigOrBuilder()
Configuration for exporting test set predictions to a BigQuery table. If this configuration is absent, then the export is not performed.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig export_evaluated_data_items_config = 10;
getExportEvaluatedDataItemsConfigOrBuilder in interface AutoMlTablesInputsOrBuilderpublic com.google.protobuf.ProtocolStringList getAdditionalExperimentsList()
Additional experiment flags for the Tables training pipeline.
repeated string additional_experiments = 11;getAdditionalExperimentsList in interface AutoMlTablesInputsOrBuilderpublic int getAdditionalExperimentsCount()
Additional experiment flags for the Tables training pipeline.
repeated string additional_experiments = 11;getAdditionalExperimentsCount in interface AutoMlTablesInputsOrBuilderpublic String getAdditionalExperiments(int index)
Additional experiment flags for the Tables training pipeline.
repeated string additional_experiments = 11;getAdditionalExperiments in interface AutoMlTablesInputsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAdditionalExperimentsBytes(int index)
Additional experiment flags for the Tables training pipeline.
repeated string additional_experiments = 11;getAdditionalExperimentsBytes in interface AutoMlTablesInputsOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AutoMlTablesInputs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlTablesInputs parseFrom(InputStream input) throws IOException
IOExceptionpublic static AutoMlTablesInputs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AutoMlTablesInputs parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AutoMlTablesInputs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AutoMlTablesInputs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AutoMlTablesInputs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AutoMlTablesInputs.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AutoMlTablesInputs.Builder newBuilder()
public static AutoMlTablesInputs.Builder newBuilder(AutoMlTablesInputs prototype)
public AutoMlTablesInputs.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AutoMlTablesInputs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AutoMlTablesInputs getDefaultInstance()
public static com.google.protobuf.Parser<AutoMlTablesInputs> parser()
public com.google.protobuf.Parser<AutoMlTablesInputs> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AutoMlTablesInputs getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.