Class: Google::Cloud::AutoML::V1::AnnotationSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::AnnotationSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/annotation_spec.rb
Overview
A definition of an annotation spec.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#example_count ⇒ ::Integer
Output only.
-
#name ⇒ ::String
Output only.
Instance Attribute Details
#display_name ⇒ ::String
39 40 41 42 |
# File 'proto_docs/google/cloud/automl/v1/annotation_spec.rb', line 39 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#example_count ⇒ ::Integer
39 40 41 42 |
# File 'proto_docs/google/cloud/automl/v1/annotation_spec.rb', line 39 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
39 40 41 42 |
# File 'proto_docs/google/cloud/automl/v1/annotation_spec.rb', line 39 class AnnotationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |