Class ListCustomModelsRequest

    • Method Detail

      • creationTimeBefore

        public final Instant creationTimeBefore()

        Return custom models created before the specified time.

        Returns:
        Return custom models created before the specified time.
      • creationTimeAfter

        public final Instant creationTimeAfter()

        Return custom models created after the specified time.

        Returns:
        Return custom models created after the specified time.
      • nameContains

        public final String nameContains()

        Return custom models only if the job name contains these characters.

        Returns:
        Return custom models only if the job name contains these characters.
      • baseModelArnEquals

        public final String baseModelArnEquals()

        Return custom models only if the base model ARN matches this parameter.

        Returns:
        Return custom models only if the base model ARN matches this parameter.
      • foundationModelArnEquals

        public final String foundationModelArnEquals()

        Return custom models only if the foundation model ARN matches this parameter.

        Returns:
        Return custom models only if the foundation model ARN matches this parameter.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return in the response.

        Returns:
        Maximum number of results to return in the response.
      • nextToken

        public final String nextToken()

        Continuation token from the previous response, for Amazon Bedrock to list the next set of results.

        Returns:
        Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
      • sortByAsString

        public final String sortByAsString()

        The field to sort by in the returned list of models.

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

        Returns:
        The field to sort by in the returned list of models.
        See Also:
        SortModelsBy
      • 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