Class ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource
The "nasTrialDetails" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource
Constructors
NasTrialDetailsResource(IClientService)
Constructs a new resource.
Declaration
public NasTrialDetailsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a NasTrialDetail.
Declaration
public virtual ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the NasTrialDetail resource. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.GetRequest |
List(string)
List top NasTrialDetails of a NasJob.
Declaration
public virtual ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The name of the NasJob resource. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.ListRequest |