Uses of Class
com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder
Packages that use AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder
-
Uses of AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition that return AutoMlForecastingInputs.Transformation.CategoricalTransformation.BuilderModifier and TypeMethodDescriptionAutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.clear()AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.clearColumnName()string column_name = 1;AutoMlForecastingInputs.Transformation.Builder.getCategoricalBuilder().google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.mergeFrom(AutoMlForecastingInputs.Transformation.CategoricalTransformation other) AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlForecastingInputs.Transformation.CategoricalTransformation.newBuilder()AutoMlForecastingInputs.Transformation.CategoricalTransformation.newBuilder(AutoMlForecastingInputs.Transformation.CategoricalTransformation prototype) AutoMlForecastingInputs.Transformation.CategoricalTransformation.newBuilderForType()AutoMlForecastingInputs.Transformation.CategoricalTransformation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.setColumnName(String value) string column_name = 1;AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder.setColumnNameBytes(com.google.protobuf.ByteString value) string column_name = 1;AutoMlForecastingInputs.Transformation.CategoricalTransformation.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition with parameters of type AutoMlForecastingInputs.Transformation.CategoricalTransformation.BuilderModifier and TypeMethodDescriptionAutoMlForecastingInputs.Transformation.Builder.setCategorical(AutoMlForecastingInputs.Transformation.CategoricalTransformation.Builder builderForValue) .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;