Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Represents one AnnotatedDataset in datalabeling.googleapis.com.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset

Returns a new instance of GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.



12853
12854
12855
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 12853

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#annotated_datasetString

Full resource name of data labeling AnnotatedDataset. Format: projects/ project/datasets/dataset/annotatedDatasets/annotated_dataset`. Corresponds to the JSON propertyannotatedDataset`

Returns:

  • (String)


12846
12847
12848
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 12846

def annotated_dataset
  @annotated_dataset
end

#annotated_dataset_display_nameString

The AnnotatedDataset's display name in datalabeling.googleapis.com. Corresponds to the JSON property annotatedDatasetDisplayName

Returns:

  • (String)


12851
12852
12853
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 12851

def annotated_dataset_display_name
  @annotated_dataset_display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12858
12859
12860
12861
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 12858

def update!(**args)
  @annotated_dataset = args[:annotated_dataset] if args.key?(:annotated_dataset)
  @annotated_dataset_display_name = args[:annotated_dataset_display_name] if args.key?(:annotated_dataset_display_name)
end