public interface QueryDeployedModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeployedModelRef |
getDeployedModelRefs(int index)
References to the DeployedModels that share the specified
deploymentResourcePool.
|
int |
getDeployedModelRefsCount()
References to the DeployedModels that share the specified
deploymentResourcePool.
|
List<DeployedModelRef> |
getDeployedModelRefsList()
References to the DeployedModels that share the specified
deploymentResourcePool.
|
DeployedModelRefOrBuilder |
getDeployedModelRefsOrBuilder(int index)
References to the DeployedModels that share the specified
deploymentResourcePool.
|
List<? extends DeployedModelRefOrBuilder> |
getDeployedModelRefsOrBuilderList()
References to the DeployedModels that share the specified
deploymentResourcePool.
|
DeployedModel |
getDeployedModels(int index)
Deprecated.
|
int |
getDeployedModelsCount()
Deprecated.
|
List<DeployedModel> |
getDeployedModelsList()
Deprecated.
|
DeployedModelOrBuilder |
getDeployedModelsOrBuilder(int index)
Deprecated.
|
List<? extends DeployedModelOrBuilder> |
getDeployedModelsOrBuilderList()
Deprecated.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
int |
getTotalDeployedModelCount()
The total number of DeployedModels on this DeploymentResourcePool.
|
int |
getTotalEndpointCount()
The total number of Endpoints that have DeployedModels on this
DeploymentResourcePool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated List<DeployedModel> getDeployedModelsList()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
@Deprecated DeployedModel getDeployedModels(int index)
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
@Deprecated int getDeployedModelsCount()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
@Deprecated List<? extends DeployedModelOrBuilder> getDeployedModelsOrBuilderList()
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
@Deprecated DeployedModelOrBuilder getDeployedModelsOrBuilder(int index)
DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
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;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;List<DeployedModelRef> getDeployedModelRefsList()
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
DeployedModelRef getDeployedModelRefs(int index)
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
int getDeployedModelRefsCount()
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
List<? extends DeployedModelRefOrBuilder> getDeployedModelRefsOrBuilderList()
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
DeployedModelRefOrBuilder getDeployedModelRefsOrBuilder(int index)
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
int getTotalDeployedModelCount()
The total number of DeployedModels on this DeploymentResourcePool.
int32 total_deployed_model_count = 4;int getTotalEndpointCount()
The total number of Endpoints that have DeployedModels on this DeploymentResourcePool.
int32 total_endpoint_count = 5;Copyright © 2025 Google LLC. All rights reserved.