Class: Google::Cloud::AutoML::V1beta1::GetAnnotationSpecRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoMl.GetAnnotationSpec.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the annotation spec to retrieve.

Returns:

  • (::String)

    Required. The resource name of the annotation spec to retrieve.



137
138
139
140
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 137

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