Interface DeployedModelRefOrBuilder (3.42.0)

public interface DeployedModelRefOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for endpoint.