Class ProjectsResource.LocationsResource.TensorboardsResource.ReadUsageRequest
Returns a list of monthly active users for a given TensorBoard instance.
Inheritance
ProjectsResource.LocationsResource.TensorboardsResource.ReadUsageRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TensorboardsResource.ReadUsageRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ReadTensorboardUsageResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ReadTensorboardUsageResponse>, IClientServiceRequest
Constructors
ReadUsageRequest(IClientService, string)
Constructs a new ReadUsage request.
Declaration
public ReadUsageRequest(IClientService service, string tensorboard)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | tensorboard |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Tensorboard
Required. The name of the Tensorboard resource. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
Declaration
[RequestParameter("tensorboard", RequestParameterType.Path)]
public virtual string Tensorboard { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes ReadUsage parameter list.
Declaration
protected override void InitParameters()