Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataset::String

Returns Required. Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

Returns:

  • (::String)

    Required. Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 184

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.

Returns:

  • (::String)

    Optional. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 184

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.

Returns:



184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 184

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