Google Cloud Datalabeling V1beta1 Client - Class GetAnnotatedDatasetRequest (0.1.14)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class GetAnnotatedDatasetRequest.

Request message for GetAnnotatedDataset.

Generated from protobuf message google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the annotated dataset to get, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

getName

Required. Name of the annotated dataset to get, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

Returns
TypeDescription
string

setName

Required. Name of the annotated dataset to get, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this