public sealed class Model : IMessage<Model>, IEquatable<Model>, IDeepCloneable<Model>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class Model.
Model represents a trained model.
Namespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
Model()
public Model()Model(Model)
public Model(Model other)| Parameter | |
|---|---|
| Name | Description |
other |
Model |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The timestamp of creation of this resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Required. End_time specifies the latest time from which labels are used and from which data is used to generate features for training. End_time should be no later than the end of the date_range of the dataset.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EngineConfig
public string EngineConfig { get; set; }Required. The resource name of the EngineConfig the model training will be
based on. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engineConfig}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EngineConfigAsEngineConfigName
public EngineConfigName EngineConfigAsEngineConfigName { get; set; }EngineConfigName-typed view over the EngineConfig resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineConfigName |
|
EngineVersion
public string EngineVersion { get; set; }Output only. The EngineVersion used in training this model. This is output only, and is determined from the EngineConfig used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EngineVersionAsEngineVersionName
public EngineVersionName EngineVersionAsEngineVersionName { get; set; }EngineVersionName-typed view over the EngineVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineVersionName |
|
Labels
public MapField<string, string> Labels { get; }Labels
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
LineOfBusiness
public LineOfBusiness LineOfBusiness { get; set; }Output only. The line of business (Retail/Commercial) this model is used for. Determined by EngineConfig, cannot be set by user.
| Property Value | |
|---|---|
| Type | Description |
LineOfBusiness |
|
ModelName
public ModelName ModelName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ModelName |
|
Name
public string Name { get; set; }Output only. The resource name of the Model.
format:
/projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrimaryDataset
public string PrimaryDataset { get; set; }Required. The resource name of the Primary Dataset used in this model
training. For information about how primary and auxiliary datasets are
used, refer to the engine version's documentation. Format:
/projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrimaryDatasetAsDatasetName
public DatasetName PrimaryDatasetAsDatasetName { get; set; }DatasetName-typed view over the PrimaryDataset resource name property.
| Property Value | |
|---|---|
| Type | Description |
DatasetName |
|
State
public Model.Types.State State { get; set; }Output only. State of the model (creating, active, deleting, etc.)
| Property Value | |
|---|---|
| Type | Description |
ModelTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The timestamp of the most recent update of this resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|