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.
Implements
IMessageModelMonitoringJobExecutionDetailTypesProcessedDataset, IEquatableModelMonitoringJobExecutionDetailTypesProcessedDataset, IDeepCloneableModelMonitoringJobExecutionDetailTypesProcessedDataset, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |