Class GoogleCloudAiplatformV1BigQueryRequestSetSamplingConfig
The sampling config.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BigQueryRequestSetSamplingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SamplingCount
Optional. The total number of logged data to import. If available data is less than the sampling count, all data will be imported. Default is 100.
Declaration
[JsonProperty("samplingCount")]
public virtual int? SamplingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SamplingDuration
Optional. How long to wait before sampling data from the BigQuery table. If not specified, defaults to 0.
Declaration
[JsonProperty("samplingDuration")]
public virtual object SamplingDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
SamplingMethod
Optional. The sampling method to use.
Declaration
[JsonProperty("samplingMethod")]
public virtual string SamplingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |