Class ResourceProfileInfo
Resource profile that contains information about all the resources required by executors and tasks.
Inheritance
ResourceProfileInfo
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ResourceProfileInfo : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExecutorResources
Declaration
[JsonProperty("executorResources")]
public virtual IDictionary<string, ExecutorResourceRequest> ExecutorResources { get; set; }
Property Value
ResourceProfileId
Declaration
[JsonProperty("resourceProfileId")]
public virtual int? ResourceProfileId { get; set; }
Property Value
TaskResources
Declaration
[JsonProperty("taskResources")]
public virtual IDictionary<string, TaskResourceRequest> TaskResources { get; set; }
Property Value
Implements