Class: Google::Cloud::AIPlatform::V1::GetAnnotationSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetAnnotationSpecRequest
- 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
-
#name ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |