public interface DeployPublisherModelOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestination() (deprecated)
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The destination. |
getDestinationBytes() (deprecated)
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destination. |
getGenericMetadata() (deprecated)
public abstract GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder() (deprecated)
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
getProjectNumber() (deprecated)
public abstract long getProjectNumber()Output only. The project number where the deploy model request is sent.
int64 project_number = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The projectNumber. |
getPublisherModel() (deprecated)
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The publisherModel. |
getPublisherModelBytes() (deprecated)
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |
hasGenericMetadata() (deprecated)
public abstract boolean hasGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the genericMetadata field is set. |