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