Class: Google::Cloud::AIPlatform::V1::ListTensorboardExperimentsRequest

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 Lists the TensorboardExperiments that match the filter expression.

Returns:

  • (::String)

    Lists the TensorboardExperiments that match the filter expression.



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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

#order_by::String

Returns Field to use to sort the list.

Returns:

  • (::String)

    Field to use to sort the list.



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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

#page_size::Integer

The maximum number of TensorboardExperiments to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of TensorboardExperiments to return. The service may return fewer than this value. If unspecified, at most 50 TensorboardExperiments are returned. The maximum value is 1000; values above 1000 are coerced to 1000.



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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

#page_token::String

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

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

Returns:



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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

#parent::String

Returns Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}.

Returns:

  • (::String)

    Required. The resource name of the Tensorboard to list TensorboardExperiments. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



273
274
275
276
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 273

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