Package-level declarations

Types

Link copied to clipboard

Creates an annotation spec set by providing a set of labels. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class AnnotationSpecSetArgs(val annotationSpecs: Output<List<GoogleCloudDatalabelingV1beta1AnnotationSpecArgs>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<AnnotationSpecSetArgs>

Creates an annotation spec set by providing a set of labels. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Creates dataset. If success return a Dataset resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class DatasetArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val lastMigrateTime: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DatasetArgs>

Creates dataset. If success return a Dataset resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Creates an evaluation job. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class EvaluationJobArgs(val annotationSpecSet: Output<String>? = null, val description: Output<String>? = null, val evaluationJobConfig: Output<GoogleCloudDatalabelingV1beta1EvaluationJobConfigArgs>? = null, val labelMissingGroundTruth: Output<Boolean>? = null, val modelVersion: Output<String>? = null, val project: Output<String>? = null, val schedule: Output<String>? = null) : ConvertibleToJava<EvaluationJobArgs>

Creates an evaluation job. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Create a FeedbackMessage object.

Link copied to clipboard
data class FeedbackMessageArgs(val annotatedDatasetId: Output<String>? = null, val body: Output<String>? = null, val createTime: Output<String>? = null, val datasetId: Output<String>? = null, val feedbackThreadId: Output<String>? = null, val image: Output<String>? = null, val name: Output<String>? = null, val operatorFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadataArgs>? = null, val project: Output<String>? = null, val requesterFeedbackMetadata: Output<GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadataArgs>? = null) : ConvertibleToJava<FeedbackMessageArgs>

Create a FeedbackMessage object.

Link copied to clipboard

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

Link copied to clipboard
data class InstructionArgs(val csvInstruction: Output<GoogleCloudDatalabelingV1beta1CsvInstructionArgs>? = null, val dataType: Output<InstructionDataType>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val pdfInstruction: Output<GoogleCloudDatalabelingV1beta1PdfInstructionArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstructionArgs>

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun datasetResource(name: String, block: suspend DatasetResourceBuilder.() -> Unit): Dataset
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun instructionResource(name: String, block: suspend InstructionResourceBuilder.() -> Unit): Instruction