Class ListModelsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        An opaque pagination token indicating where to continue the listing of machine learning models.

        Returns:
        An opaque pagination token indicating where to continue the listing of machine learning models.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of machine learning models to list.

        Returns:
        Specifies the maximum number of machine learning models to list.
      • status

        public final ModelStatus status()

        The status of the machine learning model.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the machine learning model.
        See Also:
        ModelStatus
      • statusAsString

        public final String statusAsString()

        The status of the machine learning model.

        If the service returns an enum value that is not available in the current SDK version, status will return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the machine learning model.
        See Also:
        ModelStatus
      • modelNameBeginsWith

        public final String modelNameBeginsWith()

        The beginning of the name of the machine learning models being listed.

        Returns:
        The beginning of the name of the machine learning models being listed.
      • datasetNameBeginsWith

        public final String datasetNameBeginsWith()

        The beginning of the name of the dataset of the machine learning models to be listed.

        Returns:
        The beginning of the name of the dataset of the machine learning models to be listed.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object