public sealed class BigQueryAuditMetadata.Types.Model : IMessage<BigQueryAuditMetadata.Types.Model>, IEquatable<BigQueryAuditMetadata.Types.Model>, IDeepCloneable<BigQueryAuditMetadata.Types.Model>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.Model.
Trained BigQuery ML model.
Implements
IMessageBigQueryAuditMetadataTypesModel, IEquatableBigQueryAuditMetadataTypesModel, IDeepCloneableBigQueryAuditMetadataTypesModel, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Model()
public Model()
Model(Model)
public Model(BigQueryAuditMetadata.Types.Model other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesModel |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Model creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Encryption
public BigQueryAuditMetadata.Types.EncryptionInfo Encryption { get; set; }
Model encryption information. Set when non-default encryption is used.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesEncryptionInfo |
ExpireTime
public Timestamp ExpireTime { get; set; }
Model expiration time.
Property Value | |
---|---|
Type | Description |
Timestamp |
ModelInfo
public BigQueryAuditMetadata.Types.EntityInfo ModelInfo { get; set; }
User-provided metadata for the model.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesEntityInfo |
ModelName
public string ModelName { get; set; }
Model URI.
Format: projects/<project_id>/datasets/<dataset_id>/models/<model_id>
.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Model last update time.
Property Value | |
---|---|
Type | Description |
Timestamp |