Instruction

class Instruction : KotlinCustomResource

Creates an instruction for how data should be labeled. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

The names of any related resources that are blocking changes to the instruction.

Link copied to clipboard
val createTime: Output<String>

Creation time of instruction.

Link copied to clipboard

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.

Link copied to clipboard
val dataType: Output<String>

The data type of this instruction.

Link copied to clipboard
val description: Output<String>

Optional. User-provided description of the instruction. The description can be up to 10000 characters long.

Link copied to clipboard
val displayName: Output<String>

The display name of the instruction. Maximum of 64 characters.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}

Link copied to clipboard

Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updateTime: Output<String>

Last update time of instruction.

Link copied to clipboard
val urn: Output<String>