Package-level declarations

Types

Link copied to clipboard
class AnnotationSpecSet : KotlinCustomResource

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
object AnnotationSpecSetMapper : ResourceMapper<AnnotationSpecSet>
Link copied to clipboard
class Dataset : KotlinCustomResource

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
object DatasetMapper : ResourceMapper<Dataset>
Link copied to clipboard
Link copied to clipboard
class EvaluationJob : KotlinCustomResource

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
object EvaluationJobMapper : ResourceMapper<EvaluationJob>
Link copied to clipboard
Link copied to clipboard
class FeedbackMessage : KotlinCustomResource

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
object FeedbackMessageMapper : ResourceMapper<FeedbackMessage>
Link copied to clipboard
class Instruction : KotlinCustomResource

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
object InstructionMapper : ResourceMapper<Instruction>
Link copied to clipboard

Functions

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