Interface Definition.Builder

    • Method Detail

      • modelHandle

        Definition.Builder modelHandle​(String modelHandle)

        The unique model handle.

        Parameters:
        modelHandle - The unique model handle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Url

        Definition.Builder s3Url​(String s3Url)

        The absolute S3 location of the model.

        Parameters:
        s3Url - The absolute S3 location of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        Definition.Builder checksum​(Checksum checksum)

        The checksum information of the model.

        Parameters:
        checksum - The checksum information of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        Definition.Builder state​(String state)

        The desired state of the model.

        Parameters:
        state - The desired state of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelState, ModelState
      • state

        Definition.Builder state​(ModelState state)

        The desired state of the model.

        Parameters:
        state - The desired state of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelState, ModelState