1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataLabellingService
  5. getDataset
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.DataLabellingService.getDataset

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides details about a specific Dataset resource in Oracle Cloud Infrastructure Data Labeling Service service.

Gets a Dataset by identifier

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testDataset = oci.DataLabellingService.getDataset({
    datasetId: testDatasetOciDataLabelingServiceDataset.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_dataset = oci.DataLabellingService.get_dataset(dataset_id=test_dataset_oci_data_labeling_service_dataset["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datalabellingservice"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datalabellingservice.GetDataset(ctx, &datalabellingservice.GetDatasetArgs{
			DatasetId: testDatasetOciDataLabelingServiceDataset.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testDataset = Oci.DataLabellingService.GetDataset.Invoke(new()
    {
        DatasetId = testDatasetOciDataLabelingServiceDataset.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataLabellingService.DataLabellingServiceFunctions;
import com.pulumi.oci.DataLabellingService.inputs.GetDatasetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testDataset = DataLabellingServiceFunctions.getDataset(GetDatasetArgs.builder()
            .datasetId(testDatasetOciDataLabelingServiceDataset.id())
            .build());

    }
}
Copy
variables:
  testDataset:
    fn::invoke:
      function: oci:DataLabellingService:getDataset
      arguments:
        datasetId: ${testDatasetOciDataLabelingServiceDataset.id}
Copy

Using getDataset

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDataset(args: GetDatasetArgs, opts?: InvokeOptions): Promise<GetDatasetResult>
function getDatasetOutput(args: GetDatasetOutputArgs, opts?: InvokeOptions): Output<GetDatasetResult>
Copy
def get_dataset(dataset_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetDatasetResult]
Copy
func GetDataset(ctx *Context, args *GetDatasetArgs, opts ...InvokeOption) (*GetDatasetResult, error)
func GetDatasetOutput(ctx *Context, args *GetDatasetOutputArgs, opts ...InvokeOption) GetDatasetResultOutput
Copy

> Note: This function is named GetDataset in the Go SDK.

public static class GetDataset 
{
    public static Task<GetDatasetResult> InvokeAsync(GetDatasetArgs args, InvokeOptions? opts = null)
    public static Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
public static Output<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataLabellingService/getDataset:getDataset
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DatasetId This property is required. string
Unique Dataset OCID
DatasetId This property is required. string
Unique Dataset OCID
datasetId This property is required. String
Unique Dataset OCID
datasetId This property is required. string
Unique Dataset OCID
dataset_id This property is required. str
Unique Dataset OCID
datasetId This property is required. String
Unique Dataset OCID

getDataset Result

The following output properties are available:

AdditionalProperties Dictionary<string, string>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
AnnotationFormat string
The annotation format name required for labeling records.
CompartmentId string
The OCID of the compartment of the resource.
DatasetFormatDetails List<GetDatasetDatasetFormatDetail>
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
DatasetId string
DatasetSourceDetails List<GetDatasetDatasetSourceDetail>
This allows the customer to specify the source of the dataset.
DefinedTags Dictionary<string, string>
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
Description string
A user provided description of the dataset
DisplayName string
A user-friendly display name for the resource.
FreeformTags Dictionary<string, string>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
Id string
The OCID of the Dataset.
InitialImportDatasetConfigurations List<GetDatasetInitialImportDatasetConfiguration>
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
InitialRecordGenerationConfigurations List<GetDatasetInitialRecordGenerationConfiguration>
The initial generate records configuration. It generates records from the dataset's source.
LabelSets List<GetDatasetLabelSet>
An ordered collection of labels that are unique by name.
LabelingInstructions string
The labeling instructions for human labelers in rich text format
LifecycleDetails string
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
LifecycleSubstate string
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
State string
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
TimeCreated string
The date and time the resource was created, in the timestamp format defined by RFC3339.
TimeUpdated string
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
AdditionalProperties map[string]string
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
AnnotationFormat string
The annotation format name required for labeling records.
CompartmentId string
The OCID of the compartment of the resource.
DatasetFormatDetails []GetDatasetDatasetFormatDetail
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
DatasetId string
DatasetSourceDetails []GetDatasetDatasetSourceDetail
This allows the customer to specify the source of the dataset.
DefinedTags map[string]string
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
Description string
A user provided description of the dataset
DisplayName string
A user-friendly display name for the resource.
FreeformTags map[string]string
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
Id string
The OCID of the Dataset.
InitialImportDatasetConfigurations []GetDatasetInitialImportDatasetConfiguration
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
InitialRecordGenerationConfigurations []GetDatasetInitialRecordGenerationConfiguration
The initial generate records configuration. It generates records from the dataset's source.
LabelSets []GetDatasetLabelSet
An ordered collection of labels that are unique by name.
LabelingInstructions string
The labeling instructions for human labelers in rich text format
LifecycleDetails string
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
LifecycleSubstate string
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
State string
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
TimeCreated string
The date and time the resource was created, in the timestamp format defined by RFC3339.
TimeUpdated string
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
additionalProperties Map<String,String>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
annotationFormat String
The annotation format name required for labeling records.
compartmentId String
The OCID of the compartment of the resource.
datasetFormatDetails List<GetDatasetDatasetFormatDetail>
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
datasetId String
datasetSourceDetails List<GetDatasetDatasetSourceDetail>
This allows the customer to specify the source of the dataset.
definedTags Map<String,String>
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
description String
A user provided description of the dataset
displayName String
A user-friendly display name for the resource.
freeformTags Map<String,String>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
id String
The OCID of the Dataset.
initialImportDatasetConfigurations List<GetDatasetInitialImportDatasetConfiguration>
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
initialRecordGenerationConfigurations List<GetDatasetInitialRecordGenerationConfiguration>
The initial generate records configuration. It generates records from the dataset's source.
labelSets List<GetDatasetLabelSet>
An ordered collection of labels that are unique by name.
labelingInstructions String
The labeling instructions for human labelers in rich text format
lifecycleDetails String
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
lifecycleSubstate String
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
state String
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
timeCreated String
The date and time the resource was created, in the timestamp format defined by RFC3339.
timeUpdated String
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
additionalProperties {[key: string]: string}
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
annotationFormat string
The annotation format name required for labeling records.
compartmentId string
The OCID of the compartment of the resource.
datasetFormatDetails GetDatasetDatasetFormatDetail[]
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
datasetId string
datasetSourceDetails GetDatasetDatasetSourceDetail[]
This allows the customer to specify the source of the dataset.
definedTags {[key: string]: string}
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
description string
A user provided description of the dataset
displayName string
A user-friendly display name for the resource.
freeformTags {[key: string]: string}
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
id string
The OCID of the Dataset.
initialImportDatasetConfigurations GetDatasetInitialImportDatasetConfiguration[]
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
initialRecordGenerationConfigurations GetDatasetInitialRecordGenerationConfiguration[]
The initial generate records configuration. It generates records from the dataset's source.
labelSets GetDatasetLabelSet[]
An ordered collection of labels that are unique by name.
labelingInstructions string
The labeling instructions for human labelers in rich text format
lifecycleDetails string
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
lifecycleSubstate string
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
state string
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
timeCreated string
The date and time the resource was created, in the timestamp format defined by RFC3339.
timeUpdated string
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
additional_properties Mapping[str, str]
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
annotation_format str
The annotation format name required for labeling records.
compartment_id str
The OCID of the compartment of the resource.
dataset_format_details Sequence[datalabellingservice.GetDatasetDatasetFormatDetail]
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
dataset_id str
dataset_source_details Sequence[datalabellingservice.GetDatasetDatasetSourceDetail]
This allows the customer to specify the source of the dataset.
defined_tags Mapping[str, str]
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
description str
A user provided description of the dataset
display_name str
A user-friendly display name for the resource.
freeform_tags Mapping[str, str]
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
id str
The OCID of the Dataset.
initial_import_dataset_configurations Sequence[datalabellingservice.GetDatasetInitialImportDatasetConfiguration]
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
initial_record_generation_configurations Sequence[datalabellingservice.GetDatasetInitialRecordGenerationConfiguration]
The initial generate records configuration. It generates records from the dataset's source.
label_sets Sequence[datalabellingservice.GetDatasetLabelSet]
An ordered collection of labels that are unique by name.
labeling_instructions str
The labeling instructions for human labelers in rich text format
lifecycle_details str
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
lifecycle_substate str
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
state str
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
time_created str
The date and time the resource was created, in the timestamp format defined by RFC3339.
time_updated str
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
additionalProperties Map<String>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
annotationFormat String
The annotation format name required for labeling records.
compartmentId String
The OCID of the compartment of the resource.
datasetFormatDetails List<Property Map>
It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
datasetId String
datasetSourceDetails List<Property Map>
This allows the customer to specify the source of the dataset.
definedTags Map<String>
The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {"foo-namespace": {"bar-key": "value"}}
description String
A user provided description of the dataset
displayName String
A user-friendly display name for the resource.
freeformTags Map<String>
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {"bar-key": "value"}
id String
The OCID of the Dataset.
initialImportDatasetConfigurations List<Property Map>
Initial import dataset configuration. Allows user to create dataset from existing dataset files.
initialRecordGenerationConfigurations List<Property Map>
The initial generate records configuration. It generates records from the dataset's source.
labelSets List<Property Map>
An ordered collection of labels that are unique by name.
labelingInstructions String
The labeling instructions for human labelers in rich text format
lifecycleDetails String
A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
lifecycleSubstate String
The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
state String
The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
timeCreated String
The date and time the resource was created, in the timestamp format defined by RFC3339.
timeUpdated String
The date and time the resource was last updated, in the timestamp format defined by RFC3339.

Supporting Types

GetDatasetDatasetFormatDetail

FormatType This property is required. string
It defines the format type of text files.
TextFileTypeMetadatas This property is required. List<GetDatasetDatasetFormatDetailTextFileTypeMetadata>
Metadata for files with text content.
FormatType This property is required. string
It defines the format type of text files.
TextFileTypeMetadatas This property is required. []GetDatasetDatasetFormatDetailTextFileTypeMetadata
Metadata for files with text content.
formatType This property is required. String
It defines the format type of text files.
textFileTypeMetadatas This property is required. List<GetDatasetDatasetFormatDetailTextFileTypeMetadata>
Metadata for files with text content.
formatType This property is required. string
It defines the format type of text files.
textFileTypeMetadatas This property is required. GetDatasetDatasetFormatDetailTextFileTypeMetadata[]
Metadata for files with text content.
format_type This property is required. str
It defines the format type of text files.
text_file_type_metadatas This property is required. Sequence[datalabellingservice.GetDatasetDatasetFormatDetailTextFileTypeMetadata]
Metadata for files with text content.
formatType This property is required. String
It defines the format type of text files.
textFileTypeMetadatas This property is required. List<Property Map>
Metadata for files with text content.

GetDatasetDatasetFormatDetailTextFileTypeMetadata

ColumnDelimiter This property is required. string
A column delimiter
ColumnIndex This property is required. int
The index of a selected column. This is a zero-based index.
ColumnName This property is required. string
The name of a selected column.
EscapeCharacter This property is required. string
An escape character.
FormatType This property is required. string
It defines the format type of text files.
LineDelimiter This property is required. string
A line delimiter.
ColumnDelimiter This property is required. string
A column delimiter
ColumnIndex This property is required. int
The index of a selected column. This is a zero-based index.
ColumnName This property is required. string
The name of a selected column.
EscapeCharacter This property is required. string
An escape character.
FormatType This property is required. string
It defines the format type of text files.
LineDelimiter This property is required. string
A line delimiter.
columnDelimiter This property is required. String
A column delimiter
columnIndex This property is required. Integer
The index of a selected column. This is a zero-based index.
columnName This property is required. String
The name of a selected column.
escapeCharacter This property is required. String
An escape character.
formatType This property is required. String
It defines the format type of text files.
lineDelimiter This property is required. String
A line delimiter.
columnDelimiter This property is required. string
A column delimiter
columnIndex This property is required. number
The index of a selected column. This is a zero-based index.
columnName This property is required. string
The name of a selected column.
escapeCharacter This property is required. string
An escape character.
formatType This property is required. string
It defines the format type of text files.
lineDelimiter This property is required. string
A line delimiter.
column_delimiter This property is required. str
A column delimiter
column_index This property is required. int
The index of a selected column. This is a zero-based index.
column_name This property is required. str
The name of a selected column.
escape_character This property is required. str
An escape character.
format_type This property is required. str
It defines the format type of text files.
line_delimiter This property is required. str
A line delimiter.
columnDelimiter This property is required. String
A column delimiter
columnIndex This property is required. Number
The index of a selected column. This is a zero-based index.
columnName This property is required. String
The name of a selected column.
escapeCharacter This property is required. String
An escape character.
formatType This property is required. String
It defines the format type of text files.
lineDelimiter This property is required. String
A line delimiter.

GetDatasetDatasetSourceDetail

Bucket This property is required. string
Bucket name
Namespace This property is required. string
Bucket namespace name
Prefix This property is required. string
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
SourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
Bucket This property is required. string
Bucket name
Namespace This property is required. string
Bucket namespace name
Prefix This property is required. string
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
SourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. String
Bucket name
namespace This property is required. String
Bucket namespace name
prefix This property is required. String
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
sourceType This property is required. String
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. string
Bucket name
namespace This property is required. string
Bucket namespace name
prefix This property is required. string
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
sourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. str
Bucket name
namespace This property is required. str
Bucket namespace name
prefix This property is required. str
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
source_type This property is required. str
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. String
Bucket name
namespace This property is required. String
Bucket namespace name
prefix This property is required. String
A common path prefix shared by the objects that make up the dataset. Except for the CSV file type, records are not generated for the objects whose names exactly match with the prefix.
sourceType This property is required. String
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.

GetDatasetInitialImportDatasetConfiguration

ImportFormats This property is required. List<GetDatasetInitialImportDatasetConfigurationImportFormat>
File format details used for importing dataset
ImportMetadataPaths This property is required. List<GetDatasetInitialImportDatasetConfigurationImportMetadataPath>
Object storage path for the metadata file
ImportFormats This property is required. []GetDatasetInitialImportDatasetConfigurationImportFormat
File format details used for importing dataset
ImportMetadataPaths This property is required. []GetDatasetInitialImportDatasetConfigurationImportMetadataPath
Object storage path for the metadata file
importFormats This property is required. List<GetDatasetInitialImportDatasetConfigurationImportFormat>
File format details used for importing dataset
importMetadataPaths This property is required. List<GetDatasetInitialImportDatasetConfigurationImportMetadataPath>
Object storage path for the metadata file
importFormats This property is required. GetDatasetInitialImportDatasetConfigurationImportFormat[]
File format details used for importing dataset
importMetadataPaths This property is required. GetDatasetInitialImportDatasetConfigurationImportMetadataPath[]
Object storage path for the metadata file
import_formats This property is required. Sequence[datalabellingservice.GetDatasetInitialImportDatasetConfigurationImportFormat]
File format details used for importing dataset
import_metadata_paths This property is required. Sequence[datalabellingservice.GetDatasetInitialImportDatasetConfigurationImportMetadataPath]
Object storage path for the metadata file
importFormats This property is required. List<Property Map>
File format details used for importing dataset
importMetadataPaths This property is required. List<Property Map>
Object storage path for the metadata file

GetDatasetInitialImportDatasetConfigurationImportFormat

Name This property is required. string
An unique name for a label within its dataset.
Version This property is required. string
Version of import format
Name This property is required. string
An unique name for a label within its dataset.
Version This property is required. string
Version of import format
name This property is required. String
An unique name for a label within its dataset.
version This property is required. String
Version of import format
name This property is required. string
An unique name for a label within its dataset.
version This property is required. string
Version of import format
name This property is required. str
An unique name for a label within its dataset.
version This property is required. str
Version of import format
name This property is required. String
An unique name for a label within its dataset.
version This property is required. String
Version of import format

GetDatasetInitialImportDatasetConfigurationImportMetadataPath

Bucket This property is required. string
Bucket name
Namespace This property is required. string
Bucket namespace name
Path This property is required. string
Path for the metadata file.
SourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
Bucket This property is required. string
Bucket name
Namespace This property is required. string
Bucket namespace name
Path This property is required. string
Path for the metadata file.
SourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. String
Bucket name
namespace This property is required. String
Bucket namespace name
path This property is required. String
Path for the metadata file.
sourceType This property is required. String
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. string
Bucket name
namespace This property is required. string
Bucket namespace name
path This property is required. string
Path for the metadata file.
sourceType This property is required. string
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. str
Bucket name
namespace This property is required. str
Bucket namespace name
path This property is required. str
Path for the metadata file.
source_type This property is required. str
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
bucket This property is required. String
Bucket name
namespace This property is required. String
Bucket namespace name
path This property is required. String
Path for the metadata file.
sourceType This property is required. String
The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.

GetDatasetLabelSet

Items This property is required. List<GetDatasetLabelSetItem>
An ordered collection of labels that are unique by name.
Items This property is required. []GetDatasetLabelSetItem
An ordered collection of labels that are unique by name.
items This property is required. List<GetDatasetLabelSetItem>
An ordered collection of labels that are unique by name.
items This property is required. GetDatasetLabelSetItem[]
An ordered collection of labels that are unique by name.
items This property is required. Sequence[datalabellingservice.GetDatasetLabelSetItem]
An ordered collection of labels that are unique by name.
items This property is required. List<Property Map>
An ordered collection of labels that are unique by name.

GetDatasetLabelSetItem

Name This property is required. string
An unique name for a label within its dataset.
Name This property is required. string
An unique name for a label within its dataset.
name This property is required. String
An unique name for a label within its dataset.
name This property is required. string
An unique name for a label within its dataset.
name This property is required. str
An unique name for a label within its dataset.
name This property is required. String
An unique name for a label within its dataset.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi