Class: Google::Cloud::DataLabeling::V1beta1::ExportDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ExportDataOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/operations.rb
Overview
Metadata of an ExportData operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#dataset ⇒ ::String
Output only.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Timestamp when export dataset request was created.
92 93 94 95 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92 class ExportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset ⇒ ::String
Returns Output only. The name of dataset to be exported. "projects//datasets/".
92 93 94 95 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92 class ExportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
Returns Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
92 93 94 95 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 92 class ExportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |