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