Class: Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset::DataLabelingAnnotatedDataset
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset::DataLabelingAnnotatedDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb
Overview
Represents one AnnotatedDataset in datalabeling.googleapis.com.
Instance Attribute Summary collapse
-
#annotated_dataset ⇒ ::String
Full resource name of data labeling AnnotatedDataset.
-
#annotated_dataset_display_name ⇒ ::String
The AnnotatedDataset's display name in datalabeling.googleapis.com.
Instance Attribute Details
#annotated_dataset ⇒ ::String
Returns Full resource name of data labeling AnnotatedDataset.
Format:
projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}
.
124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 124 class DataLabelingAnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotated_dataset_display_name ⇒ ::String
Returns The AnnotatedDataset's display name in datalabeling.googleapis.com.
124 125 126 127 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 124 class DataLabelingAnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |