public static final class FeatureValueDestination.Builder extends GeneratedMessageV3.Builder<FeatureValueDestination.Builder> implements FeatureValueDestinationOrBuilder
A destination location for Feature values and format.
Protobuf type google.cloud.aiplatform.v1beta1.FeatureValueDestination
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeatureValueDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureValueDestination build()
public FeatureValueDestination buildPartial()
public FeatureValueDestination.Builder clear()
Overrides
public FeatureValueDestination.Builder clearBigqueryDestination()
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public FeatureValueDestination.Builder clearCsvDestination()
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public FeatureValueDestination.Builder clearDestination()
public FeatureValueDestination.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureValueDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureValueDestination.Builder clearTfrecordDestination()
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public FeatureValueDestination.Builder clone()
Overrides
public BigQueryDestination getBigqueryDestination()
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public BigQueryDestination.Builder getBigqueryDestinationBuilder()
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public CsvDestination getCsvDestination()
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public CsvDestination.Builder getCsvDestinationBuilder()
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public CsvDestinationOrBuilder getCsvDestinationOrBuilder()
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public FeatureValueDestination getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public FeatureValueDestination.DestinationCase getDestinationCase()
public TFRecordDestination getTfrecordDestination()
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public TFRecordDestination.Builder getTfrecordDestinationBuilder()
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public TFRecordDestinationOrBuilder getTfrecordDestinationOrBuilder()
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public boolean hasBigqueryDestination()
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
Returns |
---|
Type | Description |
boolean | Whether the bigqueryDestination field is set.
|
public boolean hasCsvDestination()
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
Returns |
---|
Type | Description |
boolean | Whether the csvDestination field is set.
|
public boolean hasTfrecordDestination()
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
Returns |
---|
Type | Description |
boolean | Whether the tfrecordDestination field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureValueDestination.Builder mergeBigqueryDestination(BigQueryDestination value)
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public FeatureValueDestination.Builder mergeCsvDestination(CsvDestination value)
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public FeatureValueDestination.Builder mergeFrom(FeatureValueDestination other)
public FeatureValueDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureValueDestination.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public FeatureValueDestination.Builder mergeTfrecordDestination(TFRecordDestination value)
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public final FeatureValueDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureValueDestination.Builder setBigqueryDestination(BigQueryDestination value)
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public FeatureValueDestination.Builder setBigqueryDestination(BigQueryDestination.Builder builderForValue)
Output in BigQuery format.
BigQueryDestination.output_uri
in
FeatureValueDestination.bigquery_destination
must refer to a table.
.google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 1;
public FeatureValueDestination.Builder setCsvDestination(CsvDestination value)
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public FeatureValueDestination.Builder setCsvDestination(CsvDestination.Builder builderForValue)
Output in CSV format. Array Feature value types are not allowed in CSV
format.
.google.cloud.aiplatform.v1beta1.CsvDestination csv_destination = 3;
public FeatureValueDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureValueDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public FeatureValueDestination.Builder setTfrecordDestination(TFRecordDestination value)
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public FeatureValueDestination.Builder setTfrecordDestination(TFRecordDestination.Builder builderForValue)
Output in TFRecord format.
Below are the mapping from Feature value type
in Featurestore to Feature value type in TFRecord:
Value type in Featurestore | Value type in TFRecord
DOUBLE, DOUBLE_ARRAY | FLOAT_LIST
INT64, INT64_ARRAY | INT64_LIST
STRING, STRING_ARRAY, BYTES | BYTES_LIST
true -> byte_string("true"), false -> byte_string("false")
BOOL, BOOL_ARRAY (true, false) | BYTES_LIST
.google.cloud.aiplatform.v1beta1.TFRecordDestination tfrecord_destination = 2;
public final FeatureValueDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides