Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.
Defined Under Namespace
Classes: MigrateDataLabelingAnnotatedDatasetConfig
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Required.
-
#dataset_display_name ⇒ ::String
Optional.
-
#migrate_data_labeling_annotated_dataset_configs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig::MigrateDataLabelingAnnotatedDatasetConfig>
Optional.
Instance Attribute Details
#dataset ⇒ ::String
Returns Required. Full resource name of data labeling Dataset.
Format:
projects/{project}/datasets/{dataset}.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 192 class MigrateDataLabelingDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Config for migrating AnnotatedDataset in datalabeling.googleapis.com to # Vertex AI's SavedQuery. # @!attribute [rw] annotated_dataset # @return [::String] # Required. Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. class MigrateDataLabelingAnnotatedDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dataset_display_name ⇒ ::String
Returns Optional. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 192 class MigrateDataLabelingDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Config for migrating AnnotatedDataset in datalabeling.googleapis.com to # Vertex AI's SavedQuery. # @!attribute [rw] annotated_dataset # @return [::String] # Required. Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. class MigrateDataLabelingAnnotatedDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#migrate_data_labeling_annotated_dataset_configs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig::MigrateDataLabelingAnnotatedDatasetConfig>
Returns Optional. Configs for migrating AnnotatedDataset in datalabeling.googleapis.com to Vertex AI's SavedQuery. The specified AnnotatedDatasets have to belong to the datalabeling Dataset.
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 192 class MigrateDataLabelingDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Config for migrating AnnotatedDataset in datalabeling.googleapis.com to # Vertex AI's SavedQuery. # @!attribute [rw] annotated_dataset # @return [::String] # Required. Full resource name of data labeling AnnotatedDataset. # Format: # `projects/{project}/datasets/{dataset}/annotatedDatasets/{annotated_dataset}`. class MigrateDataLabelingAnnotatedDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |