Search Results for

    Show / Hide Table of Contents

    Class TitanImageRequest

    Inheritance
    object
    TitanImageRequest
    Implements
    IValidatable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    [JsonConverter(typeof(TitanImageRequestJsonConverter))]
    public class TitanImageRequest : IValidatable

    Properties

    | Edit this page View Source

    ImageGenerationConfig

    Optional. Shared image generation configuration.

    Declaration
    public TitanImageGenerationConfig ImageGenerationConfig { get; set; }
    Property Value
    Type Description
    TitanImageGenerationConfig
    | Edit this page View Source

    Params

    Optional. Parameters specific to the selected task type.

    Declaration
    public ITitanImageParams Params { get; set; }
    Property Value
    Type Description
    ITitanImageParams
    | Edit this page View Source

    TaskType

    Required. Task type for the image generation. Enum: TEXT_IMAGE, INPAINTING, OUTPAINTING, IMAGE_VARIATION, etc.

    Declaration
    public TitanTaskType TaskType { get; set; }
    Property Value
    Type Description
    TitanTaskType

    Methods

    | Edit this page View Source

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool
    | Edit this page View Source

    Validate()

    Validates the object's parameters and throws if invalid.

    Declaration
    public void Validate()

    Implements

    IValidatable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation