Skip to content

Dataset Sample

This page is generated from the checked-in sample manifest at config/samples/datalabelingservice_v1beta1_dataset.yaml.

Field Value
Resource datalabelingservice/Dataset
API Version datalabelingservice.oracle.com/v1beta1
Source Path config/samples/datalabelingservice_v1beta1_dataset.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

apiVersion: datalabelingservice.oracle.com/v1beta1
kind: Dataset
metadata:
  name: dataset-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  annotationFormat: SINGLE_LABEL
  datasetSourceDetails:
    sourceType: OBJECT_STORAGE
    namespace: objectstorage-namespace
    bucket: dataset-bucket
    prefix: records/
  datasetFormatDetails:
    formatType: TEXT
    textFileTypeMetadata:
      formatType: DELIMITED
      columnIndex: 0
      columnName: text
      columnDelimiter: ","
  labelSet:
    items:
      - name: positive
  displayName: dataset-sample
  description: Sample OCI Data Labeling dataset
  labelingInstructions: Label each record as positive or negative.