public interface DeployPublisherModelResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoint() (deprecated)
public abstract String getEndpoint() Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The endpoint. |
getEndpointBytes() (deprecated)
public abstract ByteString getEndpointBytes() Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for endpoint. |
getModel() (deprecated)
public abstract String getModel() Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The model. |
getModelBytes() (deprecated)
public abstract ByteString getModelBytes() Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}
string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for model. |
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 = 1 [(.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 = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publisherModel. |