Class RuntimeInfo
Runtime information about workload execution.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RuntimeInfo : IDirectResponseSchema
Properties
ApproximateUsage
Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/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 (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).
Declaration
[JsonProperty("approximateUsage")]
public virtual UsageMetrics ApproximateUsage { get; set; }
Property Value
Type | Description |
---|---|
UsageMetrics |
CurrentUsage
Output only. Snapshot of current workload resource usage.
Declaration
[JsonProperty("currentUsage")]
public virtual UsageSnapshot CurrentUsage { get; set; }
Property Value
Type | Description |
---|---|
UsageSnapshot |
DiagnosticOutputUri
Output only. A URI pointing to the location of the diagnostics tarball.
Declaration
[JsonProperty("diagnosticOutputUri")]
public virtual string DiagnosticOutputUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoints
Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
Declaration
[JsonProperty("endpoints")]
public virtual IDictionary<string, string> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
OutputUri
Output only. A URI pointing to the location of the stdout and stderr of the workload.
Declaration
[JsonProperty("outputUri")]
public virtual string OutputUri { get; set; }
Property Value
Type | Description |
---|---|
string |