public sealed class ListTensorboardTimeSeriesRequest : IMessage<ListTensorboardTimeSeriesRequest>, IEquatable<ListTensorboardTimeSeriesRequest>, IDeepCloneable<ListTensorboardTimeSeriesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListTensorboardTimeSeriesRequest.
Request message for [TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries].
Implements
IMessageListTensorboardTimeSeriesRequest, IEquatableListTensorboardTimeSeriesRequest, IDeepCloneableListTensorboardTimeSeriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListTensorboardTimeSeriesRequest()
public ListTensorboardTimeSeriesRequest()ListTensorboardTimeSeriesRequest(ListTensorboardTimeSeriesRequest)
public ListTensorboardTimeSeriesRequest(ListTensorboardTimeSeriesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTensorboardTimeSeriesRequest |
Properties
Filter
public string Filter { get; set; }Lists the TensorboardTimeSeries that match the filter expression.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Field to use to sort the list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of TensorboardTimeSeries to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardTimeSeries are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous [TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries] must match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the TensorboardRun to list
TensorboardTimeSeries. Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsTensorboardRunName
public TensorboardRunName ParentAsTensorboardRunName { get; set; }TensorboardRunName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TensorboardRunName |
|
ReadMask
public FieldMask ReadMask { get; set; }Mask specifying which fields to read.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|