public static final class AutoMlForecastingInputs.Transformation extends com.google.protobuf.GeneratedMessageV3 implements AutoMlForecastingInputs.TransformationOrBuilder
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformationcom.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 |
AUTO_FIELD_NUMBER |
static int |
CATEGORICAL_FIELD_NUMBER |
static int |
NUMERIC_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AutoMlForecastingInputs.Transformation.AutoTransformation |
getAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
|
AutoMlForecastingInputs.Transformation.AutoTransformationOrBuilder |
getAutoOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
|
AutoMlForecastingInputs.Transformation.CategoricalTransformation |
getCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
|
AutoMlForecastingInputs.Transformation.CategoricalTransformationOrBuilder |
getCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
|
static AutoMlForecastingInputs.Transformation |
getDefaultInstance() |
AutoMlForecastingInputs.Transformation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
AutoMlForecastingInputs.Transformation.NumericTransformation |
getNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
|
AutoMlForecastingInputs.Transformation.NumericTransformationOrBuilder |
getNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
|
com.google.protobuf.Parser<AutoMlForecastingInputs.Transformation> |
getParserForType() |
int |
getSerializedSize() |
AutoMlForecastingInputs.Transformation.TextTransformation |
getText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
|
AutoMlForecastingInputs.Transformation.TextTransformationOrBuilder |
getTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
|
AutoMlForecastingInputs.Transformation.TimestampTransformation |
getTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
|
AutoMlForecastingInputs.Transformation.TimestampTransformationOrBuilder |
getTimestampOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
|
AutoMlForecastingInputs.Transformation.TransformationDetailCase |
getTransformationDetailCase() |
boolean |
hasAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
|
boolean |
hasCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
|
int |
hashCode() |
boolean |
hasNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
|
boolean |
hasText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
|
boolean |
hasTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AutoMlForecastingInputs.Transformation.Builder |
newBuilder() |
static AutoMlForecastingInputs.Transformation.Builder |
newBuilder(AutoMlForecastingInputs.Transformation prototype) |
AutoMlForecastingInputs.Transformation.Builder |
newBuilderForType() |
protected AutoMlForecastingInputs.Transformation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AutoMlForecastingInputs.Transformation |
parseDelimitedFrom(InputStream input) |
static AutoMlForecastingInputs.Transformation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlForecastingInputs.Transformation |
parseFrom(byte[] data) |
static AutoMlForecastingInputs.Transformation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlForecastingInputs.Transformation |
parseFrom(ByteBuffer data) |
static AutoMlForecastingInputs.Transformation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlForecastingInputs.Transformation |
parseFrom(com.google.protobuf.ByteString data) |
static AutoMlForecastingInputs.Transformation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlForecastingInputs.Transformation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AutoMlForecastingInputs.Transformation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoMlForecastingInputs.Transformation |
parseFrom(InputStream input) |
static AutoMlForecastingInputs.Transformation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AutoMlForecastingInputs.Transformation> |
parser() |
AutoMlForecastingInputs.Transformation.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 AUTO_FIELD_NUMBER
public static final int NUMERIC_FIELD_NUMBER
public static final int CATEGORICAL_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int TEXT_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 AutoMlForecastingInputs.Transformation.TransformationDetailCase getTransformationDetailCase()
getTransformationDetailCase in interface AutoMlForecastingInputs.TransformationOrBuilderpublic boolean hasAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
hasAuto in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.AutoTransformation getAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
getAuto in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.AutoTransformationOrBuilder getAutoOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.AutoTransformation auto = 1;
getAutoOrBuilder in interface AutoMlForecastingInputs.TransformationOrBuilderpublic boolean hasNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
hasNumeric in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.NumericTransformation getNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
getNumeric in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.NumericTransformationOrBuilder getNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation numeric = 2;
getNumericOrBuilder in interface AutoMlForecastingInputs.TransformationOrBuilderpublic boolean hasCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
hasCategorical in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.CategoricalTransformation getCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
getCategorical in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.CategoricalTransformationOrBuilder getCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.CategoricalTransformation categorical = 3;
getCategoricalOrBuilder in interface AutoMlForecastingInputs.TransformationOrBuilderpublic boolean hasTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
hasTimestamp in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.TimestampTransformation getTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
getTimestamp in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.TimestampTransformationOrBuilder getTimestampOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TimestampTransformation timestamp = 4;
getTimestampOrBuilder in interface AutoMlForecastingInputs.TransformationOrBuilderpublic boolean hasText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
hasText in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.TextTransformation getText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
getText in interface AutoMlForecastingInputs.TransformationOrBuilderpublic AutoMlForecastingInputs.Transformation.TextTransformationOrBuilder getTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.TextTransformation text = 5;
getTextOrBuilder in interface AutoMlForecastingInputs.TransformationOrBuilderpublic 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 AutoMlForecastingInputs.Transformation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(InputStream input) throws IOException
IOExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AutoMlForecastingInputs.Transformation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AutoMlForecastingInputs.Transformation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AutoMlForecastingInputs.Transformation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AutoMlForecastingInputs.Transformation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AutoMlForecastingInputs.Transformation.Builder newBuilder()
public static AutoMlForecastingInputs.Transformation.Builder newBuilder(AutoMlForecastingInputs.Transformation prototype)
public AutoMlForecastingInputs.Transformation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AutoMlForecastingInputs.Transformation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AutoMlForecastingInputs.Transformation getDefaultInstance()
public static com.google.protobuf.Parser<AutoMlForecastingInputs.Transformation> parser()
public com.google.protobuf.Parser<AutoMlForecastingInputs.Transformation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AutoMlForecastingInputs.Transformation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.