Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataLabellingService.getDatasets
Explore with Pulumi AI
This data source provides the list of Datasets in Oracle Cloud Infrastructure Data Labeling Service service.
Returns a list of Datasets.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatasets = oci.DataLabellingService.getDatasets({
compartmentId: compartmentId,
annotationFormat: datasetAnnotationFormat,
displayName: datasetDisplayName,
id: datasetId,
state: datasetState,
});
import pulumi
import pulumi_oci as oci
test_datasets = oci.DataLabellingService.get_datasets(compartment_id=compartment_id,
annotation_format=dataset_annotation_format,
display_name=dataset_display_name,
id=dataset_id,
state=dataset_state)
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.GetDatasets(ctx, &datalabellingservice.GetDatasetsArgs{
CompartmentId: compartmentId,
AnnotationFormat: pulumi.StringRef(datasetAnnotationFormat),
DisplayName: pulumi.StringRef(datasetDisplayName),
Id: pulumi.StringRef(datasetId),
State: pulumi.StringRef(datasetState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDatasets = Oci.DataLabellingService.GetDatasets.Invoke(new()
{
CompartmentId = compartmentId,
AnnotationFormat = datasetAnnotationFormat,
DisplayName = datasetDisplayName,
Id = datasetId,
State = datasetState,
});
});
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.GetDatasetsArgs;
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 testDatasets = DataLabellingServiceFunctions.getDatasets(GetDatasetsArgs.builder()
.compartmentId(compartmentId)
.annotationFormat(datasetAnnotationFormat)
.displayName(datasetDisplayName)
.id(datasetId)
.state(datasetState)
.build());
}
}
variables:
testDatasets:
fn::invoke:
Function: oci:DataLabellingService:getDatasets
Arguments:
compartmentId: ${compartmentId}
annotationFormat: ${datasetAnnotationFormat}
displayName: ${datasetDisplayName}
id: ${datasetId}
state: ${datasetState}
Using getDatasets
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 getDatasets(args: GetDatasetsArgs, opts?: InvokeOptions): Promise<GetDatasetsResult>
function getDatasetsOutput(args: GetDatasetsOutputArgs, opts?: InvokeOptions): Output<GetDatasetsResult>
def get_datasets(annotation_format: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_datalabellingservice.GetDatasetsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDatasetsResult
def get_datasets_output(annotation_format: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datalabellingservice.GetDatasetsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatasetsResult]
func GetDatasets(ctx *Context, args *GetDatasetsArgs, opts ...InvokeOption) (*GetDatasetsResult, error)
func GetDatasetsOutput(ctx *Context, args *GetDatasetsOutputArgs, opts ...InvokeOption) GetDatasetsResultOutput
> Note: This function is named GetDatasets
in the Go SDK.
public static class GetDatasets
{
public static Task<GetDatasetsResult> InvokeAsync(GetDatasetsArgs args, InvokeOptions? opts = null)
public static Output<GetDatasetsResult> Invoke(GetDatasetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatasetsResult> getDatasets(GetDatasetsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataLabellingService/getDatasets:getDatasets
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Annotation
Format string - A filter to return only resources that match the entire annotation format given.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Datasets Filter> - Id string
- Unique Dataset OCID
- State string
- A filter to return only resources whose lifecycleState matches this query param.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Annotation
Format string - A filter to return only resources that match the entire annotation format given.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Datasets Filter - Id string
- Unique Dataset OCID
- State string
- A filter to return only resources whose lifecycleState matches this query param.
- compartment
Id String - The ID of the compartment in which to list resources.
- annotation
Format String - A filter to return only resources that match the entire annotation format given.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Datasets Filter> - id String
- Unique Dataset OCID
- state String
- A filter to return only resources whose lifecycleState matches this query param.
- compartment
Id string - The ID of the compartment in which to list resources.
- annotation
Format string - A filter to return only resources that match the entire annotation format given.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Datasets Filter[] - id string
- Unique Dataset OCID
- state string
- A filter to return only resources whose lifecycleState matches this query param.
- compartment_
id str - The ID of the compartment in which to list resources.
- annotation_
format str - A filter to return only resources that match the entire annotation format given.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[datalabellingservice.
Get Datasets Filter] - id str
- Unique Dataset OCID
- state str
- A filter to return only resources whose lifecycleState matches this query param.
- compartment
Id String - The ID of the compartment in which to list resources.
- annotation
Format String - A filter to return only resources that match the entire annotation format given.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique Dataset OCID
- state String
- A filter to return only resources whose lifecycleState matches this query param.
getDatasets Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment of the resource.
- Dataset
Collections List<GetDatasets Dataset Collection> - The list of dataset_collection.
- Annotation
Format string - The annotation format name required for labeling records.
- Display
Name string - A user-friendly display name for the resource.
- Filters
List<Get
Datasets Filter> - Id string
- The OCID of the Dataset.
- 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.
- Compartment
Id string - The OCID of the compartment of the resource.
- Dataset
Collections []GetDatasets Dataset Collection - The list of dataset_collection.
- Annotation
Format string - The annotation format name required for labeling records.
- Display
Name string - A user-friendly display name for the resource.
- Filters
[]Get
Datasets Filter - Id string
- The OCID of the Dataset.
- 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.
- compartment
Id String - The OCID of the compartment of the resource.
- dataset
Collections List<GetDatasets Dataset Collection> - The list of dataset_collection.
- annotation
Format String - The annotation format name required for labeling records.
- display
Name String - A user-friendly display name for the resource.
- filters
List<Get
Datasets Filter> - id String
- The OCID of the Dataset.
- 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.
- compartment
Id string - The OCID of the compartment of the resource.
- dataset
Collections GetDatasets Dataset Collection[] - The list of dataset_collection.
- annotation
Format string - The annotation format name required for labeling records.
- display
Name string - A user-friendly display name for the resource.
- filters
Get
Datasets Filter[] - id string
- The OCID of the Dataset.
- 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.
- compartment_
id str - The OCID of the compartment of the resource.
- dataset_
collections Sequence[datalabellingservice.Get Datasets Dataset Collection] - The list of dataset_collection.
- annotation_
format str - The annotation format name required for labeling records.
- display_
name str - A user-friendly display name for the resource.
- filters
Sequence[datalabellingservice.
Get Datasets Filter] - id str
- The OCID of the Dataset.
- 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.
- compartment
Id String - The OCID of the compartment of the resource.
- dataset
Collections List<Property Map> - The list of dataset_collection.
- annotation
Format String - The annotation format name required for labeling records.
- display
Name String - A user-friendly display name for the resource.
- filters List<Property Map>
- id String
- The OCID of the Dataset.
- 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.
Supporting Types
GetDatasetsDatasetCollection
- Items
List<Get
Datasets Dataset Collection Item> - An ordered collection of labels that are unique by name.
- Items
[]Get
Datasets Dataset Collection Item - An ordered collection of labels that are unique by name.
- items
List<Get
Datasets Dataset Collection Item> - An ordered collection of labels that are unique by name.
- items
Get
Datasets Dataset Collection Item[] - An ordered collection of labels that are unique by name.
- items
Sequence[datalabellingservice.
Get Datasets Dataset Collection Item] - An ordered collection of labels that are unique by name.
- items List<Property Map>
- An ordered collection of labels that are unique by name.
GetDatasetsDatasetCollectionItem
- Additional
Properties 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"}
- Annotation
Format string - A filter to return only resources that match the entire annotation format given.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dataset
Format List<GetDetails Datasets Dataset Collection Item Dataset Format Detail> - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- Dataset
Source List<GetDetails Datasets Dataset Collection Item Dataset Source Detail> - This allows the customer to specify the source of the dataset.
- 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
- Display
Name string - A filter to return only resources that match the entire display name given.
- 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
- Unique Dataset OCID
- Initial
Import List<GetDataset Configurations Datasets Dataset Collection Item Initial Import Dataset Configuration> - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- Initial
Record List<GetGeneration Configurations Datasets Dataset Collection Item Initial Record Generation Configuration> - The initial generate records configuration. It generates records from the dataset's source.
- Label
Sets List<GetDatasets Dataset Collection Item Label Set> - An ordered collection of labels that are unique by name.
- Labeling
Instructions string - The labeling instructions for human labelers in rich text format
- Lifecycle
Details 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.
- Lifecycle
Substate string - The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
- State string
- A filter to return only resources whose lifecycleState matches this query param.
- Time
Created string - The date and time the resource was created, in the timestamp format defined by RFC3339.
- Time
Updated string - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
- Additional
Properties 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"}
- Annotation
Format string - A filter to return only resources that match the entire annotation format given.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dataset
Format []GetDetails Datasets Dataset Collection Item Dataset Format Detail - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- Dataset
Source []GetDetails Datasets Dataset Collection Item Dataset Source Detail - This allows the customer to specify the source of the dataset.
- 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
- Display
Name string - A filter to return only resources that match the entire display name given.
- 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
- Unique Dataset OCID
- Initial
Import []GetDataset Configurations Datasets Dataset Collection Item Initial Import Dataset Configuration - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- Initial
Record []GetGeneration Configurations Datasets Dataset Collection Item Initial Record Generation Configuration - The initial generate records configuration. It generates records from the dataset's source.
- Label
Sets []GetDatasets Dataset Collection Item Label Set - An ordered collection of labels that are unique by name.
- Labeling
Instructions string - The labeling instructions for human labelers in rich text format
- Lifecycle
Details 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.
- Lifecycle
Substate string - The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
- State string
- A filter to return only resources whose lifecycleState matches this query param.
- Time
Created string - The date and time the resource was created, in the timestamp format defined by RFC3339.
- Time
Updated string - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
- additional
Properties 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"}
- annotation
Format String - A filter to return only resources that match the entire annotation format given.
- compartment
Id String - The ID of the compartment in which to list resources.
- dataset
Format List<GetDetails Datasets Dataset Collection Item Dataset Format Detail> - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- dataset
Source List<GetDetails Datasets Dataset Collection Item Dataset Source Detail> - This allows the customer to specify the source of the dataset.
- 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
- display
Name String - A filter to return only resources that match the entire display name given.
- 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
- Unique Dataset OCID
- initial
Import List<GetDataset Configurations Datasets Dataset Collection Item Initial Import Dataset Configuration> - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- initial
Record List<GetGeneration Configurations Datasets Dataset Collection Item Initial Record Generation Configuration> - The initial generate records configuration. It generates records from the dataset's source.
- label
Sets List<GetDatasets Dataset Collection Item Label Set> - An ordered collection of labels that are unique by name.
- labeling
Instructions String - The labeling instructions for human labelers in rich text format
- lifecycle
Details 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.
- lifecycle
Substate String - The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
- state String
- A filter to return only resources whose lifecycleState matches this query param.
- time
Created String - The date and time the resource was created, in the timestamp format defined by RFC3339.
- time
Updated String - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
- additional
Properties {[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"}
- annotation
Format string - A filter to return only resources that match the entire annotation format given.
- compartment
Id string - The ID of the compartment in which to list resources.
- dataset
Format GetDetails Datasets Dataset Collection Item Dataset Format Detail[] - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- dataset
Source GetDetails Datasets Dataset Collection Item Dataset Source Detail[] - This allows the customer to specify the source of the dataset.
- {[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
- display
Name string - A filter to return only resources that match the entire display name given.
- {[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
- Unique Dataset OCID
- initial
Import GetDataset Configurations Datasets Dataset Collection Item Initial Import Dataset Configuration[] - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- initial
Record GetGeneration Configurations Datasets Dataset Collection Item Initial Record Generation Configuration[] - The initial generate records configuration. It generates records from the dataset's source.
- label
Sets GetDatasets Dataset Collection Item Label Set[] - An ordered collection of labels that are unique by name.
- labeling
Instructions string - The labeling instructions for human labelers in rich text format
- lifecycle
Details 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.
- lifecycle
Substate string - The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
- state string
- A filter to return only resources whose lifecycleState matches this query param.
- time
Created string - The date and time the resource was created, in the timestamp format defined by RFC3339.
- time
Updated 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 - A filter to return only resources that match the entire annotation format given.
- compartment_
id str - The ID of the compartment in which to list resources.
- dataset_
format_ Sequence[datalabellingservice.details Get Datasets Dataset Collection Item Dataset Format Detail] - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- dataset_
source_ Sequence[datalabellingservice.details Get Datasets Dataset Collection Item Dataset Source Detail] - This allows the customer to specify the source of the dataset.
- 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 filter to return only resources that match the entire display name given.
- 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
- Unique Dataset OCID
- initial_
import_ Sequence[datalabellingservice.dataset_ configurations Get Datasets Dataset Collection Item Initial Import Dataset Configuration] - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- initial_
record_ Sequence[datalabellingservice.generation_ configurations Get Datasets Dataset Collection Item Initial Record Generation Configuration] - The initial generate records configuration. It generates records from the dataset's source.
- label_
sets Sequence[datalabellingservice.Get Datasets Dataset Collection Item Label Set] - 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
- A filter to return only resources whose lifecycleState matches this query param.
- 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.
- additional
Properties 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"}
- annotation
Format String - A filter to return only resources that match the entire annotation format given.
- compartment
Id String - The ID of the compartment in which to list resources.
- dataset
Format List<Property Map>Details - It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.
- dataset
Source List<Property Map>Details - This allows the customer to specify the source of the dataset.
- 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
- display
Name String - A filter to return only resources that match the entire display name given.
- 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
- Unique Dataset OCID
- initial
Import List<Property Map>Dataset Configurations - Initial import dataset configuration. Allows user to create dataset from existing dataset files.
- initial
Record List<Property Map>Generation Configurations - The initial generate records configuration. It generates records from the dataset's source.
- label
Sets List<Property Map> - An ordered collection of labels that are unique by name.
- labeling
Instructions String - The labeling instructions for human labelers in rich text format
- lifecycle
Details 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.
- lifecycle
Substate String - The sub-state of the dataset. IMPORT_DATASET - The dataset is being imported.
- state String
- A filter to return only resources whose lifecycleState matches this query param.
- time
Created String - The date and time the resource was created, in the timestamp format defined by RFC3339.
- time
Updated String - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
GetDatasetsDatasetCollectionItemDatasetFormatDetail
- Format
Type string - It defines the format type of text files.
- Text
File List<GetType Metadatas Datasets Dataset Collection Item Dataset Format Detail Text File Type Metadata> - Metadata for files with text content.
- Format
Type string - It defines the format type of text files.
- Text
File []GetType Metadatas Datasets Dataset Collection Item Dataset Format Detail Text File Type Metadata - Metadata for files with text content.
- format
Type String - It defines the format type of text files.
- text
File List<GetType Metadatas Datasets Dataset Collection Item Dataset Format Detail Text File Type Metadata> - Metadata for files with text content.
- format
Type string - It defines the format type of text files.
- text
File GetType Metadatas Datasets Dataset Collection Item Dataset Format Detail Text File Type Metadata[] - Metadata for files with text content.
- format_
type str - It defines the format type of text files.
- text_
file_ Sequence[datalabellingservice.type_ metadatas Get Datasets Dataset Collection Item Dataset Format Detail Text File Type Metadata] - Metadata for files with text content.
- format
Type String - It defines the format type of text files.
- text
File List<Property Map>Type Metadatas - Metadata for files with text content.
GetDatasetsDatasetCollectionItemDatasetFormatDetailTextFileTypeMetadata
- Column
Delimiter string - A column delimiter
- Column
Index int - The index of a selected column. This is a zero-based index.
- Column
Name string - The name of a selected column.
- Escape
Character string - An escape character.
- Format
Type string - It defines the format type of text files.
- Line
Delimiter string - A line delimiter.
- Column
Delimiter string - A column delimiter
- Column
Index int - The index of a selected column. This is a zero-based index.
- Column
Name string - The name of a selected column.
- Escape
Character string - An escape character.
- Format
Type string - It defines the format type of text files.
- Line
Delimiter string - A line delimiter.
- column
Delimiter String - A column delimiter
- column
Index Integer - The index of a selected column. This is a zero-based index.
- column
Name String - The name of a selected column.
- escape
Character String - An escape character.
- format
Type String - It defines the format type of text files.
- line
Delimiter String - A line delimiter.
- column
Delimiter string - A column delimiter
- column
Index number - The index of a selected column. This is a zero-based index.
- column
Name string - The name of a selected column.
- escape
Character string - An escape character.
- format
Type string - It defines the format type of text files.
- line
Delimiter string - A line delimiter.
- column_
delimiter str - A column delimiter
- column_
index int - The index of a selected column. This is a zero-based index.
- column_
name str - The name of a selected column.
- escape_
character str - An escape character.
- format_
type str - It defines the format type of text files.
- line_
delimiter str - A line delimiter.
- column
Delimiter String - A column delimiter
- column
Index Number - The index of a selected column. This is a zero-based index.
- column
Name String - The name of a selected column.
- escape
Character String - An escape character.
- format
Type String - It defines the format type of text files.
- line
Delimiter String - A line delimiter.
GetDatasetsDatasetCollectionItemDatasetSourceDetail
- Bucket string
- Bucket name
- Namespace string
- Bucket namespace name
- Prefix 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.
- Source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- Bucket string
- Bucket name
- Namespace string
- Bucket namespace name
- Prefix 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.
- Source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket String
- Bucket name
- namespace String
- Bucket namespace name
- prefix 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.
- source
Type String - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket string
- Bucket name
- namespace string
- Bucket namespace name
- prefix 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.
- source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket str
- Bucket name
- namespace str
- Bucket namespace name
- prefix 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 str - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket String
- Bucket name
- namespace String
- Bucket namespace name
- prefix 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.
- source
Type String - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
GetDatasetsDatasetCollectionItemInitialImportDatasetConfiguration
- Import
Formats List<GetDatasets Dataset Collection Item Initial Import Dataset Configuration Import Format> - File format details used for importing dataset
- Import
Metadata List<GetPaths Datasets Dataset Collection Item Initial Import Dataset Configuration Import Metadata Path> - Object storage path for the metadata file
- Import
Formats []GetDatasets Dataset Collection Item Initial Import Dataset Configuration Import Format - File format details used for importing dataset
- Import
Metadata []GetPaths Datasets Dataset Collection Item Initial Import Dataset Configuration Import Metadata Path - Object storage path for the metadata file
- import
Formats List<GetDatasets Dataset Collection Item Initial Import Dataset Configuration Import Format> - File format details used for importing dataset
- import
Metadata List<GetPaths Datasets Dataset Collection Item Initial Import Dataset Configuration Import Metadata Path> - Object storage path for the metadata file
- import
Formats GetDatasets Dataset Collection Item Initial Import Dataset Configuration Import Format[] - File format details used for importing dataset
- import
Metadata GetPaths Datasets Dataset Collection Item Initial Import Dataset Configuration Import Metadata Path[] - Object storage path for the metadata file
- import_
formats Sequence[datalabellingservice.Get Datasets Dataset Collection Item Initial Import Dataset Configuration Import Format] - File format details used for importing dataset
- import_
metadata_ Sequence[datalabellingservice.paths Get Datasets Dataset Collection Item Initial Import Dataset Configuration Import Metadata Path] - Object storage path for the metadata file
- import
Formats List<Property Map> - File format details used for importing dataset
- import
Metadata List<Property Map>Paths - Object storage path for the metadata file
GetDatasetsDatasetCollectionItemInitialImportDatasetConfigurationImportFormat
GetDatasetsDatasetCollectionItemInitialImportDatasetConfigurationImportMetadataPath
- Bucket string
- Bucket name
- Namespace string
- Bucket namespace name
- Path string
- Path for the metadata file.
- Source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- Bucket string
- Bucket name
- Namespace string
- Bucket namespace name
- Path string
- Path for the metadata file.
- Source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket String
- Bucket name
- namespace String
- Bucket namespace name
- path String
- Path for the metadata file.
- source
Type String - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket string
- Bucket name
- namespace string
- Bucket namespace name
- path string
- Path for the metadata file.
- source
Type string - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket str
- Bucket name
- namespace str
- Bucket namespace name
- path str
- Path for the metadata file.
- source_
type str - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
- bucket String
- Bucket name
- namespace String
- Bucket namespace name
- path String
- Path for the metadata file.
- source
Type String - The type of data source. OBJECT_STORAGE - The source details for an object storage bucket.
GetDatasetsDatasetCollectionItemLabelSet
- Items
List<Get
Datasets Dataset Collection Item Label Set Item> - An ordered collection of labels that are unique by name.
- Items
[]Get
Datasets Dataset Collection Item Label Set Item - An ordered collection of labels that are unique by name.
- items
List<Get
Datasets Dataset Collection Item Label Set Item> - An ordered collection of labels that are unique by name.
- items
Get
Datasets Dataset Collection Item Label Set Item[] - An ordered collection of labels that are unique by name.
- items
Sequence[datalabellingservice.
Get Datasets Dataset Collection Item Label Set Item] - An ordered collection of labels that are unique by name.
- items List<Property Map>
- An ordered collection of labels that are unique by name.
GetDatasetsDatasetCollectionItemLabelSetItem
- Name string
- An unique name for a label within its dataset.
- Name string
- An unique name for a label within its dataset.
- name String
- An unique name for a label within its dataset.
- name string
- An unique name for a label within its dataset.
- name str
- An unique name for a label within its dataset.
- name String
- An unique name for a label within its dataset.
GetDatasetsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.