View Source GoogleApi.Language.V1.Model.XPSFileSpec (google_api_language v0.15.0)

Spec of input and output files, on external file systems (CNS, GCS, etc).

Attributes

  • directoryPath (type: String.t, default: nil) - Deprecated. Use file_spec.
  • fileFormat (type: String.t, default: nil) -
  • fileSpec (type: String.t, default: nil) - Single file path, or file pattern of format "/path/to/file@shard_count". E.g. /cns/cell-d/somewhere/file@2 is expanded to two files: /cns/cell-d/somewhere/file-00000-of-00002 and /cns/cell-d/somewhere/file-00001-of-00002.
  • singleFilePath (type: String.t, default: nil) - Deprecated. Use file_spec.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSFileSpec{
  directoryPath: String.t() | nil,
  fileFormat: String.t() | nil,
  fileSpec: String.t() | nil,
  singleFilePath: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.