Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaVideoDatasetMetadata

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

The metadata of Datasets that contain Video DataItems.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaVideoDatasetMetadata

Returns a new instance of GoogleCloudAiplatformV1SchemaVideoDatasetMetadata.



24648
24649
24650
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24648

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

Instance Attribute Details

#data_item_schema_uriString

Points to a YAML file stored on Google Cloud Storage describing payload of the Video DataItems that belong to this Dataset. Corresponds to the JSON property dataItemSchemaUri

Returns:

  • (String)


24641
24642
24643
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24641

def data_item_schema_uri
  @data_item_schema_uri
end

#gcs_bucketString

Google Cloud Storage Bucket name that contains the blob data of this Dataset. Corresponds to the JSON property gcsBucket

Returns:

  • (String)


24646
24647
24648
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24646

def gcs_bucket
  @gcs_bucket
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24653
24654
24655
24656
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 24653

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