Show / Hide Table of Contents

Class GoogleCloudAiplatformV1BigQueryRequestSetSamplingConfig

The sampling config.

Inheritance
object
GoogleCloudAiplatformV1BigQueryRequestSetSamplingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX