Google BigQuery v2 API - Class CreateModelExtractJobOptions (3.12.0)

public sealed class CreateModelExtractJobOptions : JobCreationOptions

Reference documentation and code samples for the Google BigQuery v2 API class CreateModelExtractJobOptions.

Options for CreateModelExtractJob operations.

Inheritance

object > JobCreationOptions > CreateModelExtractJobOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

ConfigurationModifier

public Action<JobConfigurationExtract> ConfigurationModifier { get; set; }

Optional action to perform after preparing the request. If this property is non-null, the JobConfigurationExtract used for a request will be passed to the delegate before the request is executed. This allows for fine-grained modifications which aren't otherwise directly supported by the properties in this options type.

Property Value
Type Description
ActionJobConfigurationExtract
Remarks

Prefer the properties on this type over this modifier to prepare the request. Only use this modifier to configure aspects for which there are no properties available. This modifier is applied to the request after all properties on this type have been applied. The delegate is only called once per operation, even if the request is automatically retried.

DestinationFormat

public ModelFormat? DestinationFormat { get; set; }

The model format to use for output. If this is unspecified, the default is to create a Tensorflow SavedModel.

Property Value
Type Description
ModelFormat