Class ProjectsResource.LocationsResource.TensorflowVersionsResource
The "tensorflowVersions" collection of methods.
Inherited Members
Namespace: Google.Apis.TPU.v1
Assembly: Google.Apis.TPU.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TensorflowVersionsResource
Constructors
TensorflowVersionsResource(IClientService)
Constructs a new resource.
Declaration
public TensorflowVersionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Gets TensorFlow Version.
Declaration
public virtual ProjectsResource.LocationsResource.TensorflowVersionsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.TensorflowVersionsResource.GetRequest |
List(string)
List TensorFlow versions supported by this API.
Declaration
public virtual ProjectsResource.LocationsResource.TensorflowVersionsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent resource name. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.TensorflowVersionsResource.ListRequest |