Uses of Class
com.google.cloud.aiplatform.v1beta1.SpecialistPoolName
-
Packages that use SpecialistPoolName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of SpecialistPoolName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return SpecialistPoolName Modifier and Type Method Description SpecialistPoolNameSpecialistPoolName.Builder. build()static SpecialistPoolNameSpecialistPoolName. of(String project, String location, String specialistPool)static SpecialistPoolNameSpecialistPoolName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 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.SpecialistPoolSpecialistPoolServiceClient. getSpecialistPool(SpecialistPoolName name)Gets a SpecialistPool.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type SpecialistPoolName Modifier and Type Method Description static List<String>SpecialistPoolName. toStringList(List<SpecialistPoolName> values)
-