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 DeployedModelRef
DeployedModelRef.Builder. build()
DeployedModelRef
DeployedModelRef.Builder. buildPartial()
static DeployedModelRef
DeployedModelRef. getDefaultInstance()
DeployedModelRef
DeployedModelRef.Builder. getDefaultInstanceForType()
DeployedModelRef
DeployedModelRef. getDefaultInstanceForType()
DeployedModelRef
Model.Builder. getDeployedModels(int index)
Output only.DeployedModelRef
Model. getDeployedModels(int index)
Output only.DeployedModelRef
ModelOrBuilder. getDeployedModels(int index)
Output only.static DeployedModelRef
DeployedModelRef. parseDelimitedFrom(InputStream input)
static DeployedModelRef
DeployedModelRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedModelRef
DeployedModelRef. parseFrom(byte[] data)
static DeployedModelRef
DeployedModelRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedModelRef
DeployedModelRef. parseFrom(com.google.protobuf.ByteString data)
static DeployedModelRef
DeployedModelRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedModelRef
DeployedModelRef. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployedModelRef
DeployedModelRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedModelRef
DeployedModelRef. parseFrom(InputStream input)
static DeployedModelRef
DeployedModelRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedModelRef
DeployedModelRef. parseFrom(ByteBuffer data)
static DeployedModelRef
DeployedModelRef. 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.Builder
Model.Builder. addDeployedModels(int index, DeployedModelRef value)
Output only.Model.Builder
Model.Builder. addDeployedModels(DeployedModelRef value)
Output only.DeployedModelRef.Builder
DeployedModelRef.Builder. mergeFrom(DeployedModelRef other)
static DeployedModelRef.Builder
DeployedModelRef. newBuilder(DeployedModelRef prototype)
Model.Builder
Model.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.Builder
Model.Builder. addAllDeployedModels(Iterable<? extends DeployedModelRef> values)
Output only.
-