Uses of Class
com.google.cloud.aiplatform.v1.PublisherModelName
-
Packages that use PublisherModelName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of PublisherModelName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PublisherModelName Modifier and Type Method Description PublisherModelName
PublisherModelName.Builder. build()
static PublisherModelName
PublisherModelName. of(String publisher, String model)
static PublisherModelName
PublisherModelName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type PublisherModelName Modifier and Type Method Description static List<PublisherModelName>
PublisherModelName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type PublisherModelName Modifier and Type Method Description PublisherModel
ModelGardenServiceClient. getPublisherModel(PublisherModelName name)
Gets a Model Garden publisher model.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type PublisherModelName Modifier and Type Method Description static List<String>
PublisherModelName. toStringList(List<PublisherModelName> values)
-