Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListModelsResponse.
Response for retrieving a list of Models
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#models
def models() -> ::Array<::Google::Cloud::FinancialServices::V1::Model>
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::Model>) — List of Model resources
#models=
def models=(value) -> ::Array<::Google::Cloud::FinancialServices::V1::Model>
Parameter
- value (::Array<::Google::Cloud::FinancialServices::V1::Model>) — List of Model resources
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::Model>) — List of Model resources
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).
Returns
- (::String) — This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.