Class ListModelVersionsRequest

    • Method Detail

      • modelName

        public final String modelName()

        Then name of the machine learning model for which the model versions are to be listed.

        Returns:
        Then name of the machine learning model for which the model versions are to be listed.
      • nextToken

        public final String nextToken()

        If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

        Returns:
        If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of machine learning model versions to list.

        Returns:
        Specifies the maximum number of machine learning model versions to list.
      • statusAsString

        public final String statusAsString()

        Filter the results based on the current status of the model version.

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

        Returns:
        Filter the results based on the current status of the model version.
        See Also:
        ModelVersionStatus
      • sourceTypeAsString

        public final String sourceTypeAsString()

        Filter the results based on the way the model version was generated.

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

        Returns:
        Filter the results based on the way the model version was generated.
        See Also:
        ModelVersionSourceType
      • createdAtEndTime

        public final Instant createdAtEndTime()

        Filter results to return all the model versions created before this time.

        Returns:
        Filter results to return all the model versions created before this time.
      • createdAtStartTime

        public final Instant createdAtStartTime()

        Filter results to return all the model versions created after this time.

        Returns:
        Filter results to return all the model versions created after this time.
      • maxModelVersion

        public final Long maxModelVersion()

        Specifies the highest version of the model to return in the list.

        Returns:
        Specifies the highest version of the model to return in the list.
      • minModelVersion

        public final Long minModelVersion()

        Specifies the lowest version of the model to return in the list.

        Returns:
        Specifies the lowest version of the model to return in the list.
      • 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