Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.translate/v3.Dataset
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a Dataset.
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: Optional[DatasetArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def Dataset(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            display_name: Optional[str] = None,
            location: Optional[str] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            source_language_code: Optional[str] = None,
            target_language_code: Optional[str] = None)func NewDataset(ctx *Context, name string, args *DatasetArgs, opts ...ResourceOption) (*Dataset, error)public Dataset(string name, DatasetArgs? args = null, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: google-native:translate/v3: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 exampledatasetResourceResourceFromTranslatev3 = new GoogleNative.Translate.V3.Dataset("exampledatasetResourceResourceFromTranslatev3", new()
{
    DisplayName = "string",
    Location = "string",
    Name = "string",
    Project = "string",
    SourceLanguageCode = "string",
    TargetLanguageCode = "string",
});
example, err := translate.NewDataset(ctx, "exampledatasetResourceResourceFromTranslatev3", &translate.DatasetArgs{
	DisplayName:        pulumi.String("string"),
	Location:           pulumi.String("string"),
	Name:               pulumi.String("string"),
	Project:            pulumi.String("string"),
	SourceLanguageCode: pulumi.String("string"),
	TargetLanguageCode: pulumi.String("string"),
})
var exampledatasetResourceResourceFromTranslatev3 = new Dataset("exampledatasetResourceResourceFromTranslatev3", DatasetArgs.builder()
    .displayName("string")
    .location("string")
    .name("string")
    .project("string")
    .sourceLanguageCode("string")
    .targetLanguageCode("string")
    .build());
exampledataset_resource_resource_from_translatev3 = google_native.translate.v3.Dataset("exampledatasetResourceResourceFromTranslatev3",
    display_name="string",
    location="string",
    name="string",
    project="string",
    source_language_code="string",
    target_language_code="string")
const exampledatasetResourceResourceFromTranslatev3 = new google_native.translate.v3.Dataset("exampledatasetResourceResourceFromTranslatev3", {
    displayName: "string",
    location: "string",
    name: "string",
    project: "string",
    sourceLanguageCode: "string",
    targetLanguageCode: "string",
});
type: google-native:translate/v3:Dataset
properties:
    displayName: string
    location: string
    name: string
    project: string
    sourceLanguageCode: string
    targetLanguageCode: 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dataset resource accepts the following input properties:
- DisplayName string
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- Location string
- Name string
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- Project string
- SourceLanguage stringCode 
- The BCP-47 language code of the source language.
- TargetLanguage stringCode 
- The BCP-47 language code of the target language.
- DisplayName string
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- Location string
- Name string
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- Project string
- SourceLanguage stringCode 
- The BCP-47 language code of the source language.
- TargetLanguage stringCode 
- The BCP-47 language code of the target language.
- displayName String
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- location String
- name String
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- project String
- sourceLanguage StringCode 
- The BCP-47 language code of the source language.
- targetLanguage StringCode 
- The BCP-47 language code of the target language.
- displayName string
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- location string
- name string
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- project string
- sourceLanguage stringCode 
- The BCP-47 language code of the source language.
- targetLanguage stringCode 
- The BCP-47 language code of the target language.
- display_name str
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- location str
- name str
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- project str
- source_language_ strcode 
- The BCP-47 language code of the source language.
- target_language_ strcode 
- The BCP-47 language code of the target language.
- displayName String
- The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
- location String
- name String
- The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}
- project String
- sourceLanguage StringCode 
- The BCP-47 language code of the source language.
- targetLanguage StringCode 
- The BCP-47 language code of the target language.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
- CreateTime string
- Timestamp when this dataset was created.
- ExampleCount int
- The number of examples in the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- TestExample intCount 
- Number of test examples (sentence pairs).
- TrainExample intCount 
- Number of training examples (sentence pairs).
- UpdateTime string
- Timestamp when this dataset was last updated.
- ValidateExample intCount 
- Number of validation examples (sentence pairs).
- CreateTime string
- Timestamp when this dataset was created.
- ExampleCount int
- The number of examples in the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- TestExample intCount 
- Number of test examples (sentence pairs).
- TrainExample intCount 
- Number of training examples (sentence pairs).
- UpdateTime string
- Timestamp when this dataset was last updated.
- ValidateExample intCount 
- Number of validation examples (sentence pairs).
- createTime String
- Timestamp when this dataset was created.
- exampleCount Integer
- The number of examples in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- testExample IntegerCount 
- Number of test examples (sentence pairs).
- trainExample IntegerCount 
- Number of training examples (sentence pairs).
- updateTime String
- Timestamp when this dataset was last updated.
- validateExample IntegerCount 
- Number of validation examples (sentence pairs).
- createTime string
- Timestamp when this dataset was created.
- exampleCount number
- The number of examples in the dataset.
- id string
- The provider-assigned unique ID for this managed resource.
- testExample numberCount 
- Number of test examples (sentence pairs).
- trainExample numberCount 
- Number of training examples (sentence pairs).
- updateTime string
- Timestamp when this dataset was last updated.
- validateExample numberCount 
- Number of validation examples (sentence pairs).
- create_time str
- Timestamp when this dataset was created.
- example_count int
- The number of examples in the dataset.
- id str
- The provider-assigned unique ID for this managed resource.
- test_example_ intcount 
- Number of test examples (sentence pairs).
- train_example_ intcount 
- Number of training examples (sentence pairs).
- update_time str
- Timestamp when this dataset was last updated.
- validate_example_ intcount 
- Number of validation examples (sentence pairs).
- createTime String
- Timestamp when this dataset was created.
- exampleCount Number
- The number of examples in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- testExample NumberCount 
- Number of test examples (sentence pairs).
- trainExample NumberCount 
- Number of training examples (sentence pairs).
- updateTime String
- Timestamp when this dataset was last updated.
- validateExample NumberCount 
- Number of validation examples (sentence pairs).
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.