Class: Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when the operation was created.

Returns:



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.

Returns:

  • (::Array<::Google::Rpc::Status>)

    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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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