Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::Operator.
Message describing the Operator object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create timestamp.
#docker_image
def docker_image() -> ::String
Returns
- (::String) — The link to the docker image of the operator.
#docker_image=
def docker_image=(value) -> ::String
Parameter
- value (::String) — The link to the docker image of the operator.
Returns
- (::String) — The link to the docker image of the operator.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs.
#name
def name() -> ::String
Returns
- (::String) — Name of the resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the resource.
Returns
- (::String) — Name of the resource.
#operator_definition
def operator_definition() -> ::Google::Cloud::VisionAI::V1::OperatorDefinition
Returns
- (::Google::Cloud::VisionAI::V1::OperatorDefinition) — The definition of the operator.
#operator_definition=
def operator_definition=(value) -> ::Google::Cloud::VisionAI::V1::OperatorDefinition
Parameter
- value (::Google::Cloud::VisionAI::V1::OperatorDefinition) — The definition of the operator.
Returns
- (::Google::Cloud::VisionAI::V1::OperatorDefinition) — The definition of the operator.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update timestamp.