Class: Google::Cloud::DataLabeling::V1beta1::GetExampleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::GetExampleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for GetExample
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. An expression for filtering Examples. Filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}".
405 406 407 408 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 405 class GetExampleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of example, format: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}/examples/{example_id}.
405 406 407 408 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 405 class GetExampleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |