Class: Google::Cloud::AIPlatform::V1::GenericOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GenericOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/operation.rb
Overview
Generic Metadata shared by all operations.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#partial_failures ⇒ ::Array<::Google::Rpc::Status>
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the operation was created.
39 40 41 42 |
# File 'proto_docs/google/cloud/aiplatform/v1/operation.rb', line 39 class GenericOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_failures ⇒ ::Array<::Google::Rpc::Status> (readonly)
Returns Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
39 40 41 42 |
# File 'proto_docs/google/cloud/aiplatform/v1/operation.rb', line 39 class GenericOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
39 40 41 42 |
# File 'proto_docs/google/cloud/aiplatform/v1/operation.rb', line 39 class GenericOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |