Uses of Class
com.google.cloud.aiplatform.v1.SpecialistPoolName
-
Packages that use SpecialistPoolName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of SpecialistPoolName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SpecialistPoolName Modifier and Type Method Description SpecialistPoolName
SpecialistPoolName.Builder. build()
static SpecialistPoolName
SpecialistPoolName. of(String project, String location, String specialistPool)
static SpecialistPoolName
SpecialistPoolName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SpecialistPoolName Modifier and Type Method Description static List<SpecialistPoolName>
SpecialistPoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type SpecialistPoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
SpecialistPoolServiceClient. deleteSpecialistPoolAsync(SpecialistPoolName name)
Deletes a SpecialistPool as well as all Specialists in the pool.SpecialistPool
SpecialistPoolServiceClient. getSpecialistPool(SpecialistPoolName name)
Gets a SpecialistPool.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SpecialistPoolName Modifier and Type Method Description static List<String>
SpecialistPoolName. toStringList(List<SpecialistPoolName> values)
-