| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
PredictSchemata |
PredictSchemata.Builder.build() |
PredictSchemata |
PredictSchemata.Builder.buildPartial() |
static PredictSchemata |
PredictSchemata.getDefaultInstance() |
PredictSchemata |
PredictSchemata.getDefaultInstanceForType() |
PredictSchemata |
PredictSchemata.Builder.getDefaultInstanceForType() |
PredictSchemata |
ModelOrBuilder.getPredictSchemata()
The schemata that describe formats of the Model's predictions and
explanations as given and returned via
[PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
|
PredictSchemata |
Model.getPredictSchemata()
The schemata that describe formats of the Model's predictions and
explanations as given and returned via
[PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
|
PredictSchemata |
Model.Builder.getPredictSchemata()
The schemata that describe formats of the Model's predictions and
explanations as given and returned via
[PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
|
static PredictSchemata |
PredictSchemata.parseDelimitedFrom(InputStream input) |
static PredictSchemata |
PredictSchemata.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictSchemata |
PredictSchemata.parseFrom(byte[] data) |
static PredictSchemata |
PredictSchemata.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictSchemata |
PredictSchemata.parseFrom(ByteBuffer data) |
static PredictSchemata |
PredictSchemata.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictSchemata |
PredictSchemata.parseFrom(com.google.protobuf.ByteString data) |
static PredictSchemata |
PredictSchemata.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictSchemata |
PredictSchemata.parseFrom(com.google.protobuf.CodedInputStream input) |
static PredictSchemata |
PredictSchemata.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PredictSchemata |
PredictSchemata.parseFrom(InputStream input) |
static PredictSchemata |
PredictSchemata.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PredictSchemata> |
PredictSchemata.getParserForType() |
static com.google.protobuf.Parser<PredictSchemata> |
PredictSchemata.parser() |
| Modifier and Type | Method and Description |
|---|---|
PredictSchemata.Builder |
PredictSchemata.Builder.mergeFrom(PredictSchemata other) |
Model.Builder |
Model.Builder.mergePredictSchemata(PredictSchemata value)
The schemata that describe formats of the Model's predictions and
explanations as given and returned via
[PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
|
static PredictSchemata.Builder |
PredictSchemata.newBuilder(PredictSchemata prototype) |
Model.Builder |
Model.Builder.setPredictSchemata(PredictSchemata value)
The schemata that describe formats of the Model's predictions and
explanations as given and returned via
[PredictionService.Predict][google.cloud.aiplatform.v1.PredictionService.Predict] and [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain].
|
Copyright © 2021 Google LLC. All rights reserved.