Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotatedDataset.
AnnotatedDataset is a set holding annotations for data in a Dataset. Each labeling task will generate an AnnotatedDataset under the Dataset that the task is requested for.
Generated from protobuf message google.cloud.datalabeling.v1beta1.AnnotatedDataset
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
↳ display_name
string
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
↳ description
string
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
↳ annotation_source
int
Output only. Source of the annotation.
↳ annotation_type
int
Output only. Type of the annotation. It is specified when starting labeling task.
↳ example_count
int|string
Output only. Number of examples in the annotated dataset.
↳ completed_example_count
int|string
Output only. Number of examples that have annotation in the annotated dataset.
↳ label_stats
↳ create_time
↳ metadata
Google\Cloud\DataLabeling\V1beta1\AnnotatedDatasetMetadata
Output only. Additional information about AnnotatedDataset.
↳ blocking_resources
array
Output only. The names of any related resources that are blocking changes to the annotated dataset.
getName
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
string
setName
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
var
string
$this
getDisplayName
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
string
setDisplayName
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
var
string
$this
getDescription
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
string
setDescription
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
var
string
$this
getAnnotationSource
Output only. Source of the annotation.
int
setAnnotationSource
Output only. Source of the annotation.
var
int
$this
getAnnotationType
Output only. Type of the annotation. It is specified when starting labeling task.
int
setAnnotationType
Output only. Type of the annotation. It is specified when starting labeling task.
var
int
$this
getExampleCount
Output only. Number of examples in the annotated dataset.
int|string
setExampleCount
Output only. Number of examples in the annotated dataset.
var
int|string
$this
getCompletedExampleCount
Output only. Number of examples that have annotation in the annotated dataset.
int|string
setCompletedExampleCount
Output only. Number of examples that have annotation in the annotated dataset.
var
int|string
$this
getLabelStats
Output only. Per label statistics.
hasLabelStats
clearLabelStats
setLabelStats
Output only. Per label statistics.
$this
getCreateTime
Output only. Time the AnnotatedDataset was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time the AnnotatedDataset was created.
$this
getMetadata
Output only. Additional information about AnnotatedDataset.
hasMetadata
clearMetadata
setMetadata
Output only. Additional information about AnnotatedDataset.
$this
getBlockingResources
Output only. The names of any related resources that are blocking changes to the annotated dataset.
setBlockingResources
Output only. The names of any related resources that are blocking changes to the annotated dataset.
var
string[]
$this