Class: Google::Cloud::DataLabeling::V1beta1::CsvInstruction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/instruction.rb

Overview

Deprecated: this instruction format is not supported any more. Instruction from a CSV file.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_file_uri::String

Returns CSV file for the instruction. Only gcs path is allowed.

Returns:

  • (::String)

    CSV file for the instruction. Only gcs path is allowed.



73
74
75
76
# File 'proto_docs/google/cloud/datalabeling/v1beta1/instruction.rb', line 73

class CsvInstruction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end