Class: Google::Cloud::VisionAI::V1::ImportAssetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ImportAssetsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The request message for ImportAssets.
Instance Attribute Summary collapse
-
#assets_gcs_uri ⇒ ::String
The file contains all assets information to be imported.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#assets_gcs_uri ⇒ ::String
Returns The file contains all assets information to be imported.
- The file is in JSONL format.
- Each line corresponding to one asset.
- Each line will be converted into InputImageAsset proto.
1733 1734 1735 1736 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1733 class ImportAssetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent corpus resource where the assets will be imported.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}.
1733 1734 1735 1736 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1733 class ImportAssetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |