GoogleCloudMlV1__PredictionInputDataFormat

enum GoogleCloudMlV1__PredictionInputDataFormat : Enum<GoogleCloudMlV1__PredictionInputDataFormat> , ConvertibleToJava<GoogleCloudMlV1__PredictionInputDataFormat>

Required. The format of the input data files.

Entries

Link copied to clipboard

Unspecified format.

Link copied to clipboard

Each line of the file is a JSON dictionary representing one record.

Link copied to clipboard

Deprecated. Use JSON instead.

Link copied to clipboard

The source file is a TFRecord file. Currently available only for input data.

Link copied to clipboard

The source file is a GZIP-compressed TFRecord file. Currently available only for input data.

Link copied to clipboard

Values are comma-separated rows, with keys in a separate file. Currently available only for output data.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__PredictionInputDataFormat
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudMlV1__PredictionInputDataFormat
Link copied to clipboard
Link copied to clipboard