public interface DeployPublisherModelOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination()
Output only.
|
com.google.protobuf.ByteString |
getDestinationBytes()
Output only.
|
GenericOperationMetadata |
getGenericMetadata()
The operation generic information.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The operation generic information.
|
long |
getProjectNumber()
Output only.
|
String |
getPublisherModel()
Output only.
|
com.google.protobuf.ByteString |
getPublisherModelBytes()
Output only.
|
boolean |
hasGenericMetadata()
The operation generic information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;String getPublisherModel()
Output only. The name of the PublisherModel resource.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`, or
`publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getPublisherModelBytes()
Output only. The name of the PublisherModel resource.
Format:
`publishers/{publisher}/models/{publisher_model}@{version_id}`, or
`publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getDestination()
Output only. The resource name of the Location to deploy the model in.
Format: `projects/{project}/locations/{location}`
string destination = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDestinationBytes()
Output only. The resource name of the Location to deploy the model in.
Format: `projects/{project}/locations/{location}`
string destination = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
long getProjectNumber()
Output only. The project number where the deploy model request is sent.
int64 project_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.