Package com.google.cloud.aiplatform.v1
Interface DatasetVersionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatasetVersion,DatasetVersion.Builder
@Generated
public interface DatasetVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.com.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.The user-defined name of the DatasetVersion.com.google.protobuf.ByteStringThe user-defined name of the DatasetVersion.getEtag()Used to perform consistent read-modify-write updates.com.google.protobuf.ByteStringUsed to perform consistent read-modify-write updates.com.google.protobuf.ValueRequired.com.google.protobuf.ValueOrBuilderRequired.Output only.com.google.protobuf.ByteStringOutput only.getName()Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.booleanOutput only.com.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.booleanOutput only.booleanRequired.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()Output only. Timestamp when this DatasetVersion was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
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];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
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]; -
hasUpdateTime
boolean hasUpdateTime()Output only. Timestamp when this DatasetVersion was last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
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];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
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]; -
getEtag
String getEtag()Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 3;- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 3;- Returns:
- The bytes for etag.
-
getBigQueryDatasetName
String getBigQueryDatasetName()Output only. Name of the associated BigQuery dataset.
string big_query_dataset_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bigQueryDatasetName.
-
getBigQueryDatasetNameBytes
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];- Returns:
- The bytes for bigQueryDatasetName.
-
getDisplayName
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;- Returns:
- The displayName.
-
getDisplayNameBytes
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;- Returns:
- The bytes for displayName.
-
hasMetadata
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];- Returns:
- Whether the metadata field is set.
-
getMetadata
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];- Returns:
- The metadata.
-
getMetadataOrBuilder
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]; -
getModelReference
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];- Returns:
- The modelReference.
-
getModelReferenceBytes
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];- Returns:
- The bytes for modelReference.
-
getSatisfiesPzs
boolean getSatisfiesPzs()Output only. Reserved for future use.
bool satisfies_pzs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The satisfiesPzs.
-
getSatisfiesPzi
boolean getSatisfiesPzi()Output only. Reserved for future use.
bool satisfies_pzi = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The satisfiesPzi.
-