Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::StreamingStorageConfig.
Config for streaming storage option.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_result_storage_directory
def annotation_result_storage_directory() -> ::String
Returns
-
(::String) — Cloud Storage URI to store all annotation results for one client. Client
should specify this field as the top-level storage directory. Annotation
results of different sessions will be put into different sub-directories
denoted by project_name and session_id. All sub-directories will be auto
generated by program and will be made accessible to client in response
proto. URIs must be specified in the following format:
gs://bucket-id/object-id
bucket-id
should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly.object-id
can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
#annotation_result_storage_directory=
def annotation_result_storage_directory=(value) -> ::String
Parameter
-
value (::String) — Cloud Storage URI to store all annotation results for one client. Client
should specify this field as the top-level storage directory. Annotation
results of different sessions will be put into different sub-directories
denoted by project_name and session_id. All sub-directories will be auto
generated by program and will be made accessible to client in response
proto. URIs must be specified in the following format:
gs://bucket-id/object-id
bucket-id
should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly.object-id
can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
Returns
-
(::String) — Cloud Storage URI to store all annotation results for one client. Client
should specify this field as the top-level storage directory. Annotation
results of different sessions will be put into different sub-directories
denoted by project_name and session_id. All sub-directories will be auto
generated by program and will be made accessible to client in response
proto. URIs must be specified in the following format:
gs://bucket-id/object-id
bucket-id
should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly.object-id
can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
#enable_storage_annotation_result
def enable_storage_annotation_result() -> ::Boolean
Returns
- (::Boolean) — Enable streaming storage. Default: false.
#enable_storage_annotation_result=
def enable_storage_annotation_result=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enable streaming storage. Default: false.
Returns
- (::Boolean) — Enable streaming storage. Default: false.