Class: Google::Cloud::DataLabeling::V1beta1::ExportDataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ExportDataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for ExportData API.
Instance Attribute Summary collapse
-
#annotated_dataset ⇒ ::String
Required.
-
#filter ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#output_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Required.
-
#user_email_address ⇒ ::String
Email of the user who started the export task and should be notified by email.
Instance Attribute Details
#annotated_dataset ⇒ ::String
Returns 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}.
132 133 134 135 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 132 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::String
Returns Optional. Filter is not supported at this moment.
132 133 134 135 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 132 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}.
132 133 134 135 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 132 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Returns Required. Specify the output destination.
132 133 134 135 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 132 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_email_address ⇒ ::String
Returns Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
132 133 134 135 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 132 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |