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
The Dataset resource accepts the following input properties:
- Display
Name 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
- Source
Language stringCode - The BCP-47 language code of the source language.
- Target
Language stringCode - The BCP-47 language code of the target language.
- Display
Name 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
- Source
Language stringCode - The BCP-47 language code of the source language.
- Target
Language stringCode - The BCP-47 language code of the target language.
- display
Name 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
- source
Language StringCode - The BCP-47 language code of the source language.
- target
Language StringCode - The BCP-47 language code of the target language.
- display
Name 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
- source
Language stringCode - The BCP-47 language code of the source language.
- target
Language 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.
- display
Name 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
- source
Language StringCode - The BCP-47 language code of the source language.
- target
Language 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:
- Create
Time string - Timestamp when this dataset was created.
- Example
Count int - The number of examples in the dataset.
- Id string
- 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 string - Timestamp when this dataset was last updated.
- Validate
Example intCount - Number of validation examples (sentence pairs).
- Create
Time string - Timestamp when this dataset was created.
- Example
Count int - The number of examples in the dataset.
- Id string
- 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 string - Timestamp when this dataset was last updated.
- Validate
Example intCount - Number of validation examples (sentence pairs).
- create
Time String - Timestamp when this dataset was created.
- example
Count Integer - The number of examples in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- test
Example IntegerCount - Number of test examples (sentence pairs).
- train
Example IntegerCount - Number of training examples (sentence pairs).
- update
Time String - Timestamp when this dataset was last updated.
- validate
Example IntegerCount - Number of validation examples (sentence pairs).
- create
Time string - Timestamp when this dataset was created.
- example
Count number - The number of examples in the dataset.
- id string
- The provider-assigned unique ID for this managed resource.
- test
Example numberCount - Number of test examples (sentence pairs).
- train
Example numberCount - Number of training examples (sentence pairs).
- update
Time string - Timestamp when this dataset was last updated.
- validate
Example 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).
- create
Time String - Timestamp when this dataset was created.
- example
Count Number - The number of examples in the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- test
Example NumberCount - Number of test examples (sentence pairs).
- train
Example NumberCount - Number of training examples (sentence pairs).
- update
Time String - Timestamp when this dataset was last updated.
- validate
Example 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.