Package com.google.cloud.aiplatform.v1
Interface QueryDeployedModelsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryDeployedModelsResponse,QueryDeployedModelsResponse.Builder
@Generated
public interface QueryDeployedModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeployedModelRefs(int index) References to the DeployedModels that share the specified deploymentResourcePool.intReferences to the DeployedModels that share the specified deploymentResourcePool.References to the DeployedModels that share the specified deploymentResourcePool.getDeployedModelRefsOrBuilder(int index) References to the DeployedModels that share the specified deploymentResourcePool.List<? extends DeployedModelRefOrBuilder>References to the DeployedModels that share the specified deploymentResourcePool.getDeployedModels(int index) Deprecated.intDeprecated.Deprecated.getDeployedModelsOrBuilder(int index) Deprecated.List<? extends DeployedModelOrBuilder>Deprecated.A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as `page_token` to retrieve the next page.intThe total number of DeployedModels on this DeploymentResourcePool.intThe total number of Endpoints that have DeployedModels on this DeploymentResourcePool.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDeployedModelsList
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true]; -
getDeployedModels
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true]; -
getDeployedModelsCount
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true]; -
getDeployedModelsOrBuilderList
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true]; -
getDeployedModelsOrBuilder
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true]; -
getNextPageToken
String getNextPageToken()A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
getDeployedModelRefsList
List<DeployedModelRef> getDeployedModelRefsList()References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3; -
getDeployedModelRefs
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3; -
getDeployedModelRefsCount
int getDeployedModelRefsCount()References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3; -
getDeployedModelRefsOrBuilderList
List<? extends DeployedModelRefOrBuilder> getDeployedModelRefsOrBuilderList()References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3; -
getDeployedModelRefsOrBuilder
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1.DeployedModelRef deployed_model_refs = 3; -
getTotalDeployedModelCount
int getTotalDeployedModelCount()The total number of DeployedModels on this DeploymentResourcePool.
int32 total_deployed_model_count = 4;- Returns:
- The totalDeployedModelCount.
-
getTotalEndpointCount
int getTotalEndpointCount()The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
int32 total_endpoint_count = 5;- Returns:
- The totalEndpointCount.
-