AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::Instruction (v0.8.0)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::Instruction.

Instruction of how to perform the labeling task for human operators. Currently only PDF instruction is supported.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#blocking_resources

def blocking_resources() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the instruction.

#blocking_resources=

def blocking_resources=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the instruction.
Returns
  • (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the instruction.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#csv_instruction

def csv_instruction() -> ::Google::Cloud::DataLabeling::V1beta1::CsvInstruction
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::CsvInstruction) —

    Deprecated: this instruction format is not supported any more. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format:

    • The first column is labeled data, such as an image reference, text.
    • The second column is comma separated labels associated with data.

#csv_instruction=

def csv_instruction=(value) -> ::Google::Cloud::DataLabeling::V1beta1::CsvInstruction
Parameter
  • value (::Google::Cloud::DataLabeling::V1beta1::CsvInstruction) —

    Deprecated: this instruction format is not supported any more. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format:

    • The first column is labeled data, such as an image reference, text.
    • The second column is comma separated labels associated with data.
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::CsvInstruction) —

    Deprecated: this instruction format is not supported any more. Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format:

    • The first column is labeled data, such as an image reference, text.
    • The second column is comma separated labels associated with data.

#data_type

def data_type() -> ::Google::Cloud::DataLabeling::V1beta1::DataType
Returns

#data_type=

def data_type=(value) -> ::Google::Cloud::DataLabeling::V1beta1::DataType
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. User-provided description of the instruction. The description can be up to 10000 characters long.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
Returns
  • (::String) — Optional. User-provided description of the instruction. The description can be up to 10000 characters long.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. The display name of the instruction. Maximum of 64 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. The display name of the instruction. Maximum of 64 characters.
Returns
  • (::String) — Required. The display name of the instruction. Maximum of 64 characters.

#name

def name() -> ::String
Returns
  • (::String) — Output only. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Output only. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}
Returns
  • (::String) — Output only. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}

#pdf_instruction

def pdf_instruction() -> ::Google::Cloud::DataLabeling::V1beta1::PdfInstruction
Returns

#pdf_instruction=

def pdf_instruction=(value) -> ::Google::Cloud::DataLabeling::V1beta1::PdfInstruction
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns