public sealed class ListTensorFlowVersionsRequest : IMessage<ListTensorFlowVersionsRequest>, IEquatable<ListTensorFlowVersionsRequest>, IDeepCloneable<ListTensorFlowVersionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud TPU v1 API class ListTensorFlowVersionsRequest.
Request for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].
Implements
IMessageListTensorFlowVersionsRequest, IEquatableListTensorFlowVersionsRequest, IDeepCloneableListTensorFlowVersionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Tpu.V1Assembly
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 |
|