Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataLabellingService.getAnnotationFormats
Explore with Pulumi AI
This data source provides the list of Annotation Formats in Oracle Cloud Infrastructure Data Labeling Service service.
These are a static list in a given region.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAnnotationFormats = oci.DataLabellingService.getAnnotationFormats({
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_annotation_formats = oci.DataLabellingService.get_annotation_formats(compartment_id=compartment_id)
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.GetAnnotationFormats(ctx, &datalabellingservice.GetAnnotationFormatsArgs{
CompartmentId: compartmentId,
}, 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 testAnnotationFormats = Oci.DataLabellingService.GetAnnotationFormats.Invoke(new()
{
CompartmentId = compartmentId,
});
});
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.GetAnnotationFormatsArgs;
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 testAnnotationFormats = DataLabellingServiceFunctions.getAnnotationFormats(GetAnnotationFormatsArgs.builder()
.compartmentId(compartmentId)
.build());
}
}
variables:
testAnnotationFormats:
fn::invoke:
Function: oci:DataLabellingService:getAnnotationFormats
Arguments:
compartmentId: ${compartmentId}
Using getAnnotationFormats
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 getAnnotationFormats(args: GetAnnotationFormatsArgs, opts?: InvokeOptions): Promise<GetAnnotationFormatsResult>
function getAnnotationFormatsOutput(args: GetAnnotationFormatsOutputArgs, opts?: InvokeOptions): Output<GetAnnotationFormatsResult>
def get_annotation_formats(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_datalabellingservice.GetAnnotationFormatsFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetAnnotationFormatsResult
def get_annotation_formats_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datalabellingservice.GetAnnotationFormatsFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAnnotationFormatsResult]
func GetAnnotationFormats(ctx *Context, args *GetAnnotationFormatsArgs, opts ...InvokeOption) (*GetAnnotationFormatsResult, error)
func GetAnnotationFormatsOutput(ctx *Context, args *GetAnnotationFormatsOutputArgs, opts ...InvokeOption) GetAnnotationFormatsResultOutput
> Note: This function is named GetAnnotationFormats
in the Go SDK.
public static class GetAnnotationFormats
{
public static Task<GetAnnotationFormatsResult> InvokeAsync(GetAnnotationFormatsArgs args, InvokeOptions? opts = null)
public static Output<GetAnnotationFormatsResult> Invoke(GetAnnotationFormatsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAnnotationFormatsResult> getAnnotationFormats(GetAnnotationFormatsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataLabellingService/getAnnotationFormats:getAnnotationFormats
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
List<Get
Annotation Formats Filter>
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
[]Get
Annotation Formats Filter
- compartment
Id String - The ID of the compartment in which to list resources.
- filters
List<Get
Annotation Formats Filter>
- compartment
Id string - The ID of the compartment in which to list resources.
- filters
Get
Annotation Formats Filter[]
- compartment_
id str - The ID of the compartment in which to list resources.
- filters
Sequence[datalabellingservice.
Get Annotation Formats Filter]
- compartment
Id String - The ID of the compartment in which to list resources.
- filters List<Property Map>
getAnnotationFormats Result
The following output properties are available:
- Annotation
Format List<GetCollections Annotation Formats Annotation Format Collection> - The list of annotation_format_collection.
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<Get
Annotation Formats Filter>
- Annotation
Format []GetCollections Annotation Formats Annotation Format Collection - The list of annotation_format_collection.
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Annotation Formats Filter
- annotation
Format List<GetCollections Annotation Formats Annotation Format Collection> - The list of annotation_format_collection.
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- filters
List<Get
Annotation Formats Filter>
- annotation
Format GetCollections Annotation Formats Annotation Format Collection[] - The list of annotation_format_collection.
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- filters
Get
Annotation Formats Filter[]
- annotation_
format_ Sequence[datalabellingservice.collections Get Annotation Formats Annotation Format Collection] - The list of annotation_format_collection.
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[datalabellingservice.
Get Annotation Formats Filter]
- annotation
Format List<Property Map>Collections - The list of annotation_format_collection.
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
Supporting Types
GetAnnotationFormatsAnnotationFormatCollection
- Items
List<Get
Annotation Formats Annotation Format Collection Item> - List of annotation formats.
- Items
[]Get
Annotation Formats Annotation Format Collection Item - List of annotation formats.
- items
List<Get
Annotation Formats Annotation Format Collection Item> - List of annotation formats.
- items
Get
Annotation Formats Annotation Format Collection Item[] - List of annotation formats.
- items
Sequence[datalabellingservice.
Get Annotation Formats Annotation Format Collection Item] - List of annotation formats.
- items List<Property Map>
- List of annotation formats.
GetAnnotationFormatsAnnotationFormatCollectionItem
- Name string
- A unique name for the target AnnotationFormat for the Dataset.
- Name string
- A unique name for the target AnnotationFormat for the Dataset.
- name String
- A unique name for the target AnnotationFormat for the Dataset.
- name string
- A unique name for the target AnnotationFormat for the Dataset.
- name str
- A unique name for the target AnnotationFormat for the Dataset.
- name String
- A unique name for the target AnnotationFormat for the Dataset.
GetAnnotationFormatsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.