Uses of Interface
com.google.cloud.aiplatform.v1.DeployedModelRefOrBuilder
-
Packages that use DeployedModelRefOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DeployedModelRefOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement DeployedModelRefOrBuilder Modifier and Type Class Description class
DeployedModelRef
Points to a DeployedModel.static class
DeployedModelRef.Builder
Points to a DeployedModel.Methods in com.google.cloud.aiplatform.v1 that return DeployedModelRefOrBuilder Modifier and Type Method Description DeployedModelRefOrBuilder
Model.Builder. getDeployedModelsOrBuilder(int index)
Output only.DeployedModelRefOrBuilder
Model. getDeployedModelsOrBuilder(int index)
Output only.DeployedModelRefOrBuilder
ModelOrBuilder. getDeployedModelsOrBuilder(int index)
Output only.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeployedModelRefOrBuilder Modifier and Type Method Description List<? extends DeployedModelRefOrBuilder>
Model.Builder. getDeployedModelsOrBuilderList()
Output only.List<? extends DeployedModelRefOrBuilder>
Model. getDeployedModelsOrBuilderList()
Output only.List<? extends DeployedModelRefOrBuilder>
ModelOrBuilder. getDeployedModelsOrBuilderList()
Output only.
-