Send feedback
Class JobServiceStub (3.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.5.0 keyboard_arrow_down
public abstract class JobServiceStub implements BackgroundResource
Base stub class for the JobService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
Methods
public UnaryCallable<CancelBatchPredictionJobRequest , Empty > cancelBatchPredictionJobCallable ()
Returns
public UnaryCallable<CancelCustomJobRequest , Empty > cancelCustomJobCallable ()
Returns
public UnaryCallable<CancelDataLabelingJobRequest , Empty > cancelDataLabelingJobCallable ()
Returns
public UnaryCallable<CancelHyperparameterTuningJobRequest , Empty > cancelHyperparameterTuningJobCallable ()
Returns
public abstract void close ()
public UnaryCallable<CreateBatchPredictionJobRequest , BatchPredictionJob > createBatchPredictionJobCallable ()
Returns
public UnaryCallable<CreateCustomJobRequest , CustomJob > createCustomJobCallable ()
Returns
public UnaryCallable<CreateDataLabelingJobRequest , DataLabelingJob > createDataLabelingJobCallable ()
Returns
public UnaryCallable<CreateHyperparameterTuningJobRequest , HyperparameterTuningJob > createHyperparameterTuningJobCallable ()
Returns
public UnaryCallable<CreateModelDeploymentMonitoringJobRequest , ModelDeploymentMonitoringJob > createModelDeploymentMonitoringJobCallable ()
Returns
public UnaryCallable<DeleteBatchPredictionJobRequest , Operation > deleteBatchPredictionJobCallable ()
Returns
public OperationCallable<DeleteBatchPredictionJobRequest , Empty , DeleteOperationMetadata > deleteBatchPredictionJobOperationCallable ()
Returns
public UnaryCallable<DeleteCustomJobRequest , Operation > deleteCustomJobCallable ()
Returns
public OperationCallable<DeleteCustomJobRequest , Empty , DeleteOperationMetadata > deleteCustomJobOperationCallable ()
Returns
public UnaryCallable<DeleteDataLabelingJobRequest , Operation > deleteDataLabelingJobCallable ()
Returns
public OperationCallable<DeleteDataLabelingJobRequest , Empty , DeleteOperationMetadata > deleteDataLabelingJobOperationCallable ()
Returns
public UnaryCallable<DeleteHyperparameterTuningJobRequest , Operation > deleteHyperparameterTuningJobCallable ()
Returns
public OperationCallable<DeleteHyperparameterTuningJobRequest , Empty , DeleteOperationMetadata > deleteHyperparameterTuningJobOperationCallable ()
Returns
public UnaryCallable<DeleteModelDeploymentMonitoringJobRequest , Operation > deleteModelDeploymentMonitoringJobCallable ()
Returns
public OperationCallable<DeleteModelDeploymentMonitoringJobRequest , Empty , DeleteOperationMetadata > deleteModelDeploymentMonitoringJobOperationCallable ()
Returns
public UnaryCallable<GetBatchPredictionJobRequest , BatchPredictionJob > getBatchPredictionJobCallable ()
Returns
public UnaryCallable<GetCustomJobRequest , CustomJob > getCustomJobCallable ()
Returns
public UnaryCallable<GetDataLabelingJobRequest , DataLabelingJob > getDataLabelingJobCallable ()
Returns
public UnaryCallable<GetHyperparameterTuningJobRequest , HyperparameterTuningJob > getHyperparameterTuningJobCallable ()
Returns
public UnaryCallable<GetIamPolicyRequest , Policy > getIamPolicyCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallable<GetLocationRequest , Location > getLocationCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
public UnaryCallable<GetModelDeploymentMonitoringJobRequest , ModelDeploymentMonitoringJob > getModelDeploymentMonitoringJobCallable ()
Returns
public OperationsStub getOperationsStub ()
Returns
public UnaryCallable<ListBatchPredictionJobsRequest , ListBatchPredictionJobsResponse > listBatchPredictionJobsCallable ()
Returns
listBatchPredictionJobsPagedCallable()
public UnaryCallable<ListBatchPredictionJobsRequest , JobServiceClient . ListBatchPredictionJobsPagedResponse > listBatchPredictionJobsPagedCallable ()
Returns
public UnaryCallable<ListCustomJobsRequest , ListCustomJobsResponse > listCustomJobsCallable ()
Returns
listCustomJobsPagedCallable()
public UnaryCallable<ListCustomJobsRequest , JobServiceClient . ListCustomJobsPagedResponse > listCustomJobsPagedCallable ()
Returns
public UnaryCallable<ListDataLabelingJobsRequest , ListDataLabelingJobsResponse > listDataLabelingJobsCallable ()
Returns
listDataLabelingJobsPagedCallable()
public UnaryCallable<ListDataLabelingJobsRequest , JobServiceClient . ListDataLabelingJobsPagedResponse > listDataLabelingJobsPagedCallable ()
Returns
public UnaryCallable<ListHyperparameterTuningJobsRequest , ListHyperparameterTuningJobsResponse > listHyperparameterTuningJobsCallable ()
Returns
listHyperparameterTuningJobsPagedCallable()
public UnaryCallable<ListHyperparameterTuningJobsRequest , JobServiceClient . ListHyperparameterTuningJobsPagedResponse > listHyperparameterTuningJobsPagedCallable ()
Returns
public UnaryCallable<ListLocationsRequest , ListLocationsResponse > listLocationsCallable ()
Returns
Type Description UnaryCallable <com.google.cloud.location.ListLocationsRequest ,com.google.cloud.location.ListLocationsResponse >
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest , JobServiceClient . ListLocationsPagedResponse > listLocationsPagedCallable ()
Returns
public UnaryCallable<ListModelDeploymentMonitoringJobsRequest , ListModelDeploymentMonitoringJobsResponse > listModelDeploymentMonitoringJobsCallable ()
Returns
listModelDeploymentMonitoringJobsPagedCallable()
public UnaryCallable<ListModelDeploymentMonitoringJobsRequest , JobServiceClient . ListModelDeploymentMonitoringJobsPagedResponse > listModelDeploymentMonitoringJobsPagedCallable ()
Returns
public UnaryCallable<PauseModelDeploymentMonitoringJobRequest , Empty > pauseModelDeploymentMonitoringJobCallable ()
Returns
public UnaryCallable<ResumeModelDeploymentMonitoringJobRequest , Empty > resumeModelDeploymentMonitoringJobCallable ()
Returns
public UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest , SearchModelDeploymentMonitoringStatsAnomaliesResponse > searchModelDeploymentMonitoringStatsAnomaliesCallable ()
Returns
searchModelDeploymentMonitoringStatsAnomaliesPagedCallable()
public UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest , JobServiceClient . SearchModelDeploymentMonitoringStatsAnomaliesPagedResponse > searchModelDeploymentMonitoringStatsAnomaliesPagedCallable ()
Returns
public UnaryCallable<SetIamPolicyRequest , Policy > setIamPolicyCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallable<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsCallable ()
Returns
Type Description UnaryCallable <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
public UnaryCallable<UpdateModelDeploymentMonitoringJobRequest , Operation > updateModelDeploymentMonitoringJobCallable ()
Returns
public OperationCallable<UpdateModelDeploymentMonitoringJobRequest , ModelDeploymentMonitoringJob , UpdateModelDeploymentMonitoringJobOperationMetadata > updateModelDeploymentMonitoringJobOperationCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]