public sealed class RuntimeInfo : IMessage<RuntimeInfo>, IEquatable<RuntimeInfo>, IDeepCloneable<RuntimeInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class RuntimeInfo.
Runtime information about workload execution.
Implements
IMessageRuntimeInfo, IEquatableRuntimeInfo, IDeepCloneableRuntimeInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
RuntimeInfo()
public RuntimeInfo()
RuntimeInfo(RuntimeInfo)
public RuntimeInfo(RuntimeInfo other)
Parameter | |
---|---|
Name | Description |
other | RuntimeInfo |
Properties
ApproximateUsage
public UsageMetrics ApproximateUsage { get; set; }
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).
Property Value | |
---|---|
Type | Description |
UsageMetrics |
CurrentUsage
public UsageSnapshot CurrentUsage { get; set; }
Output only. Snapshot of current workload resource usage.
Property Value | |
---|---|
Type | Description |
UsageSnapshot |
DiagnosticOutputUri
public string DiagnosticOutputUri { get; set; }
Output only. A URI pointing to the location of the diagnostics tarball.
Property Value | |
---|---|
Type | Description |
string |
Endpoints
public MapField<string, string> Endpoints { get; }
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
OutputUri
public string OutputUri { get; set; }
Output only. A URI pointing to the location of the stdout and stderr of the workload.
Property Value | |
---|---|
Type | Description |
string |