Package com.google.cloud.aiplatform.v1
Interface DeployedModelRefOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployedModelRef,DeployedModelRef.Builder
public interface DeployedModelRefOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeployedModelId()Immutable.com.google.protobuf.ByteStringgetDeployedModelIdBytes()Immutable.StringgetEndpoint()Immutable.com.google.protobuf.ByteStringgetEndpointBytes()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpoint
String getEndpoint()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for endpoint.
-
getDeployedModelId
String getDeployedModelId()
Immutable. An ID of a DeployedModel in the above Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The deployedModelId.
-
getDeployedModelIdBytes
com.google.protobuf.ByteString getDeployedModelIdBytes()
Immutable. An ID of a DeployedModel in the above Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for deployedModelId.
-
-