Class: Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb
Overview
Represents one Dataset in datalabeling.googleapis.com.
Defined Under Namespace
Classes: DataLabelingAnnotatedDataset
Instance Attribute Summary collapse
-
#data_labeling_annotated_datasets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset::DataLabelingAnnotatedDataset>
The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
-
#dataset ⇒ ::String
Full resource name of data labeling Dataset.
-
#dataset_display_name ⇒ ::String
The Dataset's display name in datalabeling.googleapis.com.
Instance Attribute Details
#data_labeling_annotated_datasets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource::DataLabelingDataset::DataLabelingAnnotatedDataset>
Returns The migratable AnnotatedDataset in datalabeling.googleapis.com belongs to the data labeling Dataset.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 111 class DataLabelingDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents one AnnotatedDataset in datalabeling.googleapis.com. # @!attribute [rw] annotated_dataset # @return [::String] # Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. # @!attribute [rw] annotated_dataset_display_name # @return [::String] # The AnnotatedDataset's display name in datalabeling.googleapis.com. class DataLabelingAnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dataset ⇒ ::String
Returns Full resource name of data labeling Dataset.
Format:
projects/{project}/datasets/{dataset}
.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 111 class DataLabelingDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents one AnnotatedDataset in datalabeling.googleapis.com. # @!attribute [rw] annotated_dataset # @return [::String] # Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. # @!attribute [rw] annotated_dataset_display_name # @return [::String] # The AnnotatedDataset's display name in datalabeling.googleapis.com. class DataLabelingAnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dataset_display_name ⇒ ::String
Returns The Dataset's display name in datalabeling.googleapis.com.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 111 class DataLabelingDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents one AnnotatedDataset in datalabeling.googleapis.com. # @!attribute [rw] annotated_dataset # @return [::String] # Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. # @!attribute [rw] annotated_dataset_display_name # @return [::String] # The AnnotatedDataset's display name in datalabeling.googleapis.com. class DataLabelingAnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |