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)
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)
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)
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 |