Cloud AI Platform v1beta1 API - Class ModelMonitoringJobExecutionDetail.Types.ProcessedDataset (1.0.0-beta11)

public sealed class ModelMonitoringJobExecutionDetail.Types.ProcessedDataset : IMessage<ModelMonitoringJobExecutionDetail.Types.ProcessedDataset>, IEquatable<ModelMonitoringJobExecutionDetail.Types.ProcessedDataset>, IDeepCloneable<ModelMonitoringJobExecutionDetail.Types.ProcessedDataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringJobExecutionDetail.Types.ProcessedDataset.

Processed dataset information.

Inheritance

object > ModelMonitoringJobExecutionDetail.Types.ProcessedDataset

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ProcessedDataset()

public ProcessedDataset()

ProcessedDataset(ProcessedDataset)

public ProcessedDataset(ModelMonitoringJobExecutionDetail.Types.ProcessedDataset other)
Parameter
Name Description
other ModelMonitoringJobExecutionDetailTypesProcessedDataset

Properties

Location

public string Location { get; set; }

Actual data location of the processed dataset.

Property Value
Type Description
string

TimeRange

public Interval TimeRange { get; set; }

Dataset time range information if any.

Property Value
Type Description
Interval