Google Cloud Audit API - Class BigQueryAuditMetadata.Types.ModelDataRead (2.4.0)

public sealed class BigQueryAuditMetadata.Types.ModelDataRead : IMessage<BigQueryAuditMetadata.Types.ModelDataRead>, IEquatable<BigQueryAuditMetadata.Types.ModelDataRead>, IDeepCloneable<BigQueryAuditMetadata.Types.ModelDataRead>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.ModelDataRead.

Model data read event.

Inheritance

object > BigQueryAuditMetadata.Types.ModelDataRead

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

ModelDataRead()

public ModelDataRead()

ModelDataRead(ModelDataRead)

public ModelDataRead(BigQueryAuditMetadata.Types.ModelDataRead other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesModelDataRead

Properties

JobName

public string JobName { get; set; }

The URI of the job that read the model data.

Format: projects/<project_id>/jobs/<job_id>.

Property Value
TypeDescription
string

Reason

public BigQueryAuditMetadata.Types.ModelDataRead.Types.Reason Reason { get; set; }

Describes how the model data was read.

Property Value
TypeDescription
BigQueryAuditMetadataTypesModelDataReadTypesReason