Class: Google::Cloud::DataLabeling::V1beta1::ImportDataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImportDataOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/operations.rb
Overview
Metadata of an ImportData 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 import dataset request was created.
74 75 76 77 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 74 class ImportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset ⇒ ::String
Returns Output only. The name of imported dataset. "projects//datasets/".
74 75 76 77 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 74 class ImportDataOperationMetadata 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.
74 75 76 77 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 74 class ImportDataOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |