Class: Google::Cloud::Dataproc::V1::RuntimeInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::RuntimeInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Runtime information about workload execution.
Defined Under Namespace
Classes: EndpointsEntry
Instance Attribute Summary collapse
-
#approximate_usage ⇒ ::Google::Cloud::Dataproc::V1::UsageMetrics
readonly
Output only.
-
#current_usage ⇒ ::Google::Cloud::Dataproc::V1::UsageSnapshot
readonly
Output only.
-
#diagnostic_output_uri ⇒ ::String
readonly
Output only.
-
#endpoints ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
-
#output_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#approximate_usage ⇒ ::Google::Cloud::Dataproc::V1::UsageMetrics (readonly)
Returns 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).
199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199 class RuntimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EndpointsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#current_usage ⇒ ::Google::Cloud::Dataproc::V1::UsageSnapshot (readonly)
Returns Output only. Snapshot of current workload resource usage.
199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199 class RuntimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EndpointsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#diagnostic_output_uri ⇒ ::String (readonly)
Returns Output only. A URI pointing to the location of the diagnostics tarball.
199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199 class RuntimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EndpointsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#endpoints ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199 class RuntimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EndpointsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_uri ⇒ ::String (readonly)
Returns Output only. A URI pointing to the location of the stdout and stderr of the workload.
199 200 201 202 203 204 205 206 207 208 209 210 211 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 199 class RuntimeInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class EndpointsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |