Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::RuntimeInfo.
Runtime information about workload execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#approximate_usage
def approximate_usage() -> ::Google::Cloud::Dataproc::V1::UsageMetrics Returns
- (::Google::Cloud::Dataproc::V1::UsageMetrics) — Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing).
Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes for announcements, changes, fixes and other Dataproc developments).
#current_usage
def current_usage() -> ::Google::Cloud::Dataproc::V1::UsageSnapshot Returns
- (::Google::Cloud::Dataproc::V1::UsageSnapshot) — Output only. Snapshot of current workload resource usage.
#diagnostic_output_uri
def diagnostic_output_uri() -> ::String Returns
- (::String) — Output only. A URI pointing to the location of the diagnostics tarball.
#endpoints
def endpoints() -> ::Google::Protobuf::Map{::String => ::String} Returns
- (::Google::Protobuf::Map{::String => ::String}) — Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
#output_uri
def output_uri() -> ::String Returns
- (::String) — Output only. A URI pointing to the location of the stdout and stderr of the workload.