GoogleCloudAiplatformV1PredictSchemata class
Contains the schemata used in Model's predictions and explanations via PredictionService.Predict, PredictionService.Explain and BatchPredictionJob.
Constructors
- GoogleCloudAiplatformV1PredictSchemata({String? instanceSchemaUri, String? parametersSchemaUri, String? predictionSchemaUri})
 - GoogleCloudAiplatformV1PredictSchemata.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - instanceSchemaUri ↔ String?
 - 
  Points to a YAML file stored on Google Cloud Storage describing the format
of a single instance, which are used in PredictRequest.instances,
ExplainRequest.instances and BatchPredictionJob.input_config.
  getter/setter pair
 - parametersSchemaUri ↔ String?
 - 
  Points to a YAML file stored on Google Cloud Storage describing the
parameters of prediction and explanation via PredictRequest.parameters,
ExplainRequest.parameters and BatchPredictionJob.model_parameters.
  getter/setter pair
 - predictionSchemaUri ↔ String?
 - 
  Points to a YAML file stored on Google Cloud Storage describing the format
of a single prediction produced by this Model, which are returned via
PredictResponse.predictions, ExplainResponse.explanations, and
BatchPredictionJob.output_config.
  getter/setter pair
 - 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(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited