Uses of Class
com.google.cloud.aiplatform.v1beta1.TimestampSplit
-
Packages that use TimestampSplit Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of TimestampSplit in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TimestampSplit Modifier and Type Method Description TimestampSplit
TimestampSplit.Builder. build()
TimestampSplit
TimestampSplit.Builder. buildPartial()
static TimestampSplit
TimestampSplit. getDefaultInstance()
TimestampSplit
TimestampSplit.Builder. getDefaultInstanceForType()
TimestampSplit
TimestampSplit. getDefaultInstanceForType()
TimestampSplit
InputDataConfig.Builder. getTimestampSplit()
Supported only for tabular Datasets.TimestampSplit
InputDataConfig. getTimestampSplit()
Supported only for tabular Datasets.TimestampSplit
InputDataConfigOrBuilder. getTimestampSplit()
Supported only for tabular Datasets.static TimestampSplit
TimestampSplit. parseDelimitedFrom(InputStream input)
static TimestampSplit
TimestampSplit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampSplit
TimestampSplit. parseFrom(byte[] data)
static TimestampSplit
TimestampSplit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampSplit
TimestampSplit. parseFrom(com.google.protobuf.ByteString data)
static TimestampSplit
TimestampSplit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampSplit
TimestampSplit. parseFrom(com.google.protobuf.CodedInputStream input)
static TimestampSplit
TimestampSplit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampSplit
TimestampSplit. parseFrom(InputStream input)
static TimestampSplit
TimestampSplit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimestampSplit
TimestampSplit. parseFrom(ByteBuffer data)
static TimestampSplit
TimestampSplit. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type TimestampSplit Modifier and Type Method Description com.google.protobuf.Parser<TimestampSplit>
TimestampSplit. getParserForType()
static com.google.protobuf.Parser<TimestampSplit>
TimestampSplit. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type TimestampSplit Modifier and Type Method Description TimestampSplit.Builder
TimestampSplit.Builder. mergeFrom(TimestampSplit other)
InputDataConfig.Builder
InputDataConfig.Builder. mergeTimestampSplit(TimestampSplit value)
Supported only for tabular Datasets.static TimestampSplit.Builder
TimestampSplit. newBuilder(TimestampSplit prototype)
InputDataConfig.Builder
InputDataConfig.Builder. setTimestampSplit(TimestampSplit value)
Supported only for tabular Datasets.
-