public interface DatasetVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigQueryDatasetName()
Output only.
|
com.google.protobuf.ByteString |
getBigQueryDatasetNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
The user-defined name of the DatasetVersion.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The user-defined name of the DatasetVersion.
|
String |
getEtag()
Used to perform consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform consistent read-modify-write updates.
|
com.google.protobuf.Value |
getMetadata()
Required.
|
com.google.protobuf.ValueOrBuilder |
getMetadataOrBuilder()
Required.
|
String |
getModelReference()
Output only.
|
com.google.protobuf.ByteString |
getModelReferenceBytes()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
boolean |
getSatisfiesPzi()
Output only.
|
boolean |
getSatisfiesPzs()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasMetadata()
Required.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Identifier. The resource name of the DatasetVersion.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
com.google.protobuf.ByteString getNameBytes()
Output only. Identifier. The resource name of the DatasetVersion.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
boolean hasCreateTime()
Output only. Timestamp when this DatasetVersion was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this DatasetVersion was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this DatasetVersion was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Timestamp when this DatasetVersion was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this DatasetVersion was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this DatasetVersion was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 3;com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 3;String getBigQueryDatasetName()
Output only. Name of the associated BigQuery dataset.
string big_query_dataset_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getBigQueryDatasetNameBytes()
Output only. Name of the associated BigQuery dataset.
string big_query_dataset_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 7;com.google.protobuf.ByteString getDisplayNameBytes()
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 7;boolean hasMetadata()
Required. Output only. Additional information about the DatasetVersion.
.google.protobuf.Value metadata = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
com.google.protobuf.Value getMetadata()
Required. Output only. Additional information about the DatasetVersion.
.google.protobuf.Value metadata = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ValueOrBuilder getMetadataOrBuilder()
Required. Output only. Additional information about the DatasetVersion.
.google.protobuf.Value metadata = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
String getModelReference()
Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
string model_reference = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getModelReferenceBytes()
Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
string model_reference = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getSatisfiesPzi()
Output only. Reserved for future use.
bool satisfies_pzi = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.