Class: Google::Cloud::AIPlatform::V1::GetAnnotationSpecRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/dataset_service.rb

Overview

Request message for DatasetService.GetAnnotationSpec.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the AnnotationSpec resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}.

Returns:

  • (::String)

    Required. The name of the AnnotationSpec resource. Format: projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}



609
610
611
612
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 609

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

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



609
610
611
612
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 609

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