Uses of Class
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Builder
Packages that use AutoMlTablesInputs.Builder
-
Uses of AutoMlTablesInputs.Builder in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlTablesInputs.BuilderModifier and TypeMethodDescriptionAutoMlTablesInputs.Builder.addAdditionalExperiments(String value) Additional experiment flags for the Tables training pipeline.AutoMlTablesInputs.Builder.addAdditionalExperimentsBytes(com.google.protobuf.ByteString value) Additional experiment flags for the Tables training pipeline.AutoMlTablesInputs.Builder.addAllAdditionalExperiments(Iterable<String> values) Additional experiment flags for the Tables training pipeline.AutoMlTablesInputs.Builder.addAllTransformations(Iterable<? extends AutoMlTablesInputs.Transformation> values) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.addTransformations(int index, AutoMlTablesInputs.Transformation value) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.addTransformations(int index, AutoMlTablesInputs.Transformation.Builder builderForValue) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.addTransformations(AutoMlTablesInputs.Transformation value) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.addTransformations(AutoMlTablesInputs.Transformation.Builder builderForValue) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.clear()AutoMlTablesInputs.Builder.clearAdditionalExperiments()Additional experiment flags for the Tables training pipeline.AutoMlTablesInputs.Builder.clearAdditionalOptimizationObjectiveConfig()AutoMlTablesInputs.Builder.clearDisableEarlyStopping()Use the entire training budget.AutoMlTablesInputs.Builder.clearExportEvaluatedDataItemsConfig()Configuration for exporting test set predictions to a BigQuery table.AutoMlTablesInputs.Builder.clearOptimizationObjective()Objective function the model is optimizing towards.AutoMlTablesInputs.Builder.clearOptimizationObjectivePrecisionValue()Required when optimization_objective is "maximize-recall-at-precision".AutoMlTablesInputs.Builder.clearOptimizationObjectiveRecallValue()Required when optimization_objective is "maximize-precision-at-recall".AutoMlTablesInputs.Builder.clearPredictionType()The type of prediction the Model is to produce.AutoMlTablesInputs.Builder.clearTargetColumn()The column name of the target column that the model is to predict.AutoMlTablesInputs.Builder.clearTrainBudgetMilliNodeHours()Required.AutoMlTablesInputs.Builder.clearTransformations()Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.clearWeightColumnName()Column name that should be used as the weight column.AutoMlTables.Builder.getInputsBuilder()The input parameters of this TrainingJob.AutoMlTablesInputs.Builder.mergeExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig value) Configuration for exporting test set predictions to a BigQuery table.AutoMlTablesInputs.Builder.mergeFrom(AutoMlTablesInputs other) AutoMlTablesInputs.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlTablesInputs.Builder.mergeFrom(com.google.protobuf.Message other) static AutoMlTablesInputs.BuilderAutoMlTablesInputs.newBuilder()static AutoMlTablesInputs.BuilderAutoMlTablesInputs.newBuilder(AutoMlTablesInputs prototype) AutoMlTablesInputs.newBuilderForType()protected AutoMlTablesInputs.BuilderAutoMlTablesInputs.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlTablesInputs.Builder.removeTransformations(int index) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.setAdditionalExperiments(int index, String value) Additional experiment flags for the Tables training pipeline.AutoMlTablesInputs.Builder.setDisableEarlyStopping(boolean value) Use the entire training budget.AutoMlTablesInputs.Builder.setExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig value) Configuration for exporting test set predictions to a BigQuery table.AutoMlTablesInputs.Builder.setExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig.Builder builderForValue) Configuration for exporting test set predictions to a BigQuery table.AutoMlTablesInputs.Builder.setOptimizationObjective(String value) Objective function the model is optimizing towards.AutoMlTablesInputs.Builder.setOptimizationObjectiveBytes(com.google.protobuf.ByteString value) Objective function the model is optimizing towards.AutoMlTablesInputs.Builder.setOptimizationObjectivePrecisionValue(float value) Required when optimization_objective is "maximize-recall-at-precision".AutoMlTablesInputs.Builder.setOptimizationObjectiveRecallValue(float value) Required when optimization_objective is "maximize-precision-at-recall".AutoMlTablesInputs.Builder.setPredictionType(String value) The type of prediction the Model is to produce.AutoMlTablesInputs.Builder.setPredictionTypeBytes(com.google.protobuf.ByteString value) The type of prediction the Model is to produce.AutoMlTablesInputs.Builder.setTargetColumn(String value) The column name of the target column that the model is to predict.AutoMlTablesInputs.Builder.setTargetColumnBytes(com.google.protobuf.ByteString value) The column name of the target column that the model is to predict.AutoMlTablesInputs.Builder.setTrainBudgetMilliNodeHours(long value) Required.AutoMlTablesInputs.Builder.setTransformations(int index, AutoMlTablesInputs.Transformation value) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.setTransformations(int index, AutoMlTablesInputs.Transformation.Builder builderForValue) Each transformation will apply transform function to given input column.AutoMlTablesInputs.Builder.setWeightColumnName(String value) Column name that should be used as the weight column.AutoMlTablesInputs.Builder.setWeightColumnNameBytes(com.google.protobuf.ByteString value) Column name that should be used as the weight column.AutoMlTablesInputs.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlTablesInputs.BuilderModifier and TypeMethodDescriptionAutoMlTables.Builder.setInputs(AutoMlTablesInputs.Builder builderForValue) The input parameters of this TrainingJob.