Databricks SDK for JavaScript
    Preparing search index...
    interface SupervisorAgent {
        createTime?: Instant;
        creator?: string;
        description?: string;
        displayName?: string;
        endpointName?: string;
        experimentId?: string;
        id?: string;
        instructions?: string;
        name?: string;
        supervisorAgentId?: string;
    }
    Index

    Properties

    createTime?: Instant

    Creation timestamp.

    creator?: string

    The creator of the Supervisor Agent.

    description?: string

    Description of what this agent can do (user-facing).

    displayName?: string

    The display name of the Supervisor Agent, unique at workspace level.

    endpointName?: string

    The name of the supervisor agent's serving endpoint.

    experimentId?: string

    The MLflow experiment ID.

    id?: string

    Deprecated: Use supervisor_agent_id instead.

    instructions?: string

    Optional natural-language instructions for the supervisor agent.

    name?: string

    The resource name of the SupervisorAgent. Format: supervisor-agents/{supervisor_agent_id}

    supervisorAgentId?: string

    The universally unique identifier (UUID) of the Supervisor Agent.