public interface DeployOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestination()
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()
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()
public abstract GenericOperationMetadata getGenericMetadata()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
getModelId()
public abstract String getModelId()Output only. The model id to be used at query time.
string model_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The modelId. |
getModelIdBytes()
public abstract ByteString getModelIdBytes()Output only. The model id to be used at query time.
string model_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelId. |
getProjectNumber()
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()
public abstract String getPublisherModel()Output only. The name of the model resource.
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The publisherModel. |
getPublisherModelBytes()
public abstract ByteString getPublisherModelBytes()Output only. The name of the model resource.
string publisher_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |
hasGenericMetadata()
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. |