Model

class Model : KotlinCustomResource

Creates a Model.

Properties

Link copied to clipboard
val createTime: Output<String>

Timestamp when the model resource was created, which is also when the training started.

Link copied to clipboard
val dataset: Output<String>

The dataset from which the model is trained, in form of projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}

Link copied to clipboard
val displayName: Output<String>

The name of the model 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.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the model, in form of projects/{project-number-or-id}/locations/{location_id}/models/{model_id}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The BCP-47 language code of the source language.

Link copied to clipboard

The BCP-47 language code of the target language.

Link copied to clipboard
val testExampleCount: Output<Int>

Number of examples (sentence pairs) used to test the model.

Link copied to clipboard
val trainExampleCount: Output<Int>

Number of examples (sentence pairs) used to train the model.

Link copied to clipboard
val updateTime: Output<String>

Timestamp when this model was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Number of examples (sentence pairs) used to validate the model.