Class: Google::Cloud::VisionAI::V1::CreateCorpusMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::CreateCorpusMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata for CreateCorpus API.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The create time of the create corpus operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the create corpus operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The create time of the create corpus operation.
477 478 479 480 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 477 class CreateCorpusMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The update time of the create corpus operation.
477 478 479 480 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 477 class CreateCorpusMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |