Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExportDataResponse

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

Response message for DatasetService.ExportData.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ExportDataResponse

Returns a new instance of GoogleCloudAiplatformV1ExportDataResponse.



5775
5776
5777
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5775

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

Instance Attribute Details

#exported_filesArray<String>

All of the files that are exported in this export operation. Corresponds to the JSON property exportedFiles

Returns:

  • (Array<String>)


5773
5774
5775
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5773

def exported_files
  @exported_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5780
5781
5782
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5780

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