public interface DeployedModelRefOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeployedModelId()
public abstract String getDeployedModelId()
Immutable. An ID of a DeployedModel in the above Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The deployedModelId. |
getDeployedModelIdBytes()
public abstract ByteString getDeployedModelIdBytes()
Immutable. An ID of a DeployedModel in the above Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for deployedModelId. |
getEndpoint()
public abstract String getEndpoint()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for endpoint. |