Class: Google::Cloud::AIPlatform::V1::ListModelEvaluationSlicesRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The standard list filter.

  • slice.dimension - for =.

Returns:

  • (::String)

    The standard list filter.

    • slice.dimension - for =.


658
659
660
661
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 658

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

#page_size::Integer

Returns The standard list page size.

Returns:

  • (::Integer)

    The standard list page size.



658
659
660
661
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 658

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

#page_token::String

Returns The standard list page token. Typically obtained via ListModelEvaluationSlicesResponse.next_page_token of the previous ModelService.ListModelEvaluationSlices call.

Returns:



658
659
660
661
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 658

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

#parent::String

Returns Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}.

Returns:

  • (::String)

    Required. The resource name of the ModelEvaluation to list the ModelEvaluationSlices from. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}



658
659
660
661
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 658

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

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



658
659
660
661
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 658

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