public interface DeployedModelRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployedModelId()
Immutable.
|
com.google.protobuf.ByteString |
getDeployedModelIdBytes()
Immutable.
|
String |
getEndpoint()
Immutable.
|
com.google.protobuf.ByteString |
getEndpointBytes()
Immutable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEndpoint()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getEndpointBytes()
Immutable. A resource name of an Endpoint.
string endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
String getDeployedModelId()
Immutable. An ID of a DeployedModel in the above Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = IMMUTABLE];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];Copyright © 2023 Google LLC. All rights reserved.