Uses of Class
com.google.cloud.aiplatform.v1beta1.NasJobName
-
Packages that use NasJobName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of NasJobName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return NasJobName Modifier and Type Method Description NasJobNameNasJobName.Builder. build()static NasJobNameNasJobName. of(String project, String location, String nasJob)static NasJobNameNasJobName. parse(String formattedString)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type NasJobName Modifier and Type Method Description static List<NasJobName>NasJobName. parseList(List<String> formattedStrings)Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type NasJobName Modifier and Type Method Description voidJobServiceClient. cancelNasJob(NasJobName name)Cancels a NasJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>JobServiceClient. deleteNasJobAsync(NasJobName name)Deletes a NasJob.NasJobJobServiceClient. getNasJob(NasJobName name)Gets a NasJobJobServiceClient.ListNasTrialDetailsPagedResponseJobServiceClient. listNasTrialDetails(NasJobName parent)List top NasTrialDetails of a NasJob.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type NasJobName Modifier and Type Method Description static List<String>NasJobName. toStringList(List<NasJobName> values)
-