BatchPredictionJob_InputConfig class final

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.

Inheritance
  • Object
  • ProtoMessage
  • BatchPredictionJob_InputConfig

Constructors

BatchPredictionJob_InputConfig({GcsSource? gcsSource, BigQuerySource? bigquerySource, required String instancesFormat})
BatchPredictionJob_InputConfig.fromJson(Object? j)
factory

Properties

bigquerySource BigQuerySource?
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.
final
gcsSource GcsSource?
The Cloud Storage location for the input instances.
final
hashCode int
The hash code for this object.
no setterinherited
instancesFormat String
Required. The format in which instances are given, must be one of the google.cloud.aiplatform.v1beta1.BatchPredictionJob.model supported_input_storage_formats.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String