- 3.84.0 (latest)
- 3.83.0
- 3.82.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class FeatureValueDestination.Builder extends GeneratedMessage.Builder<FeatureValueDestination.Builder> implements FeatureValueDestinationOrBuilderA destination location for Feature values and format.
Protobuf type google.cloud.aiplatform.v1beta1.FeatureValueDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FeatureValueDestination.BuilderImplements
FeatureValueDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FeatureValueDestination build()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination |
|
buildPartial()
public FeatureValueDestination buildPartial()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination |
|
clear()
public FeatureValueDestination.Builder clear()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
clearBigqueryDestination()
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;
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
clearCsvDestination()
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;
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
clearDestination()
public FeatureValueDestination.Builder clearDestination()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
clearTfrecordDestination()
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;
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
getBigqueryDestination()
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;
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination |
The bigqueryDestination. |
getBigqueryDestinationBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
|
getBigqueryDestinationOrBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
BigQueryDestinationOrBuilder |
|
getCsvDestination()
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;
| Returns | |
|---|---|
| Type | Description |
CsvDestination |
The csvDestination. |
getCsvDestinationBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
CsvDestination.Builder |
|
getCsvDestinationOrBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
CsvDestinationOrBuilder |
|
getDefaultInstanceForType()
public FeatureValueDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDestinationCase()
public FeatureValueDestination.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.DestinationCase |
|
getTfrecordDestination()
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;
| Returns | |
|---|---|
| Type | Description |
TFRecordDestination |
The tfrecordDestination. |
getTfrecordDestinationBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
TFRecordDestination.Builder |
|
getTfrecordDestinationOrBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
TFRecordDestinationOrBuilder |
|
hasBigqueryDestination()
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. |
hasCsvDestination()
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. |
hasTfrecordDestination()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeBigqueryDestination(BigQueryDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
mergeCsvDestination(CsvDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
CsvDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
mergeFrom(FeatureValueDestination other)
public FeatureValueDestination.Builder mergeFrom(FeatureValueDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureValueDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FeatureValueDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FeatureValueDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
mergeTfrecordDestination(TFRecordDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TFRecordDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setBigqueryDestination(BigQueryDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setBigqueryDestination(BigQueryDestination.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setCsvDestination(CsvDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
CsvDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setCsvDestination(CsvDestination.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CsvDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setTfrecordDestination(TFRecordDestination value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
TFRecordDestination |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|
setTfrecordDestination(TFRecordDestination.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TFRecordDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
FeatureValueDestination.Builder |
|