Summary of entries of Methods for datalabeling.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient
DataLabelingServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
transports
.
base
.
DataLabelingServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
transports
.
base
.
DataLabelingServiceTransport
]]]
=
'grpc_asyncio'
,
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the data labeling service async client.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.annotated_dataset_path
annotated_dataset_path
(
project
:
str
,
dataset
:
str
,
annotated_dataset
:
str
)
-
> str
Returns a fully-qualified annotated_dataset string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.annotation_spec_set_path
annotation_spec_set_path
(
project
:
str
,
annotation_spec_set
:
str
)
-
> str
Returns a fully-qualified annotation_spec_set string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.create_annotation_spec_set
create_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
annotation_spec_set
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
Creates an annotation spec set by providing a set of labels.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.create_dataset
create_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateDatasetRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dataset
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
Creates dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.create_evaluation_job
create_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
job
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Creates an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.create_instruction
create_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateInstructionRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
instruction
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
instruction
.
Instruction
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Creates an instruction for how data should be labeled.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.data_item_path
data_item_path
(
project
:
str
,
dataset
:
str
,
data_item
:
str
)
-
> str
Returns a fully-qualified data_item string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.dataset_path
dataset_path
(
project
:
str
,
dataset
:
str
)
-
> str
Returns a fully-qualified dataset string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.delete_annotated_dataset
delete_annotated_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteAnnotatedDatasetRequest
,
dict
,
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an annotated dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.delete_annotation_spec_set
delete_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an annotation spec set by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.delete_dataset
delete_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.delete_evaluation_job
delete_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Stops and deletes an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.delete_instruction
delete_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteInstructionRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an instruction object by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.evaluation_job_path
evaluation_job_path
(
project
:
str
,
evaluation_job
:
str
)
-
> str
Returns a fully-qualified evaluation_job string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.evaluation_path
evaluation_path
(
project
:
str
,
dataset
:
str
,
evaluation
:
str
)
-
> str
Returns a fully-qualified evaluation string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.example_path
example_path
(
project
:
str
,
dataset
:
str
,
annotated_dataset
:
str
,
example
:
str
)
-
> str
Returns a fully-qualified example string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.export_data
export_data
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ExportDataRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
annotated_dataset
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
output_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
OutputConfig
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Exports data and annotations from dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_annotated_dataset
get_annotated_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetAnnotatedDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
AnnotatedDataset
Gets an annotated dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_annotation_spec_set
get_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
Gets an annotation spec set by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_data_item
get_data_item
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetDataItemRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
DataItem
Gets a data item in a dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_dataset
get_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
Gets dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_evaluation
get_evaluation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetEvaluationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation
.
Evaluation
Gets an evaluation by resource name (to search, use xref_projects.evaluations.search).
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_evaluation_job
get_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Gets an evaluation job by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_example
get_example
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetExampleRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Example
Gets an example by resource name, including both data and annotation.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_instruction
get_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetInstructionRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
instruction
.
Instruction
Gets an instruction by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
transports
.
base
.
DataLabelingServiceTransport
]
Returns an appropriate transport class.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.import_data
import_data
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ImportDataRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
input_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
InputConfig
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Imports data into dataset based on source locations defined in request.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.instruction_path
instruction_path
(
project
:
str
,
instruction
:
str
)
-
> str
Returns a fully-qualified instruction string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.label_image
label_image
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelImageRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelImageRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Starts a labeling task for image.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.label_text
label_text
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelTextRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelTextRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Starts a labeling task for text.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.label_video
label_video
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelVideoRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelVideoRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation_async
.
AsyncOperation
Starts a labeling task for video.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_annotated_datasets
list_annotated_datasets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListAnnotatedDatasetsAsyncPager
)
Lists annotated datasets for a dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_annotation_spec_sets
list_annotation_spec_sets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListAnnotationSpecSetsAsyncPager
)
Lists annotation spec sets for a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_data_items
list_data_items
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListDataItemsAsyncPager
)
Lists data items in a dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_datasets
list_datasets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListDatasetsAsyncPager
)
Lists datasets under a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_evaluation_jobs
list_evaluation_jobs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListEvaluationJobsAsyncPager
)
Lists all evaluation jobs within a project with possible filters.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_examples
list_examples
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListExamplesAsyncPager
)
Lists examples in an annotated dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.list_instructions
list_instructions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListInstructionsAsyncPager
)
Lists instructions for a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_annotated_dataset_path
parse_annotated_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotated_dataset path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_annotation_spec_set_path
parse_annotation_spec_set_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotation_spec_set path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_data_item_path
parse_data_item_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_item path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_dataset_path
parse_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dataset path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_evaluation_job_path
parse_evaluation_job_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a evaluation_job path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_evaluation_path
parse_evaluation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a evaluation path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_example_path
parse_example_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a example path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.parse_instruction_path
parse_instruction_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a instruction path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.pause_evaluation_job
pause_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
PauseEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Pauses an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.resume_evaluation_job
resume_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ResumeEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Resumes a paused evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.search_evaluations
search_evaluations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
SearchEvaluationsAsyncPager
)
Searches xref_evaluations within a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.search_example_comparisons
search_example_comparisons
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
SearchExampleComparisonsAsyncPager
)
Searches example comparisons from an evaluation.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceAsyncClient.update_evaluation_job
update_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
UpdateEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
evaluation_job
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Updates an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient
DataLabelingServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
transports
.
base
.
DataLabelingServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
transports
.
base
.
DataLabelingServiceTransport
]]]
=
None
,
client_options
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
client_options
.
ClientOptions
,
dict
]]
=
None
,
client_info
:
google
.
api_core
.
gapic_v1
.
client_info
.
ClientInfo
=
Instantiates the data labeling service client.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient. exit
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.annotated_dataset_path
annotated_dataset_path
(
project
:
str
,
dataset
:
str
,
annotated_dataset
:
str
)
-
> str
Returns a fully-qualified annotated_dataset string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.annotation_spec_set_path
annotation_spec_set_path
(
project
:
str
,
annotation_spec_set
:
str
)
-
> str
Returns a fully-qualified annotation_spec_set string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.create_annotation_spec_set
create_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
annotation_spec_set
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
Creates an annotation spec set by providing a set of labels.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.create_dataset
create_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateDatasetRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dataset
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
Creates dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.create_evaluation_job
create_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
job
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Creates an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.create_instruction
create_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
CreateInstructionRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
instruction
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
instruction
.
Instruction
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Creates an instruction for how data should be labeled.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.data_item_path
data_item_path
(
project
:
str
,
dataset
:
str
,
data_item
:
str
)
-
> str
Returns a fully-qualified data_item string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.dataset_path
dataset_path
(
project
:
str
,
dataset
:
str
)
-
> str
Returns a fully-qualified dataset string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.delete_annotated_dataset
delete_annotated_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteAnnotatedDatasetRequest
,
dict
,
]
]
=
None
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an annotated dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.delete_annotation_spec_set
delete_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an annotation spec set by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.delete_dataset
delete_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.delete_evaluation_job
delete_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Stops and deletes an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.delete_instruction
delete_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
DeleteInstructionRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes an instruction object by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.evaluation_job_path
evaluation_job_path
(
project
:
str
,
evaluation_job
:
str
)
-
> str
Returns a fully-qualified evaluation_job string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.evaluation_path
evaluation_path
(
project
:
str
,
dataset
:
str
,
evaluation
:
str
)
-
> str
Returns a fully-qualified evaluation string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.example_path
example_path
(
project
:
str
,
dataset
:
str
,
annotated_dataset
:
str
,
example
:
str
)
-
> str
Returns a fully-qualified example string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.export_data
export_data
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ExportDataRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
annotated_dataset
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
output_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
OutputConfig
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Exports data and annotations from dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.from_service_account_file
from_service_account_file
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.from_service_account_info
from_service_account_info
(
info
:
dict
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials info.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.from_service_account_json
from_service_account_json
(
filename
:
str
,
*
args
,
**
kwargs
)
Creates an instance of this client using the provided credentials file.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_annotated_dataset
get_annotated_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetAnnotatedDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
AnnotatedDataset
Gets an annotated dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_annotation_spec_set
get_annotation_spec_set
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetAnnotationSpecSetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
annotation_spec_set
.
AnnotationSpecSet
Gets an annotation spec set by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_data_item
get_data_item
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetDataItemRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
DataItem
Gets a data item in a dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_dataset
get_dataset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetDatasetRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Dataset
Gets dataset by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_evaluation
get_evaluation
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetEvaluationRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation
.
Evaluation
Gets an evaluation by resource name (to search, use xref_projects.evaluations.search).
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_evaluation_job
get_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Gets an evaluation job by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_example
get_example
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetExampleRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
Example
Gets an example by resource name, including both data and annotation.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_instruction
get_instruction
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
GetInstructionRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
instruction
.
Instruction
Gets an instruction by resource name.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source
(
client_options
:
typing
.
Optional
[
google
.
api_core
.
client_options
.
ClientOptions
]
=
None
,
)
Deprecated.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.import_data
import_data
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ImportDataRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
input_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
dataset
.
InputConfig
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Imports data into dataset based on source locations defined in request.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.instruction_path
instruction_path
(
project
:
str
,
instruction
:
str
)
-
> str
Returns a fully-qualified instruction string.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.label_image
label_image
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelImageRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelImageRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Starts a labeling task for image.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.label_text
label_text
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelTextRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelTextRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Starts a labeling task for text.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.label_video
label_video
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelVideoRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
basic_config
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
human_annotation_config
.
HumanAnnotationConfig
]
=
None
,
feature
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
LabelVideoRequest
.
Feature
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
api_core
.
operation
.
Operation
Starts a labeling task for video.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_annotated_datasets
list_annotated_datasets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListAnnotatedDatasetsPager
)
Lists annotated datasets for a dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_annotation_spec_sets
list_annotation_spec_sets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListAnnotationSpecSetsPager
)
Lists annotation spec sets for a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_data_items
list_data_items
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListDataItemsPager
)
Lists data items in a dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_datasets
list_datasets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListDatasetsPager
)
Lists datasets under a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_evaluation_jobs
list_evaluation_jobs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListEvaluationJobsPager
)
Lists all evaluation jobs within a project with possible filters.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_examples
list_examples
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListExamplesPager
)
Lists examples in an annotated dataset.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.list_instructions
list_instructions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
ListInstructionsPager
)
Lists instructions for a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_annotated_dataset_path
parse_annotated_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotated_dataset path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_annotation_spec_set_path
parse_annotation_spec_set_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a annotation_spec_set path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_common_billing_account_path
parse_common_billing_account_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a billing_account path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_data_item_path
parse_data_item_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a data_item path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_dataset_path
parse_dataset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dataset path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_evaluation_job_path
parse_evaluation_job_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a evaluation_job path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_evaluation_path
parse_evaluation_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a evaluation path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_example_path
parse_example_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a example path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.parse_instruction_path
parse_instruction_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a instruction path into its component segments.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.pause_evaluation_job
pause_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
PauseEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Pauses an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.resume_evaluation_job
resume_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ResumeEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Resumes a paused evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.search_evaluations
search_evaluations
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
filter
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
SearchEvaluationsPager
)
Searches xref_evaluations within a project.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.search_example_comparisons
search_example_comparisons
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
datalabeling_v1beta1
.
services
.
data_labeling_service
.
pagers
.
SearchExampleComparisonsPager
)
Searches example comparisons from an evaluation.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.DataLabelingServiceClient.update_evaluation_job
update_evaluation_job
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
UpdateEvaluationJobRequest
,
dict
,
]
]
=
None
,
*
,
evaluation_job
:
typing
.
Optional
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
]
=
None
,
update_mask
:
typing
.
Optional
[
google
.
protobuf
.
field_mask_pb2
.
FieldMask
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
datalabeling_v1beta1
.
types
.
evaluation_job
.
EvaluationJob
Updates an evaluation job.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotatedDatasetsAsyncPager
ListAnnotatedDatasetsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotatedDatasetsPager
ListAnnotatedDatasetsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotatedDatasetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotatedDatasetsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotationSpecSetsAsyncPager
ListAnnotationSpecSetsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotationSpecSetsPager
ListAnnotationSpecSetsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListAnnotationSpecSetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListAnnotationSpecSetsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDataItemsAsyncPager
ListDataItemsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDataItemsAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDataItemsPager
ListDataItemsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDataItemsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDataItemsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDatasetsAsyncPager
ListDatasetsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDatasetsAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDatasetsPager
ListDatasetsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListDatasetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListDatasetsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListEvaluationJobsAsyncPager
ListEvaluationJobsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListEvaluationJobsAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListEvaluationJobsPager
ListEvaluationJobsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListEvaluationJobsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListEvaluationJobsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListExamplesAsyncPager
ListExamplesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListExamplesAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListExamplesPager
ListExamplesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListExamplesResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListExamplesPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListInstructionsAsyncPager
ListInstructionsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListInstructionsAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListInstructionsPager
ListInstructionsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
ListInstructionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.ListInstructionsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchEvaluationsAsyncPager
SearchEvaluationsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchEvaluationsAsyncPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchEvaluationsPager
SearchEvaluationsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchEvaluationsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchEvaluationsPager
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchExampleComparisonsAsyncPager
SearchExampleComparisonsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsResponse
],
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
google.cloud.datalabeling_v1beta1.services.data_labeling_service.pagers.SearchExampleComparisonsPager
SearchExampleComparisonsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsResponse
,
],
request
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsRequest
,
response
:
google
.
cloud
.
datalabeling_v1beta1
.
types
.
data_labeling_service
.
SearchExampleComparisonsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.