Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ExportDataRequest.
Request message for ExportData API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotated_dataset
def annotated_dataset() -> ::String
Returns
- (::String) — Required. Annotated dataset resource name. DataItem in Dataset and their annotations in specified annotated dataset will be exported. It's in format of projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
#annotated_dataset=
def annotated_dataset=(value) -> ::String
Parameter
- value (::String) — Required. Annotated dataset resource name. DataItem in Dataset and their annotations in specified annotated dataset will be exported. It's in format of projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
Returns
- (::String) — Required. Annotated dataset resource name. DataItem in Dataset and their annotations in specified annotated dataset will be exported. It's in format of projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter is not supported at this moment.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter is not supported at this moment.
Returns
- (::String) — Optional. Filter is not supported at this moment.
#name
def name() -> ::String
Returns
- (::String) — Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
Returns
- (::String) — Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
#output_config
def output_config() -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Returns
- (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Required. Specify the output destination.
#output_config=
def output_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Required. Specify the output destination.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Required. Specify the output destination.
#user_email_address
def user_email_address() -> ::String
Returns
- (::String) — Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
#user_email_address=
def user_email_address=(value) -> ::String
Parameter
- value (::String) — Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
Returns
- (::String) — Email of the user who started the export task and should be notified by email. If empty no notification will be sent.