Uses of Class
com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder
Packages that use AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder
-
Uses of AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition that return AutoMlForecastingInputs.Transformation.TimestampTransformation.BuilderModifier and TypeMethodDescriptionAutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.clear()AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.clearColumnName()string column_name = 1;AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.clearTimeFormat()The format in which that time field is expressed.AutoMlForecastingInputs.Transformation.Builder.getTimestampBuilder().google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.mergeFrom(AutoMlForecastingInputs.Transformation.TimestampTransformation other) AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.mergeFrom(com.google.protobuf.Message other) AutoMlForecastingInputs.Transformation.TimestampTransformation.newBuilder()AutoMlForecastingInputs.Transformation.TimestampTransformation.newBuilder(AutoMlForecastingInputs.Transformation.TimestampTransformation prototype) AutoMlForecastingInputs.Transformation.TimestampTransformation.newBuilderForType()AutoMlForecastingInputs.Transformation.TimestampTransformation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.setColumnName(String value) string column_name = 1;AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.setColumnNameBytes(com.google.protobuf.ByteString value) string column_name = 1;AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.setTimeFormat(String value) The format in which that time field is expressed.AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder.setTimeFormatBytes(com.google.protobuf.ByteString value) The format in which that time field is expressed.AutoMlForecastingInputs.Transformation.TimestampTransformation.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition with parameters of type AutoMlForecastingInputs.Transformation.TimestampTransformation.BuilderModifier and TypeMethodDescriptionAutoMlForecastingInputs.Transformation.Builder.setTimestamp(AutoMlForecastingInputs.Transformation.TimestampTransformation.Builder builderForValue) .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;