Class: Google::Cloud::AIPlatform::V1::ExportTensorboardTimeSeriesDataRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Exports the TensorboardTimeSeries' data that match the filter expression.

Returns:

  • (::String)

    Exports the TensorboardTimeSeries' data that match the filter expression.



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 784

class ExportTensorboardTimeSeriesDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.

Returns:

  • (::String)

    Field to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order.



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 784

class ExportTensorboardTimeSeriesDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of data points to return per page. The default page_size is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.

Returns:

  • (::Integer)

    The maximum number of data points to return per page. The default page_size is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 784

class ExportTensorboardTimeSeriesDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A page token, received from a previous ExportTensorboardTimeSeriesData call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ExportTensorboardTimeSeriesData must match the call that provided the page token.

Returns:



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 784

class ExportTensorboardTimeSeriesDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tensorboard_time_series::String

Returns Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}.

Returns:

  • (::String)

    Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 784

class ExportTensorboardTimeSeriesDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end