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 Details

    • getDeployedModelsList

      @Deprecated List<DeployedModel> getDeployedModelsList()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
    • getDeployedModels

      @Deprecated DeployedModel getDeployedModels(int index)
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
    • getDeployedModelsCount

      @Deprecated int getDeployedModelsCount()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
    • getDeployedModelsOrBuilderList

      @Deprecated List<? extends DeployedModelOrBuilder> getDeployedModelsOrBuilderList()
      Deprecated.
       DEPRECATED Use deployed_model_refs instead.
       
      repeated .google.cloud.aiplatform.v1.DeployedModel deployed_models = 1 [deprecated = true];
    • getDeployedModelsOrBuilder

      @Deprecated DeployedModelOrBuilder getDeployedModelsOrBuilder(int index)
      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

      DeployedModelRef getDeployedModelRefs(int index)
       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

      DeployedModelRefOrBuilder getDeployedModelRefsOrBuilder(int index)
       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.