Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.datalabeling/v1beta1.Dataset
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates dataset. If success return a Dataset resource. Auto-naming is currently not supported for this resource.
Create Dataset Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);
@overload
def Dataset(resource_name: str,
args: DatasetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dataset(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
description: Optional[str] = None,
last_migrate_time: Optional[str] = None,
project: Optional[str] = None)
func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)
public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: google-native:datalabeling/v1beta1:Dataset
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatasetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampledatasetResourceResourceFromDatalabelingv1beta1 = new GoogleNative.DataLabeling.V1Beta1.Dataset("exampledatasetResourceResourceFromDatalabelingv1beta1", new()
{
DisplayName = "string",
Description = "string",
LastMigrateTime = "string",
Project = "string",
});
example, err := datalabeling.NewDataset(ctx, "exampledatasetResourceResourceFromDatalabelingv1beta1", &datalabeling.DatasetArgs{
DisplayName: pulumi.String("string"),
Description: pulumi.String("string"),
LastMigrateTime: pulumi.String("string"),
Project: pulumi.String("string"),
})
var exampledatasetResourceResourceFromDatalabelingv1beta1 = new Dataset("exampledatasetResourceResourceFromDatalabelingv1beta1", DatasetArgs.builder()
.displayName("string")
.description("string")
.lastMigrateTime("string")
.project("string")
.build());
exampledataset_resource_resource_from_datalabelingv1beta1 = google_native.datalabeling.v1beta1.Dataset("exampledatasetResourceResourceFromDatalabelingv1beta1",
display_name="string",
description="string",
last_migrate_time="string",
project="string")
const exampledatasetResourceResourceFromDatalabelingv1beta1 = new google_native.datalabeling.v1beta1.Dataset("exampledatasetResourceResourceFromDatalabelingv1beta1", {
displayName: "string",
description: "string",
lastMigrateTime: "string",
project: "string",
});
type: google-native:datalabeling/v1beta1:Dataset
properties:
description: string
displayName: string
lastMigrateTime: string
project: string
Dataset Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Dataset resource accepts the following input properties:
- Display
Name string - The display name of the dataset. Maximum of 64 characters.
- Description string
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- Last
Migrate stringTime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- Project string
- Display
Name string - The display name of the dataset. Maximum of 64 characters.
- Description string
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- Last
Migrate stringTime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- Project string
- display
Name String - The display name of the dataset. Maximum of 64 characters.
- description String
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- last
Migrate StringTime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- project String
- display
Name string - The display name of the dataset. Maximum of 64 characters.
- description string
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- last
Migrate stringTime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- project string
- display_
name str - The display name of the dataset. Maximum of 64 characters.
- description str
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- last_
migrate_ strtime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- project str
- display
Name String - The display name of the dataset. Maximum of 64 characters.
- description String
- Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
- last
Migrate StringTime - Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
- Blocking
Resources List<string> - The names of any related resources that are blocking changes to the dataset.
- Create
Time string - Time the dataset is created.
- Data
Item stringCount - The number of data items in the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- Input
Configs List<Pulumi.Google Native. Data Labeling. V1Beta1. Outputs. Google Cloud Datalabeling V1beta1Input Config Response> - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- Name string
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
- Blocking
Resources []string - The names of any related resources that are blocking changes to the dataset.
- Create
Time string - Time the dataset is created.
- Data
Item stringCount - The number of data items in the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- Input
Configs []GoogleCloud Datalabeling V1beta1Input Config Response - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- Name string
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
- blocking
Resources List<String> - The names of any related resources that are blocking changes to the dataset.
- create
Time String - Time the dataset is created.
- data
Item StringCount - The number of data items in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- input
Configs List<GoogleCloud Datalabeling V1beta1Input Config Response> - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- name String
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
- blocking
Resources string[] - The names of any related resources that are blocking changes to the dataset.
- create
Time string - Time the dataset is created.
- data
Item stringCount - The number of data items in the dataset.
- id string
- The provider-assigned unique ID for this managed resource.
- input
Configs GoogleCloud Datalabeling V1beta1Input Config Response[] - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- name string
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
- blocking_
resources Sequence[str] - The names of any related resources that are blocking changes to the dataset.
- create_
time str - Time the dataset is created.
- data_
item_ strcount - The number of data items in the dataset.
- id str
- The provider-assigned unique ID for this managed resource.
- input_
configs Sequence[GoogleCloud Datalabeling V1beta1Input Config Response] - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- name str
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
- blocking
Resources List<String> - The names of any related resources that are blocking changes to the dataset.
- create
Time String - Time the dataset is created.
- data
Item StringCount - The number of data items in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- input
Configs List<Property Map> - This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
- name String
- Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
Supporting Types
GoogleCloudDatalabelingV1beta1BigQuerySourceResponse, GoogleCloudDatalabelingV1beta1BigQuerySourceResponseArgs
- Input
Uri string - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
- Input
Uri string - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
- input
Uri String - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
- input
Uri string - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
- input_
uri str - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
- input
Uri String - BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://{your_project_id}/ {your_dataset_name}/{your_table_name}" Learn more.
GoogleCloudDatalabelingV1beta1ClassificationMetadataResponse, GoogleCloudDatalabelingV1beta1ClassificationMetadataResponseArgs
- Is
Multi boolLabel - Whether the classification task is multi-label or not.
- Is
Multi boolLabel - Whether the classification task is multi-label or not.
- is
Multi BooleanLabel - Whether the classification task is multi-label or not.
- is
Multi booleanLabel - Whether the classification task is multi-label or not.
- is_
multi_ boollabel - Whether the classification task is multi-label or not.
- is
Multi BooleanLabel - Whether the classification task is multi-label or not.
GoogleCloudDatalabelingV1beta1GcsSourceResponse, GoogleCloudDatalabelingV1beta1GcsSourceResponseArgs
GoogleCloudDatalabelingV1beta1InputConfigResponse, GoogleCloudDatalabelingV1beta1InputConfigResponseArgs
- Annotation
Type string - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- Bigquery
Source Pulumi.Google Native. Data Labeling. V1Beta1. Inputs. Google Cloud Datalabeling V1beta1Big Query Source Response - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- Classification
Metadata Pulumi.Google Native. Data Labeling. V1Beta1. Inputs. Google Cloud Datalabeling V1beta1Classification Metadata Response - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- Data
Type string - Data type must be specifed when user tries to import data.
- Gcs
Source Pulumi.Google Native. Data Labeling. V1Beta1. Inputs. Google Cloud Datalabeling V1beta1Gcs Source Response - Source located in Cloud Storage.
- Text
Metadata Pulumi.Google Native. Data Labeling. V1Beta1. Inputs. Google Cloud Datalabeling V1beta1Text Metadata Response - Required for text import, as language code must be specified.
- Annotation
Type string - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- Bigquery
Source GoogleCloud Datalabeling V1beta1Big Query Source Response - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- Classification
Metadata GoogleCloud Datalabeling V1beta1Classification Metadata Response - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- Data
Type string - Data type must be specifed when user tries to import data.
- Gcs
Source GoogleCloud Datalabeling V1beta1Gcs Source Response - Source located in Cloud Storage.
- Text
Metadata GoogleCloud Datalabeling V1beta1Text Metadata Response - Required for text import, as language code must be specified.
- annotation
Type String - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- bigquery
Source GoogleCloud Datalabeling V1beta1Big Query Source Response - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- classification
Metadata GoogleCloud Datalabeling V1beta1Classification Metadata Response - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- data
Type String - Data type must be specifed when user tries to import data.
- gcs
Source GoogleCloud Datalabeling V1beta1Gcs Source Response - Source located in Cloud Storage.
- text
Metadata GoogleCloud Datalabeling V1beta1Text Metadata Response - Required for text import, as language code must be specified.
- annotation
Type string - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- bigquery
Source GoogleCloud Datalabeling V1beta1Big Query Source Response - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- classification
Metadata GoogleCloud Datalabeling V1beta1Classification Metadata Response - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- data
Type string - Data type must be specifed when user tries to import data.
- gcs
Source GoogleCloud Datalabeling V1beta1Gcs Source Response - Source located in Cloud Storage.
- text
Metadata GoogleCloud Datalabeling V1beta1Text Metadata Response - Required for text import, as language code must be specified.
- annotation_
type str - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- bigquery_
source GoogleCloud Datalabeling V1beta1Big Query Source Response - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- classification_
metadata GoogleCloud Datalabeling V1beta1Classification Metadata Response - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- data_
type str - Data type must be specifed when user tries to import data.
- gcs_
source GoogleCloud Datalabeling V1beta1Gcs Source Response - Source located in Cloud Storage.
- text_
metadata GoogleCloud Datalabeling V1beta1Text Metadata Response - Required for text import, as language code must be specified.
- annotation
Type String - Optional. The type of annotation to be performed on this data. You must specify this field if you are using this InputConfig in an EvaluationJob.
- bigquery
Source Property Map - Source located in BigQuery. You must specify this field if you are using this InputConfig in an EvaluationJob.
- classification
Metadata Property Map - Optional. Metadata about annotations for the input. You must specify this field if you are using this InputConfig in an EvaluationJob for a model version that performs classification.
- data
Type String - Data type must be specifed when user tries to import data.
- gcs
Source Property Map - Source located in Cloud Storage.
- text
Metadata Property Map - Required for text import, as language code must be specified.
GoogleCloudDatalabelingV1beta1TextMetadataResponse, GoogleCloudDatalabelingV1beta1TextMetadataResponseArgs
- Language
Code string - The language of this text, as a BCP-47. Default value is en-US.
- Language
Code string - The language of this text, as a BCP-47. Default value is en-US.
- language
Code String - The language of this text, as a BCP-47. Default value is en-US.
- language
Code string - The language of this text, as a BCP-47. Default value is en-US.
- language_
code str - The language of this text, as a BCP-47. Default value is en-US.
- language
Code String - The language of this text, as a BCP-47. Default value is en-US.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.