class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1CsvInstruction
Deprecated: this instruction format is not supported any more. Instruction from a CSV file.
Attributes
gcs_file_uri[RW]
CSV file for the instruction. Only gcs path is allowed. Corresponds to the JSON property `gcsFileUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 1571 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 1576 def update!(**args) @gcs_file_uri = args[:gcs_file_uri] if args.key?(:gcs_file_uri) end