Uses of Class
com.google.cloud.aiplatform.v1.DeployedModelRef
-
Packages that use DeployedModelRef Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DeployedModelRef in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeployedModelRef Modifier and Type Method Description DeployedModelRefDeployedModelRef.Builder. build()DeployedModelRefDeployedModelRef.Builder. buildPartial()static DeployedModelRefDeployedModelRef. getDefaultInstance()DeployedModelRefDeployedModelRef.Builder. getDefaultInstanceForType()DeployedModelRefDeployedModelRef. getDefaultInstanceForType()DeployedModelRefModel.Builder. getDeployedModels(int index)Output only.DeployedModelRefModel. getDeployedModels(int index)Output only.DeployedModelRefModelOrBuilder. getDeployedModels(int index)Output only.static DeployedModelRefDeployedModelRef. parseDelimitedFrom(InputStream input)static DeployedModelRefDeployedModelRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedModelRefDeployedModelRef. parseFrom(byte[] data)static DeployedModelRefDeployedModelRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedModelRefDeployedModelRef. parseFrom(com.google.protobuf.ByteString data)static DeployedModelRefDeployedModelRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedModelRefDeployedModelRef. parseFrom(com.google.protobuf.CodedInputStream input)static DeployedModelRefDeployedModelRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedModelRefDeployedModelRef. parseFrom(InputStream input)static DeployedModelRefDeployedModelRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployedModelRefDeployedModelRef. parseFrom(ByteBuffer data)static DeployedModelRefDeployedModelRef. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeployedModelRef Modifier and Type Method Description List<DeployedModelRef>Model.Builder. getDeployedModelsList()Output only.List<DeployedModelRef>Model. getDeployedModelsList()Output only.List<DeployedModelRef>ModelOrBuilder. getDeployedModelsList()Output only.com.google.protobuf.Parser<DeployedModelRef>DeployedModelRef. getParserForType()static com.google.protobuf.Parser<DeployedModelRef>DeployedModelRef. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type DeployedModelRef Modifier and Type Method Description Model.BuilderModel.Builder. addDeployedModels(int index, DeployedModelRef value)Output only.Model.BuilderModel.Builder. addDeployedModels(DeployedModelRef value)Output only.DeployedModelRef.BuilderDeployedModelRef.Builder. mergeFrom(DeployedModelRef other)static DeployedModelRef.BuilderDeployedModelRef. newBuilder(DeployedModelRef prototype)Model.BuilderModel.Builder. setDeployedModels(int index, DeployedModelRef value)Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DeployedModelRef Modifier and Type Method Description Model.BuilderModel.Builder. addAllDeployedModels(Iterable<? extends DeployedModelRef> values)Output only.
-