View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchPredictionJobInputConfig (google_api_ai_platform v0.13.0)

Configures the input to BatchPredictionJob. See Model.supported_input_storage_formats for Model's supported input formats, and how instances should be expressed via any of them.

Attributes

  • bigquerySource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t, default: nil) - The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.
  • gcsSource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t, default: nil) - The Cloud Storage location for the input instances.
  • instancesFormat (type: String.t, default: nil) - Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchPredictionJobInputConfig{
    bigquerySource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BigQuerySource.t()
      | nil,
    gcsSource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t() | nil,
    instancesFormat: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.