Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TensorflowVersionsResource

The "tensorflowVersions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.TensorflowVersionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX