Liking cljdoc? Tell your friends :D

happygapi.datalabeling.projects

Data Labeling API: projects. Public API for Google Cloud AI Data Labeling Service. See: https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects

Data Labeling API: projects.
Public API for Google Cloud AI Data Labeling Service.
See: https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects
raw docstring

annotationSpecSets-create$clj

(annotationSpecSets-create$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/create

Required parameters: parent

Optional parameters: none

Body:

{:annotationSpecSet {:description string, :annotationSpecs [GoogleCloudDatalabelingV1beta1AnnotationSpec], :blockingResources [string], :displayName string, :name string}}

Creates an annotation spec set by providing a set of labels.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/create

Required parameters: parent

Optional parameters: none

Body: 

{:annotationSpecSet {:description string,
                     :annotationSpecs [GoogleCloudDatalabelingV1beta1AnnotationSpec],
                     :blockingResources [string],
                     :displayName string,
                     :name string}}

Creates an annotation spec set by providing a set of labels.
raw docstring

annotationSpecSets-delete$clj

(annotationSpecSets-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/delete

Required parameters: name

Optional parameters: none

Deletes an annotation spec set by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/delete

Required parameters: name

Optional parameters: none

Deletes an annotation spec set by resource name.
raw docstring

annotationSpecSets-get$clj

(annotationSpecSets-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/get

Required parameters: name

Optional parameters: none

Gets an annotation spec set by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/get

Required parameters: name

Optional parameters: none

Gets an annotation spec set by resource name.
raw docstring

annotationSpecSets-list$clj

(annotationSpecSets-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists annotation spec sets for a project. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/annotationSpecSets/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists annotation spec sets for a project. Pagination is supported.
raw docstring

datasets-annotatedDatasets-dataItems-get$clj

(datasets-annotatedDatasets-dataItems-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/dataItems/get

Required parameters: name

Optional parameters: none

Gets a data item in a dataset by resource name. This API can be called after data are imported into dataset.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/dataItems/get

Required parameters: name

Optional parameters: none

Gets a data item in a dataset by resource name. This API can be called after data are imported into dataset.
raw docstring

datasets-annotatedDatasets-dataItems-list$clj

(datasets-annotatedDatasets-dataItems-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/dataItems/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/dataItems/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.
raw docstring

datasets-annotatedDatasets-delete$clj

(datasets-annotatedDatasets-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/delete

Required parameters: name

Optional parameters: none

Deletes an annotated dataset by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/delete

Required parameters: name

Optional parameters: none

Deletes an annotated dataset by resource name.
raw docstring

datasets-annotatedDatasets-examples-get$clj

(datasets-annotatedDatasets-examples-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/examples/get

Required parameters: name

Optional parameters: filter

Gets an example by resource name, including both data and annotation.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/examples/get

Required parameters: name

Optional parameters: filter

Gets an example by resource name, including both data and annotation.
raw docstring

datasets-annotatedDatasets-examples-list$clj

(datasets-annotatedDatasets-examples-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/examples/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists examples in an annotated dataset. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/examples/list

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Lists examples in an annotated dataset. Pagination is supported.
raw docstring

datasets-annotatedDatasets-feedbackThreads-delete$clj

(datasets-annotatedDatasets-feedbackThreads-delete$ auth parameters)
https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/delete

Required parameters: name

Optional parameters: none

Delete a FeedbackThread.
raw docstring

datasets-annotatedDatasets-feedbackThreads-feedbackMessages-create$clj

(datasets-annotatedDatasets-feedbackThreads-feedbackMessages-create$ auth
                                                                     parameters
                                                                     body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/create

Required parameters: parent

Optional parameters: none

Body:

{:name string, :requesterFeedbackMetadata {}, :image string, :operatorFeedbackMetadata {}, :body string, :createTime string}

Create a FeedbackMessage object.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/create

Required parameters: parent

Optional parameters: none

Body: 

{:name string,
 :requesterFeedbackMetadata {},
 :image string,
 :operatorFeedbackMetadata {},
 :body string,
 :createTime string}

Create a FeedbackMessage object.
raw docstring

datasets-annotatedDatasets-feedbackThreads-feedbackMessages-delete$clj

(datasets-annotatedDatasets-feedbackThreads-feedbackMessages-delete$ auth
                                                                     parameters)
https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/delete

Required parameters: name

Optional parameters: none

Delete a FeedbackMessage.
raw docstring

datasets-annotatedDatasets-feedbackThreads-feedbackMessages-get$clj

(datasets-annotatedDatasets-feedbackThreads-feedbackMessages-get$ auth
                                                                  parameters)
https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/get

Required parameters: name

Optional parameters: none

Get a FeedbackMessage object.
raw docstring

datasets-annotatedDatasets-feedbackThreads-feedbackMessages-list$clj

(datasets-annotatedDatasets-feedbackThreads-feedbackMessages-list$ auth
                                                                   parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List FeedbackMessages with pagination.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/feedbackMessages/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List FeedbackMessages with pagination.
raw docstring

datasets-annotatedDatasets-feedbackThreads-get$clj

(datasets-annotatedDatasets-feedbackThreads-get$ auth parameters)
https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/get

Required parameters: name

Optional parameters: none

Get a FeedbackThread object.
raw docstring

datasets-annotatedDatasets-feedbackThreads-list$clj

(datasets-annotatedDatasets-feedbackThreads-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List FeedbackThreads with pagination.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/feedbackThreads/list

Required parameters: parent

Optional parameters: pageToken, pageSize

List FeedbackThreads with pagination.
raw docstring

datasets-annotatedDatasets-get$clj

(datasets-annotatedDatasets-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/get

Required parameters: name

Optional parameters: none

Gets an annotated dataset by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/get

Required parameters: name

Optional parameters: none

Gets an annotated dataset by resource name.
raw docstring

datasets-annotatedDatasets-list$clj

(datasets-annotatedDatasets-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists annotated datasets for a dataset. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/annotatedDatasets/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists annotated datasets for a dataset. Pagination is supported.
raw docstring

datasets-create$clj

(datasets-create$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/create

Required parameters: parent

Optional parameters: none

Body:

{:dataset {:displayName string, :inputConfigs [GoogleCloudDatalabelingV1beta1InputConfig], :lastMigrateTime string, :name string, :dataItemCount string, :createTime string, :description string, :blockingResources [string]}}

Creates dataset. If success return a Dataset resource.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/create

Required parameters: parent

Optional parameters: none

Body: 

{:dataset {:displayName string,
           :inputConfigs [GoogleCloudDatalabelingV1beta1InputConfig],
           :lastMigrateTime string,
           :name string,
           :dataItemCount string,
           :createTime string,
           :description string,
           :blockingResources [string]}}

Creates dataset. If success return a Dataset resource.
raw docstring

datasets-dataItems-get$clj

(datasets-dataItems-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/dataItems/get

Required parameters: name

Optional parameters: none

Gets a data item in a dataset by resource name. This API can be called after data are imported into dataset.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/dataItems/get

Required parameters: name

Optional parameters: none

Gets a data item in a dataset by resource name. This API can be called after data are imported into dataset.
raw docstring

datasets-dataItems-list$clj

(datasets-dataItems-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/dataItems/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/dataItems/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.
raw docstring

datasets-delete$clj

(datasets-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/delete

Required parameters: name

Optional parameters: none

Deletes a dataset by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/delete

Required parameters: name

Optional parameters: none

Deletes a dataset by resource name.
raw docstring

datasets-evaluations-exampleComparisons-search$clj

(datasets-evaluations-exampleComparisons-search$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/evaluations/exampleComparisons/search

Required parameters: parent

Optional parameters: none

Body:

{:pageSize integer, :pageToken string}

Searches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/evaluations/exampleComparisons/search

Required parameters: parent

Optional parameters: none

Body: 

{:pageSize integer, :pageToken string}

Searches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID.
raw docstring

datasets-evaluations-get$clj

(datasets-evaluations-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/evaluations/get

Required parameters: name

Optional parameters: none

Gets an evaluation by resource name (to search, use projects.evaluations.search).

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/evaluations/get

Required parameters: name

Optional parameters: none

Gets an evaluation by resource name (to search, use projects.evaluations.search).
raw docstring

datasets-exportData$clj

(datasets-exportData$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/exportData

Required parameters: name

Optional parameters: none

Body:

{:annotatedDataset string, :outputConfig {:gcsFolderDestination GoogleCloudDatalabelingV1beta1GcsFolderDestination, :gcsDestination GoogleCloudDatalabelingV1beta1GcsDestination}, :filter string, :userEmailAddress string}

Exports data and annotations from dataset.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/exportData

Required parameters: name

Optional parameters: none

Body: 

{:annotatedDataset string,
 :outputConfig {:gcsFolderDestination GoogleCloudDatalabelingV1beta1GcsFolderDestination,
                :gcsDestination GoogleCloudDatalabelingV1beta1GcsDestination},
 :filter string,
 :userEmailAddress string}

Exports data and annotations from dataset.
raw docstring

datasets-get$clj

(datasets-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/get

Required parameters: name

Optional parameters: none

Gets dataset by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/get

Required parameters: name

Optional parameters: none

Gets dataset by resource name.
raw docstring

datasets-image-label$clj

(datasets-image-label$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/image/label

Required parameters: parent

Optional parameters: none

Body:

{:feature string, :imageClassificationConfig {:annotationSpecSet string, :answerAggregationType string, :allowMultiLabel boolean}, :polylineConfig {:instructionMessage string, :annotationSpecSet string}, :segmentationConfig {:instructionMessage string, :annotationSpecSet string}, :boundingPolyConfig {:annotationSpecSet string, :instructionMessage string}, :basicConfig {:annotatedDatasetDisplayName string, :annotatedDatasetDescription string, :labelGroup string, :languageCode string, :userEmailAddress string, :contributorEmails [string], :replicaCount integer, :instruction string, :questionDuration string}}

Starts a labeling task for image. The type of image labeling task is configured by feature in the request.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/image/label

Required parameters: parent

Optional parameters: none

Body: 

{:feature string,
 :imageClassificationConfig {:annotationSpecSet string,
                             :answerAggregationType string,
                             :allowMultiLabel boolean},
 :polylineConfig {:instructionMessage string,
                  :annotationSpecSet string},
 :segmentationConfig {:instructionMessage string,
                      :annotationSpecSet string},
 :boundingPolyConfig {:annotationSpecSet string,
                      :instructionMessage string},
 :basicConfig {:annotatedDatasetDisplayName string,
               :annotatedDatasetDescription string,
               :labelGroup string,
               :languageCode string,
               :userEmailAddress string,
               :contributorEmails [string],
               :replicaCount integer,
               :instruction string,
               :questionDuration string}}

Starts a labeling task for image. The type of image labeling task is configured by feature in the request.
raw docstring

datasets-importData$clj

(datasets-importData$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/importData

Required parameters: name

Optional parameters: none

Body:

{:inputConfig {:dataType string, :annotationType string, :bigquerySource GoogleCloudDatalabelingV1beta1BigQuerySource, :gcsSource GoogleCloudDatalabelingV1beta1GcsSource, :classificationMetadata GoogleCloudDatalabelingV1beta1ClassificationMetadata, :textMetadata GoogleCloudDatalabelingV1beta1TextMetadata}, :userEmailAddress string}

Imports data into dataset based on source locations defined in request. It can be called multiple times for the same dataset. Each dataset can only have one long running operation running on it. For example, no labeling task (also long running operation) can be started while importing is still ongoing. Vice versa.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/importData

Required parameters: name

Optional parameters: none

Body: 

{:inputConfig {:dataType string,
               :annotationType string,
               :bigquerySource GoogleCloudDatalabelingV1beta1BigQuerySource,
               :gcsSource GoogleCloudDatalabelingV1beta1GcsSource,
               :classificationMetadata GoogleCloudDatalabelingV1beta1ClassificationMetadata,
               :textMetadata GoogleCloudDatalabelingV1beta1TextMetadata},
 :userEmailAddress string}

Imports data into dataset based on source locations defined in request. It can be called multiple times for the same dataset. Each dataset can only have one long running operation running on it. For example, no labeling task (also long running operation) can be started while importing is still ongoing. Vice versa.
raw docstring

datasets-list$clj

(datasets-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists datasets under a project. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/list

Required parameters: parent

Optional parameters: pageToken, filter, pageSize

Lists datasets under a project. Pagination is supported.
raw docstring

datasets-text-label$clj

(datasets-text-label$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/text/label

Required parameters: parent

Optional parameters: none

Body:

{:textEntityExtractionConfig {:annotationSpecSet string}, :basicConfig {:annotatedDatasetDisplayName string, :annotatedDatasetDescription string, :labelGroup string, :languageCode string, :userEmailAddress string, :contributorEmails [string], :replicaCount integer, :instruction string, :questionDuration string}, :textClassificationConfig {:allowMultiLabel boolean, :annotationSpecSet string, :sentimentConfig GoogleCloudDatalabelingV1beta1SentimentConfig}, :feature string}

Starts a labeling task for text. The type of text labeling task is configured by feature in the request.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/text/label

Required parameters: parent

Optional parameters: none

Body: 

{:textEntityExtractionConfig {:annotationSpecSet string},
 :basicConfig {:annotatedDatasetDisplayName string,
               :annotatedDatasetDescription string,
               :labelGroup string,
               :languageCode string,
               :userEmailAddress string,
               :contributorEmails [string],
               :replicaCount integer,
               :instruction string,
               :questionDuration string},
 :textClassificationConfig {:allowMultiLabel boolean,
                            :annotationSpecSet string,
                            :sentimentConfig GoogleCloudDatalabelingV1beta1SentimentConfig},
 :feature string}

Starts a labeling task for text. The type of text labeling task is configured by feature in the request.
raw docstring

datasets-video-label$clj

(datasets-video-label$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/video/label

Required parameters: parent

Optional parameters: none

Body:

{:eventConfig {:annotationSpecSets [string], :clipLength integer, :overlapLength integer}, :feature string, :videoClassificationConfig {:applyShotDetection boolean, :annotationSpecSetConfigs [GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig]}, :objectTrackingConfig {:clipLength integer, :overlapLength integer, :annotationSpecSet string}, :basicConfig {:annotatedDatasetDisplayName string, :annotatedDatasetDescription string, :labelGroup string, :languageCode string, :userEmailAddress string, :contributorEmails [string], :replicaCount integer, :instruction string, :questionDuration string}, :objectDetectionConfig {:annotationSpecSet string, :extractionFrameRate number}}

Starts a labeling task for video. The type of video labeling task is configured by feature in the request.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/datasets/video/label

Required parameters: parent

Optional parameters: none

Body: 

{:eventConfig {:annotationSpecSets [string],
               :clipLength integer,
               :overlapLength integer},
 :feature string,
 :videoClassificationConfig {:applyShotDetection boolean,
                             :annotationSpecSetConfigs [GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig]},
 :objectTrackingConfig {:clipLength integer,
                        :overlapLength integer,
                        :annotationSpecSet string},
 :basicConfig {:annotatedDatasetDisplayName string,
               :annotatedDatasetDescription string,
               :labelGroup string,
               :languageCode string,
               :userEmailAddress string,
               :contributorEmails [string],
               :replicaCount integer,
               :instruction string,
               :questionDuration string},
 :objectDetectionConfig {:annotationSpecSet string,
                         :extractionFrameRate number}}

Starts a labeling task for video. The type of video labeling task is configured by feature in the request.
raw docstring

evaluationJobs-create$clj

(evaluationJobs-create$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/create

Required parameters: parent

Optional parameters: none

Body:

{:job {:description string, :evaluationJobConfig GoogleCloudDatalabelingV1beta1EvaluationJobConfig, :schedule string, :labelMissingGroundTruth boolean, :name string, :attempts [GoogleCloudDatalabelingV1beta1Attempt], :createTime string, :state string, :annotationSpecSet string, :modelVersion string}}

Creates an evaluation job.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/create

Required parameters: parent

Optional parameters: none

Body: 

{:job {:description string,
       :evaluationJobConfig GoogleCloudDatalabelingV1beta1EvaluationJobConfig,
       :schedule string,
       :labelMissingGroundTruth boolean,
       :name string,
       :attempts [GoogleCloudDatalabelingV1beta1Attempt],
       :createTime string,
       :state string,
       :annotationSpecSet string,
       :modelVersion string}}

Creates an evaluation job.
raw docstring

evaluationJobs-delete$clj

(evaluationJobs-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/delete

Required parameters: name

Optional parameters: none

Stops and deletes an evaluation job.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/delete

Required parameters: name

Optional parameters: none

Stops and deletes an evaluation job.
raw docstring

evaluationJobs-get$clj

(evaluationJobs-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/get

Required parameters: name

Optional parameters: none

Gets an evaluation job by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/get

Required parameters: name

Optional parameters: none

Gets an evaluation job by resource name.
raw docstring

evaluationJobs-list$clj

(evaluationJobs-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists all evaluation jobs within a project with possible filters. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/list

Required parameters: parent

Optional parameters: pageSize, pageToken, filter

Lists all evaluation jobs within a project with possible filters. Pagination is supported.
raw docstring

evaluationJobs-patch$clj

(evaluationJobs-patch$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:description string, :evaluationJobConfig {:boundingPolyConfig GoogleCloudDatalabelingV1beta1BoundingPolyConfig, :humanAnnotationConfig GoogleCloudDatalabelingV1beta1HumanAnnotationConfig, :exampleSamplePercentage number, :imageClassificationConfig GoogleCloudDatalabelingV1beta1ImageClassificationConfig, :exampleCount integer, :bigqueryImportKeys {}, :evaluationConfig GoogleCloudDatalabelingV1beta1EvaluationConfig, :evaluationJobAlertConfig GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig, :textClassificationConfig GoogleCloudDatalabelingV1beta1TextClassificationConfig, :inputConfig GoogleCloudDatalabelingV1beta1InputConfig}, :schedule string, :labelMissingGroundTruth boolean, :name string, :attempts [{:partialFailures [GoogleRpcStatus], :attemptTime string}], :createTime string, :state string, :annotationSpecSet string, :modelVersion string}

Updates an evaluation job. You can only update certain fields of the job's EvaluationJobConfig: humanAnnotationConfig.instruction, exampleCount, and exampleSamplePercentage. If you want to change any other aspect of the evaluation job, you must delete the job and create a new one.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:description string,
 :evaluationJobConfig {:boundingPolyConfig GoogleCloudDatalabelingV1beta1BoundingPolyConfig,
                       :humanAnnotationConfig GoogleCloudDatalabelingV1beta1HumanAnnotationConfig,
                       :exampleSamplePercentage number,
                       :imageClassificationConfig GoogleCloudDatalabelingV1beta1ImageClassificationConfig,
                       :exampleCount integer,
                       :bigqueryImportKeys {},
                       :evaluationConfig GoogleCloudDatalabelingV1beta1EvaluationConfig,
                       :evaluationJobAlertConfig GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig,
                       :textClassificationConfig GoogleCloudDatalabelingV1beta1TextClassificationConfig,
                       :inputConfig GoogleCloudDatalabelingV1beta1InputConfig},
 :schedule string,
 :labelMissingGroundTruth boolean,
 :name string,
 :attempts [{:partialFailures [GoogleRpcStatus], :attemptTime string}],
 :createTime string,
 :state string,
 :annotationSpecSet string,
 :modelVersion string}

Updates an evaluation job. You can only update certain fields of the job's EvaluationJobConfig: `humanAnnotationConfig.instruction`, `exampleCount`, and `exampleSamplePercentage`. If you want to change any other aspect of the evaluation job, you must delete the job and create a new one.
raw docstring

evaluationJobs-pause$clj

(evaluationJobs-pause$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/pause

Required parameters: name

Optional parameters: none

Body:

{}

Pauses an evaluation job. Pausing an evaluation job that is already in a PAUSED state is a no-op.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/pause

Required parameters: name

Optional parameters: none

Body: 

{}

Pauses an evaluation job. Pausing an evaluation job that is already in a `PAUSED` state is a no-op.
raw docstring

evaluationJobs-resume$clj

(evaluationJobs-resume$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/resume

Required parameters: name

Optional parameters: none

Body:

{}

Resumes a paused evaluation job. A deleted evaluation job can't be resumed. Resuming a running or scheduled evaluation job is a no-op.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluationJobs/resume

Required parameters: name

Optional parameters: none

Body: 

{}

Resumes a paused evaluation job. A deleted evaluation job can't be resumed. Resuming a running or scheduled evaluation job is a no-op.
raw docstring

evaluations-search$clj

(evaluations-search$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluations/search

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Searches evaluations within a project.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/evaluations/search

Required parameters: parent

Optional parameters: filter, pageSize, pageToken

Searches evaluations within a project.
raw docstring

instructions-create$clj

(instructions-create$ auth parameters body)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/create

Required parameters: parent

Optional parameters: none

Body:

{:instruction {:description string, :pdfInstruction GoogleCloudDatalabelingV1beta1PdfInstruction, :displayName string, :name string, :createTime string, :updateTime string, :csvInstruction GoogleCloudDatalabelingV1beta1CsvInstruction, :dataType string, :blockingResources [string]}}

Creates an instruction for how data should be labeled.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/create

Required parameters: parent

Optional parameters: none

Body: 

{:instruction {:description string,
               :pdfInstruction GoogleCloudDatalabelingV1beta1PdfInstruction,
               :displayName string,
               :name string,
               :createTime string,
               :updateTime string,
               :csvInstruction GoogleCloudDatalabelingV1beta1CsvInstruction,
               :dataType string,
               :blockingResources [string]}}

Creates an instruction for how data should be labeled.
raw docstring

instructions-delete$clj

(instructions-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/delete

Required parameters: name

Optional parameters: none

Deletes an instruction object by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/delete

Required parameters: name

Optional parameters: none

Deletes an instruction object by resource name.
raw docstring

instructions-get$clj

(instructions-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/get

Required parameters: name

Optional parameters: none

Gets an instruction by resource name.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/get

Required parameters: name

Optional parameters: none

Gets an instruction by resource name.
raw docstring

instructions-list$clj

(instructions-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists instructions for a project. Pagination is supported.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/instructions/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists instructions for a project. Pagination is supported.
raw docstring

operations-cancel$clj

(operations-cancel$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/cancel

Required parameters: name

Optional parameters: none

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/cancel

Required parameters: name

Optional parameters: none

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
raw docstring

operations-delete$clj

(operations-delete$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/delete

Required parameters: name

Optional parameters: none

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
raw docstring

operations-get$clj

(operations-get$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
raw docstring

operations-list$clj

(operations-list$ auth parameters)

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

https://cloud.google.com/data-labeling/docs/api/reference/rest/v1beta1/projects/operations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close