Interface QueryDeployedModelsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryDeployedModelsResponse
,QueryDeployedModelsResponse.Builder
public interface QueryDeployedModelsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeployedModelsList
@Deprecated List<DeployedModel> getDeployedModelsList()
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
-
getDeployedModels
@Deprecated DeployedModel getDeployedModels(int index)
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
-
getDeployedModelsCount
@Deprecated int getDeployedModelsCount()
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
-
getDeployedModelsOrBuilderList
@Deprecated List<? extends DeployedModelOrBuilder> getDeployedModelsOrBuilderList()
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.DeployedModel deployed_models = 1 [deprecated = true];
-
getDeployedModelsOrBuilder
@Deprecated DeployedModelOrBuilder getDeployedModelsOrBuilder(int index)
Deprecated.DEPRECATED Use deployed_model_refs instead.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.DeployedModelRef deployed_model_refs = 3;
-
getDeployedModelRefs
DeployedModelRef getDeployedModelRefs(int index)
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
-
getDeployedModelRefsCount
int getDeployedModelRefsCount()
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
-
getDeployedModelRefsOrBuilderList
List<? extends DeployedModelRefOrBuilder> getDeployedModelRefsOrBuilderList()
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.DeployedModelRef deployed_model_refs = 3;
-
getDeployedModelRefsOrBuilder
DeployedModelRefOrBuilder getDeployedModelRefsOrBuilder(int index)
References to the DeployedModels that share the specified deploymentResourcePool.
repeated .google.cloud.aiplatform.v1beta1.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.
-
-