Class: Google::Cloud::VisionAI::V1::GcsOutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/platform.rb

Overview

Message describing GcsOutputConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_path::String

Returns The Cloud Storage path for Vision AI Platform to ingest annotations to.

Returns:

  • (::String)

    The Cloud Storage path for Vision AI Platform to ingest annotations to.



1951
1952
1953
1954
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1951

class GcsOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end