Cloud TPU v1 API - Class ListTensorFlowVersionsRequest (2.3.0)

public sealed class ListTensorFlowVersionsRequest : IMessage<ListTensorFlowVersionsRequest>, IEquatable<ListTensorFlowVersionsRequest>, IDeepCloneable<ListTensorFlowVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud TPU v1 API class ListTensorFlowVersionsRequest.

Request for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].

Inheritance

object > ListTensorFlowVersionsRequest

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

ListTensorFlowVersionsRequest()

public ListTensorFlowVersionsRequest()

ListTensorFlowVersionsRequest(ListTensorFlowVersionsRequest)

public ListTensorFlowVersionsRequest(ListTensorFlowVersionsRequest other)
Parameter
Name Description
other ListTensorFlowVersionsRequest

Properties

Filter

public string Filter { get; set; }

List filter.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Sort results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource name.

Property Value
Type Description
string

ParentAsTensorFlowVersionName

public TensorFlowVersionName ParentAsTensorFlowVersionName { get; set; }

TensorFlowVersionName-typed view over the Parent resource name property.

Property Value
Type Description
TensorFlowVersionName