Class: Google::Cloud::VisionAI::V1::Operator
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Operator
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_resources.rb
Overview
Message describing the Operator object.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#docker_image ⇒ ::String
The link to the docker image of the operator.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels as key value pairs.
-
#name ⇒ ::String
Name of the resource.
-
#operator_definition ⇒ ::Google::Cloud::VisionAI::V1::OperatorDefinition
The definition of the operator.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create timestamp.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#docker_image ⇒ ::String
Returns The link to the docker image of the operator.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels as key value pairs.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Name of the resource.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#operator_definition ⇒ ::Google::Cloud::VisionAI::V1::OperatorDefinition
Returns The definition of the operator.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update timestamp.
43 44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'proto_docs/google/cloud/visionai/v1/lva_resources.rb', line 43 class Operator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |