Class ProjectsResource.LocationsResource.ModelsResource.ListCheckpointsRequest
Lists checkpoints of the specified model version.
Inheritance
ProjectsResource.LocationsResource.ModelsResource.ListCheckpointsRequest
Implements
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListModelVersionCheckpointsResponse>.Fields
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ModelsResource.ListCheckpointsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ListModelVersionCheckpointsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ListModelVersionCheckpointsResponse>, IClientServiceRequest
Constructors
ListCheckpointsRequest(IClientService, string)
Constructs a new ListCheckpoints request.
Declaration
public ListCheckpointsRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
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
Name
Required. The name of the model version to list checkpoints for.
projects/{project}/locations/{location}/models/{model}@{version} Example:
projects/{project}/locations/{location}/models/{model}@2 or
projects/{project}/locations/{location}/models/{model}@golden If no version ID or alias is
specified, the latest version will be used.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. The standard list page size.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes ListCheckpoints parameter list.
Declaration
protected override void InitParameters()