public interface ExportPublisherModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsDestination |
getDestination()
Required.
|
GcsDestinationOrBuilder |
getDestinationOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDestination()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. 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 name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. 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 name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasDestination()
Required. The target where we are exporting the model weights to
.google.cloud.aiplatform.v1beta1.GcsDestination destination = 2 [(.google.api.field_behavior) = REQUIRED];
GcsDestination getDestination()
Required. The target where we are exporting the model weights to
.google.cloud.aiplatform.v1beta1.GcsDestination destination = 2 [(.google.api.field_behavior) = REQUIRED];
GcsDestinationOrBuilder getDestinationOrBuilder()
Required. The target where we are exporting the model weights to
.google.cloud.aiplatform.v1beta1.GcsDestination destination = 2 [(.google.api.field_behavior) = REQUIRED];
String getParent()
Required. The Location to export the model weights from
Format: `projects/{project}/locations/{location}`
string parent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The Location to export the model weights from
Format: `projects/{project}/locations/{location}`
string parent = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.