Class CreateModelExtractJobOptions (2.3.0)

public sealed class CreateModelExtractJobOptions : JobCreationOptions

Options for CreateModelExtractJob operations.

Inheritance

Object > JobCreationOptions > CreateModelExtractJobOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

Google.Cloud.BigQuery.V2.dll

Properties

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
TypeDescription
Nullable<ModelFormat>