Class PartialResult (1.18.1)

PartialResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a partial result in batch migration operation for one MigrateResourceRequest.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
error google.rpc.status_pb2.Status
The error result of the migration request in case of failure. This field is a member of oneof_ result.
model str
Migrated model resource name. This field is a member of oneof_ result.
dataset str
Migrated dataset resource name. This field is a member of oneof_ result.
request google.cloud.aiplatform_v1.types.MigrateResourceRequest
It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].

Inheritance

builtins.object > proto.message.Message > PartialResult