| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| 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 |
UnmanagedContainerModel.getPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2; |
PredictSchemata |
UnmanagedContainerModel.Builder.getPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2; |
PredictSchemata |
PublisherModelOrBuilder.getPredictSchemata()
Optional.
|
PredictSchemata |
UnmanagedContainerModelOrBuilder.getPredictSchemata()
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2; |
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.v1beta1.PredictionService.Predict]
and
[PredictionService.Explain][google.cloud.aiplatform.v1beta1.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.v1beta1.PredictionService.Predict]
and
[PredictionService.Explain][google.cloud.aiplatform.v1beta1.PredictionService.Explain].
|
PredictSchemata |
PublisherModel.getPredictSchemata()
Optional.
|
PredictSchemata |
PublisherModel.Builder.getPredictSchemata()
Optional.
|
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.v1beta1.PredictionService.Predict]
and
[PredictionService.Explain][google.cloud.aiplatform.v1beta1.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) |
UnmanagedContainerModel.Builder |
UnmanagedContainerModel.Builder.mergePredictSchemata(PredictSchemata value)
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2; |
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.v1beta1.PredictionService.Predict]
and
[PredictionService.Explain][google.cloud.aiplatform.v1beta1.PredictionService.Explain].
|
PublisherModel.Builder |
PublisherModel.Builder.mergePredictSchemata(PredictSchemata value)
Optional.
|
static PredictSchemata.Builder |
PredictSchemata.newBuilder(PredictSchemata prototype) |
UnmanagedContainerModel.Builder |
UnmanagedContainerModel.Builder.setPredictSchemata(PredictSchemata value)
Contains the schemata used in Model's predictions and explanations
.google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2; |
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.v1beta1.PredictionService.Predict]
and
[PredictionService.Explain][google.cloud.aiplatform.v1beta1.PredictionService.Explain].
|
PublisherModel.Builder |
PublisherModel.Builder.setPredictSchemata(PredictSchemata value)
Optional.
|
Copyright © 2025 Google LLC. All rights reserved.