diff --git a/404.html b/404.html index da317a57..c0bef8d6 100644 --- a/404.html +++ b/404.html @@ -14,8 +14,8 @@ - - + +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

diff --git a/api-keys/index.html b/api-keys/index.html index cc7778ff..4f4f3ce4 100644 --- a/api-keys/index.html +++ b/api-keys/index.html @@ -14,11 +14,11 @@ - - + + -
Skip to main content

Manage API keys

+

Manage API keys

Get your LastMile API key

Responses

Successful operation

Schema

    dataset

    object

    required

    A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus stringrequired
    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype string
  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus stringrequired

    The status of the latest general pseudo-labeling job for the dataset

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

Loading...
+to its data.

id stringrequired

The ID of the dataset.

createdAt date-timerequired
updatedAt date-timerequired
name string

Human-readable name for the dataset, if one exists.

description string

Human-readable description of the dataset, if one exists.

ownerUserId stringrequired

The ID of the user who owns the dataset.

numRows integerrequired
numCols integerrequired
initializationStatus JobStatus (string)required

Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

initializationError string

columns

object[]

required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    Loading...
    \ No newline at end of file diff --git a/api/create-dataset/index.html b/api/create-dataset/index.html index ddcf2552..577d32e7 100644 --- a/api/create-dataset/index.html +++ b/api/create-dataset/index.html @@ -14,16 +14,19 @@ - - + + -
    Skip to main content

    Create Dataset

    Create Dataset

    +

    Create Dataset

    Create Dataset

    POST 

    /api/2/auto_eval/dataset/create

    Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.

    Request

    Body

      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      isFewShotExamples boolean

      PseudoLabel job fields.

      isActiveLabels boolean
      projectId string

      The project to add the new dataset to

    Responses

    Successful operation

    Schema

      dataset

      object

      required

      A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    Loading...
    +to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus JobStatus (string)required

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    Loading...
    \ No newline at end of file diff --git a/api/create-fine-tune-job/index.html b/api/create-fine-tune-job/index.html index 7e3ec8ed..7e841902 100644 --- a/api/create-fine-tune-job/index.html +++ b/api/create-fine-tune-job/index.html @@ -14,11 +14,11 @@ - - + + -
    Skip to main content

    Create Fine Tune Job

    Create Fine Tune Job

    +

    Create Fine Tune Job

    Create Fine Tune Job

    POST 

    /api/2/auto_eval/fine_tune_job/create

    Step 1 of 2: Create a new job configuration for fine-tuning, to be subsequently submitted by calling SubmitFineTuneJob.

    diff --git a/api/create-project/index.html b/api/create-project/index.html index f3811b09..6a84f198 100644 --- a/api/create-project/index.html +++ b/api/create-project/index.html @@ -14,11 +14,11 @@ - - + + -

    Create Project

    Create Project

    +

    Create Project

    Create Project

    POST 

    /api/2/auto_eval/project/create

    Create a new Project

    Request

    diff --git a/api/create-pseudo-label-job/index.html b/api/create-pseudo-label-job/index.html index 3299fb0d..c9b88013 100644 --- a/api/create-pseudo-label-job/index.html +++ b/api/create-pseudo-label-job/index.html @@ -14,17 +14,17 @@ - - + + -

    Create Pseudo Label Job

    Create Pseudo Label Job

    +

    Create Pseudo Label Job

    Create Pseudo Label Job

    POST 

    /api/2/auto_eval/pseudo_label_job/create

    Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be subsequently submitted by calling SubmitPseudoLabelJob.

    Request

    Body

      pseudoLabelJobConfig

      object

      required

      Partial configuration containing updates via its non-null fields.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset +active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric BaseEvaluationMetric (string)required

      Reserved field. Do not use at the moment.

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset created for human labeling.

    Responses

    Successful operation

    Schema

      jobId stringrequired
    Loading...
    diff --git a/api/evaluate-dataset/index.html b/api/evaluate-dataset/index.html index 5fe0f28c..63550201 100644 --- a/api/evaluate-dataset/index.html +++ b/api/evaluate-dataset/index.html @@ -14,16 +14,16 @@ - - + + -

    Evaluate Dataset

    Evaluate Dataset

    +

    Evaluate Dataset

    Evaluate Dataset

    POST 

    /api/2/auto_eval/evaluation/evaluate_dataset

    Evaluate a metric on a dataset, returning scores for each example. Specify metric.id or metric.name to identify the metric.

    Request

    -

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      datasetId stringrequired
    -

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      scores number[]required
    Loading...
    +

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      datasetId stringrequired
    +

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      scores number[]required
    Loading...
    \ No newline at end of file diff --git a/api/evaluate/index.html b/api/evaluate/index.html index d6987050..6ecc0843 100644 --- a/api/evaluate/index.html +++ b/api/evaluate/index.html @@ -14,16 +14,16 @@ - - + + -

    Evaluate

    Evaluate

    +

    Evaluate

    Evaluate

    POST 

    /api/2/auto_eval/evaluation/evaluate

    Evaluate a metric on rows of data, returning scores for each row. Specify metric.id or metric.name to identify the metric.

    Request

    -

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      input string[]required
      output string[]required
      groundTruth string[]required
    -

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      scores number[]required
    Loading...
    +

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      input string[]required
      output string[]required
      groundTruth string[]required
    +

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      scores number[]required
    Loading...
    \ No newline at end of file diff --git a/api/finalize-single-dataset-file-upload/index.html b/api/finalize-single-dataset-file-upload/index.html index d0a0c186..cc302e45 100644 --- a/api/finalize-single-dataset-file-upload/index.html +++ b/api/finalize-single-dataset-file-upload/index.html @@ -14,16 +14,19 @@ - - + + -

    Finalize Single Dataset File Upload

    Finalize Single Dataset File Upload

    +

    Finalize Single Dataset File Upload

    Finalize Single Dataset File Upload

    POST 

    /api/2/auto_eval/dataset/finalize_single_file_upload

    Finalize a Dataset file upload. This call should be made after the file has been uploaded to the S3 URL returned from UploadDatasetFile.

    Request

    Body

      datasetId stringrequired

      The ID of the dataset corresponding to the file

      s3PresignedPost

      object

      required

      The pre-signed S3 URL where the file was uploadeded

      url stringrequired

      fields

      object

      required

      Fields required for the S3 presigned POST request generated by s3 sdk.

      property name* string
    -

    Responses

    Successful operation

    Schema

      datasetFile

      object

      Information about the dataset file if the upload was successful

      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    Loading...
    +

    Responses

    Successful operation

    Schema

      datasetFile

      object

      Information about the dataset file if the upload was successful

      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    Loading...
    \ No newline at end of file diff --git a/api/get-dataset-download-url/index.html b/api/get-dataset-download-url/index.html index fda0d5bf..e3fa9654 100644 --- a/api/get-dataset-download-url/index.html +++ b/api/get-dataset-download-url/index.html @@ -14,11 +14,11 @@ - - + + -

    Get Dataset Download URL

    Get Dataset Download URL

    +

    Get Dataset Download URL

    Get Dataset Download URL

    POST 

    /api/2/auto_eval/dataset/get_download_url

    Get a download url for a Dataset.

    Request

    diff --git a/api/get-dataset-view/index.html b/api/get-dataset-view/index.html index dbcc9652..f6b6e96d 100644 --- a/api/get-dataset-view/index.html +++ b/api/get-dataset-view/index.html @@ -14,11 +14,11 @@ - - + + -

    Get Dataset View

    Get Dataset View

    +

    Get Dataset View

    Get Dataset View

    POST 

    /api/2/auto_eval/dataset/get_view

    Get a paginated view of the data within a Dataset.

    Request

    @@ -26,7 +26,10 @@

    datasetFileId stringrequired

    The ID of the (pinned) dataset file from which to retrieve content. Requests iterating over pages of results are recommended to use this pinned identifier after the first page in order to prevent any effects -from a dataset changing between the queries.

    after integer

    Pagination: The index, by row-order, after which to query results.

    limit integer

    Pagination: The maximum number of results to return on this page.

    -

    Responses

    Successful operation

    Schema

      datasetId stringrequired
      datasetFileId stringrequired

      datasetView

      object

      required

      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    Loading...
    +from a dataset changing between the queries.

    after integer

    Pagination: The index, by row-order, after which to query results.

    limit integer

    Pagination: The maximum number of results to return on this page.

    useDatasetsService boolean

    filters

    object[]

    required

  • Array [

  • columnName stringrequired

    stringCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_CONTAINS, OPERATOR_STARTS_WITH, OPERATOR_ENDS_WITH]

    value stringrequired

    numericCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL]

    intValue integerrequired
    floatValue numberrequired

    tagsCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_HAS_ANY, OPERATOR_HAS_ALL, OPERATOR_HAS_NONE]

    tags string[]required

    timeRangeCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_BEFORE, OPERATOR_AFTER, OPERATOR_BETWEEN]

    timestamp date-timerequired
    endTimestamp date-time
  • ]

  • orderBy string

    Column to order results by

    orderDirection string

    Direction to order results ("asc" or "desc")

    +

    Responses

    Successful operation

    Schema

      datasetId stringrequired
      datasetFileId stringrequired

      datasetView

      object

      required

      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    Loading...
    \ No newline at end of file diff --git a/api/get-dataset/index.html b/api/get-dataset/index.html index cb0fd6eb..236e17cd 100644 --- a/api/get-dataset/index.html +++ b/api/get-dataset/index.html @@ -14,16 +14,19 @@ - - + + -

    Get Dataset

    Get Dataset

    +

    Get Dataset

    Get Dataset

    POST 

    /api/2/auto_eval/dataset/get

    Get a Dataset.

    Request

    Body

      id stringrequired

    Responses

    Successful operation

    Schema

      dataset

      object

      required

      A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    Loading...
    +to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus JobStatus (string)required

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    Loading...
    \ No newline at end of file diff --git a/api/get-fine-tune-job-status/index.html b/api/get-fine-tune-job-status/index.html index 84499e5c..fdb08c82 100644 --- a/api/get-fine-tune-job-status/index.html +++ b/api/get-fine-tune-job-status/index.html @@ -14,15 +14,15 @@ - - + + -

    Get Fine Tune Job Status

    Get Fine Tune Job Status

    +

    Get Fine Tune Job Status

    Get Fine Tune Job Status

    POST 

    /api/2/auto_eval/fine_tune_job/get_status

    Get the status of an existing job, including any results.

    Request

    Body

      jobId stringrequired
    -

    Responses

    Successful operation

    Schema

      status stringrequired

      fineTuneJobResult

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    Loading...
    +

    Responses

    Successful operation

    Schema

      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      fineTuneJobResult

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    Loading...
    \ No newline at end of file diff --git a/api/get-fine-tune-job/index.html b/api/get-fine-tune-job/index.html index 620a55fb..650dfb9e 100644 --- a/api/get-fine-tune-job/index.html +++ b/api/get-fine-tune-job/index.html @@ -14,16 +14,16 @@ - - + + -

    Get Fine Tune Job

    Get Fine Tune Job

    +

    Get Fine Tune Job

    Get Fine Tune Job

    POST 

    /api/2/auto_eval/fine_tune_job/get

    Get the full job details

    Request

    Body

      jobId stringrequired
    -

    Responses

    Successful operation

    Schema

      job

      object

      required

      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status stringrequired

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be -derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    Loading...
    +

    Responses

    Successful operation

    Schema

      job

      object

      required

      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be +derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    Loading...
    \ No newline at end of file diff --git a/api/get-metric/index.html b/api/get-metric/index.html index 3f0d089d..3ae03b55 100644 --- a/api/get-metric/index.html +++ b/api/get-metric/index.html @@ -14,15 +14,15 @@ - - + + -

    Get Metric

    Get Metric

    +

    Get Metric

    Get Metric

    POST 

    /api/2/auto_eval/evaluation/get_metric

    Get a specific evaluation metric by id or name.

    Request

    -

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
    -

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
    Loading...
    +

    Body

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    +

    Responses

    Successful operation

    Schema

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    Loading...
    \ No newline at end of file diff --git a/api/get-project/index.html b/api/get-project/index.html index c44f1f98..5e821675 100644 --- a/api/get-project/index.html +++ b/api/get-project/index.html @@ -14,11 +14,11 @@ - - + + -

    Get Project

    Get Project

    +

    Get Project

    Get Project

    POST 

    /api/2/auto_eval/project/get

    Get a Project.

    Request

    diff --git a/api/get-pseudo-label-job-status/index.html b/api/get-pseudo-label-job-status/index.html index 9402584d..936fbf47 100644 --- a/api/get-pseudo-label-job-status/index.html +++ b/api/get-pseudo-label-job-status/index.html @@ -14,17 +14,17 @@ - - + + -

    Get Pseudo Label Job Status

    Get Pseudo Label Job Status

    +

    Get Pseudo Label Job Status

    Get Pseudo Label Job Status

    POST 

    /api/2/auto_eval/pseudo_label_job/get_status

    Get the status of an existing job, including any results.

    Request

    Body

      jobId stringrequired
    -

    Responses

    Successful operation

    Schema

      status stringrequired

      pseudoLabelJobResult

      object

      required

      Configuration for LLM Judge labeling job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset -created for human labeling.

    Loading...
    +

    Responses

    Successful operation

    Schema

      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      pseudoLabelJobResult

      object

      required

      Configuration for LLM Judge labeling job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for +active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric BaseEvaluationMetric (string)required

      Reserved field. Do not use at the moment.

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset +created for human labeling.

    Loading...
    \ No newline at end of file diff --git a/api/lastmile-ai-api-v-2/index.html b/api/lastmile-ai-api-v-2/index.html index d4b07e62..f9b9c5e6 100644 --- a/api/lastmile-ai-api-v-2/index.html +++ b/api/lastmile-ai-api-v-2/index.html @@ -14,11 +14,11 @@ - - + + -

    LastMile AI API V2

    Version: 2.0 + diff --git a/api/list-base-models/index.html b/api/list-base-models/index.html index f4235637..f9074d2f 100644 --- a/api/list-base-models/index.html +++ b/api/list-base-models/index.html @@ -14,15 +14,15 @@ - - + + -

    List Base Models

    List Base Models

    +

    List Base Models

    List Base Models

    POST 

    /api/2/auto_eval/fine_tune_job/list_base_models

    List all base models available for fine-tuning.

    Request

    Body

      object
    -

    Responses

    Successful operation

    Schema

      models

      object[]

      required

    • Array [

    • id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    • ]

    Loading...
    +

    Responses

    Successful operation

    Schema

      models

      object[]

      required

    • Array [

    • id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus ModelDeploymentStatus (string)required

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    • ]

    Loading...
    \ No newline at end of file diff --git a/api/list-datasets/index.html b/api/list-datasets/index.html index 18cabfaf..511a2e43 100644 --- a/api/list-datasets/index.html +++ b/api/list-datasets/index.html @@ -14,16 +14,19 @@ - - + + -

    List Datasets

    List Datasets

    +

    List Datasets

    List Datasets

    POST 

    /api/2/auto_eval/dataset/list

    List Datasets.

    Request

    Body

      filters

      object

      Filter listed datasets by ALL filters specified

      query string

      search query substring match for name and description

      projectId string

      filter datasets associated with the project

    -

    Responses

    Successful operation

    Schema

      datasets

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    • ]

    • totalCount integerrequired

      Total count of datasets which can be listed with applicable -filters, regardless of page size

    Loading...
    +

    Responses

    Successful operation

    Schema

      datasets

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus JobStatus (string)required

      The status of the latest general pseudo-labeling job for the dataset

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    • ]

    • totalCount integerrequired

      Total count of datasets which can be listed with applicable +filters, regardless of page size

    Loading...
    \ No newline at end of file diff --git a/api/list-fine-tune-jobs/index.html b/api/list-fine-tune-jobs/index.html index c5877262..092d34d9 100644 --- a/api/list-fine-tune-jobs/index.html +++ b/api/list-fine-tune-jobs/index.html @@ -14,17 +14,17 @@ - - + + -

    List Fine Tune Jobs

    List Fine Tune Jobs

    +

    List Fine Tune Jobs

    List Fine Tune Jobs

    POST 

    /api/2/auto_eval/fine_tune_job/list

    List all fine-tune jobs with optional filters.

    Request

    -

    Body

      filters

      object

      query string

      search query substring match for name and description

      status string
    -

    Responses

    Successful operation

    Schema

      jobs

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status stringrequired

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be +

      Body

        filters

        object

        query string

        search query substring match for name and description

        status JobStatus (string)

        Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      +

      Responses

      Successful operation

      Schema

        jobs

        object[]

        required

      • Array [

      • id stringrequired

        The ID of the fine tune job.

        createdAt date-timerequired
        updatedAt date-timerequired
        name string

        Name corresponding to the fine tuned model derived from this job

        description string
        status JobStatus (string)required

        Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

        config

        object

        required

        name string

        Optional name for the job.

        description string

        Optional description for the job.

        baselineModelId stringrequired

        The ID for the model used as the starting point for training.

        trainDatasetId stringrequired

        The dataset to use for training, with splits baked in or to be derived dynamically

        testDatasetId stringrequired

        The dataset to use for an unbiased evaluation of the model

        selectedColumns string[]required

        result

        object

        required

        Result of a Fine-Tuning Job.

        progress

        object[]

        required

      • Array [

      • jobId stringrequired
        epoch integerrequired
        loss numberrequired
        accuracy numberrequired
        progress numberrequired
        timestamp date-timerequired
      • ]

      • trainedModelFile

        object

        The trained model, if it was created successfully.

        id stringrequired
        createdAt date-timerequired
        updatedAt date-timerequired
        modelId stringrequired
        contentMd5Hash stringrequired
        fileSizeBytes integerrequired
        resultUrl string

        Url to view the full results and progress (e.g. external W&B url)

      • ]

      • totalCount integerrequired

        Total count of fine tune jobs which can be listed with applicable -filters, regardless of page size

      Loading...
    +filters, regardless of page size

    Loading...
    \ No newline at end of file diff --git a/api/list-metrics/index.html b/api/list-metrics/index.html index 748982fd..78a229f7 100644 --- a/api/list-metrics/index.html +++ b/api/list-metrics/index.html @@ -14,15 +14,15 @@ - - + + -

    List Metrics

    List Metrics

    +

    List Metrics

    List Metrics

    POST 

    /api/2/auto_eval/evaluation/list_metrics

    List all available evaluation metrics.

    Request

    Body

      object
    -

    Responses

    Successful operation

    Schema

      metrics

      object[]

      required

    • Array [

    • id string
      name string
      description string
      deploymentStatus string
    • ]

    Loading...
    +

    Responses

    Successful operation

    Schema

      metrics

      object[]

      required

    • Array [

    • id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    • ]

    Loading...
    \ No newline at end of file diff --git a/api/list-projects/index.html b/api/list-projects/index.html index b3780c7d..c502824d 100644 --- a/api/list-projects/index.html +++ b/api/list-projects/index.html @@ -14,11 +14,11 @@ - - + + -

    List Projects

    List Projects

    +

    List Projects

    List Projects

    POST 

    /api/2/auto_eval/project/list

    List Projects.

    Request

    diff --git a/api/schemas/archivedatasetrequest/index.html b/api/schemas/archivedatasetrequest/index.html new file mode 100644 index 00000000..bc1dc384 --- /dev/null +++ b/api/schemas/archivedatasetrequest/index.html @@ -0,0 +1,25 @@ + + + + + +ArchiveDatasetRequest | LastMile AI Platform + + + + + + + + + + + + + + +

    ArchiveDatasetRequest

    +

    Delete a dataset

    +
      id stringrequired
    + + \ No newline at end of file diff --git a/api/schemas/archivedatasetresponse/index.html b/api/schemas/archivedatasetresponse/index.html new file mode 100644 index 00000000..89a4f278 --- /dev/null +++ b/api/schemas/archivedatasetresponse/index.html @@ -0,0 +1,24 @@ + + + + + +ArchiveDatasetResponse | LastMile AI Platform + + + + + + + + + + + + + + +

    ArchiveDatasetResponse

    +
      success booleanrequired
    + + \ No newline at end of file diff --git a/api/schemas/clonedatasetrequest/index.html b/api/schemas/clonedatasetrequest/index.html index d57dfdb3..4b287837 100644 --- a/api/schemas/clonedatasetrequest/index.html +++ b/api/schemas/clonedatasetrequest/index.html @@ -14,13 +14,13 @@ - - + + -

    CloneDatasetRequest

    +

    CloneDatasetRequest

      datasetId stringrequired

      Dataset to clone

      name string

      New dataset name. If not provided, will use the name of the dataset being cloned

      description string

      Human-readable description of the dataset. -If not provided, will use the name of the dataset being cloned

      projectId string

      The project to add the new dataset to

    +If not provided, will use the name of the dataset being cloned

    projectId string

    The project to add the new dataset to

    \ No newline at end of file diff --git a/api/schemas/clonedatasetresponse/index.html b/api/schemas/clonedatasetresponse/index.html index dd3e12ab..67bcb374 100644 --- a/api/schemas/clonedatasetresponse/index.html +++ b/api/schemas/clonedatasetresponse/index.html @@ -14,12 +14,15 @@ - - + + -

    CloneDatasetResponse

    +

    CloneDatasetResponse

      dataset

      object

      required

      A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    +to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus JobStatus (string)required

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    \ No newline at end of file diff --git a/api/schemas/columnfilter/index.html b/api/schemas/columnfilter/index.html new file mode 100644 index 00000000..0c7cd910 --- /dev/null +++ b/api/schemas/columnfilter/index.html @@ -0,0 +1,24 @@ + + + + + +ColumnFilter | LastMile AI Platform + + + + + + + + + + + + + + +

    ColumnFilter

    +
      columnName stringrequired

      stringCriteria

      object

      required

      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_CONTAINS, OPERATOR_STARTS_WITH, OPERATOR_ENDS_WITH]

      value stringrequired

      numericCriteria

      object

      required

      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL]

      intValue integerrequired
      floatValue numberrequired

      tagsCriteria

      object

      required

      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_HAS_ANY, OPERATOR_HAS_ALL, OPERATOR_HAS_NONE]

      tags string[]required

      timeRangeCriteria

      object

      required

      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_BEFORE, OPERATOR_AFTER, OPERATOR_BETWEEN]

      timestamp date-timerequired
      endTimestamp date-time
    + + \ No newline at end of file diff --git a/api/schemas/createdatasetrequest/index.html b/api/schemas/createdatasetrequest/index.html index 19add13e..8cb12ba7 100644 --- a/api/schemas/createdatasetrequest/index.html +++ b/api/schemas/createdatasetrequest/index.html @@ -14,12 +14,12 @@ - - + + -

    CreateDatasetRequest

    +

    CreateDatasetRequest

    Create a Dataset, initially an empty shell until a file is uploaded

    -
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      isFewShotExamples boolean

      PseudoLabel job fields.

      isActiveLabels boolean
      projectId string

      The project to add the new dataset to

    +
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      isFewShotExamples boolean

      PseudoLabel job fields.

      isActiveLabels boolean
      projectId string

      The project to add the new dataset to

    \ No newline at end of file diff --git a/api/schemas/createdatasetresponse/index.html b/api/schemas/createdatasetresponse/index.html index 38a7ea79..f85ac9d1 100644 --- a/api/schemas/createdatasetresponse/index.html +++ b/api/schemas/createdatasetresponse/index.html @@ -14,12 +14,15 @@ - - + + -

    CreateDatasetResponse

    +

    CreateDatasetResponse

      dataset

      object

      required

      A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    +to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus JobStatus (string)required

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    \ No newline at end of file diff --git a/api/schemas/createfinetunejobrequest/index.html b/api/schemas/createfinetunejobrequest/index.html index 0514cf18..ac00c5d3 100644 --- a/api/schemas/createfinetunejobrequest/index.html +++ b/api/schemas/createfinetunejobrequest/index.html @@ -14,14 +14,14 @@ - - + + -

    CreateFineTuneJobRequest

    +

    CreateFineTuneJobRequest

    Create a new Fine Tune Job Initialized with the provided configuration parameters.

      fineTuneJobConfig

      object

      required

      Partial configuration with parameters for the fine-tune job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be -derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required
    +derived dynamically

    testDatasetId stringrequired

    The dataset to use for an unbiased evaluation of the model

    selectedColumns string[]required
    \ No newline at end of file diff --git a/api/schemas/createfinetunejobresponse/index.html b/api/schemas/createfinetunejobresponse/index.html index 76396c53..38dffe22 100644 --- a/api/schemas/createfinetunejobresponse/index.html +++ b/api/schemas/createfinetunejobresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    CreateFineTuneJobResponse

    -
      jobId stringrequired
    +

    CreateFineTuneJobResponse

    +
      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/createprojectrequest/index.html b/api/schemas/createprojectrequest/index.html index d82c8d84..24f16480 100644 --- a/api/schemas/createprojectrequest/index.html +++ b/api/schemas/createprojectrequest/index.html @@ -14,12 +14,12 @@ - - + + -

    CreateProjectRequest

    +

    CreateProjectRequest

    Create a Project

    -
      name string

      Human-readable name for the project, if one exists.

      description string

      Human-readable description of the project, if one exists.

      organizationId string

      Organization to associate the project with, if applicable

    +
      name string

      Human-readable name for the project, if one exists.

      description string

      Human-readable description of the project, if one exists.

      organizationId string

      Organization to associate the project with, if applicable

    \ No newline at end of file diff --git a/api/schemas/createprojectresponse/index.html b/api/schemas/createprojectresponse/index.html index 9c480c3b..a59c67b2 100644 --- a/api/schemas/createprojectresponse/index.html +++ b/api/schemas/createprojectresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    CreateProjectResponse

    -

      project

      object

      required

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    +

    CreateProjectResponse

    +

      project

      object

      required

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    \ No newline at end of file diff --git a/api/schemas/createpseudolabeljobrequest/index.html b/api/schemas/createpseudolabeljobrequest/index.html index 0829ad46..f687746c 100644 --- a/api/schemas/createpseudolabeljobrequest/index.html +++ b/api/schemas/createpseudolabeljobrequest/index.html @@ -14,13 +14,13 @@ - - + + -

    CreatePseudoLabelJobRequest

    +

    CreatePseudoLabelJobRequest

      pseudoLabelJobConfig

      object

      required

      Partial configuration containing updates via its non-null fields.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset -created for human labeling.

    +active learning.

    selectedColumns string[]required

    promptTemplate

    object

    required

    id stringrequired
    template stringrequired

    The template string that defines the prompt

    baseEvaluationMetric BaseEvaluationMetric (string)required

    Reserved field. Do not use at the moment.

    Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

    skipActiveLabeling booleanrequired

    If true, skip active labeling, which involves an intermediate Dataset +created for human labeling.

    \ No newline at end of file diff --git a/api/schemas/createpseudolabeljobresponse/index.html b/api/schemas/createpseudolabeljobresponse/index.html index 55f86c01..07cd3c65 100644 --- a/api/schemas/createpseudolabeljobresponse/index.html +++ b/api/schemas/createpseudolabeljobresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    CreatePseudoLabelJobResponse

    -
      jobId stringrequired
    +

    CreatePseudoLabelJobResponse

    +
      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/datacolumn/index.html b/api/schemas/datacolumn/index.html deleted file mode 100644 index 96b04c7c..00000000 --- a/api/schemas/datacolumn/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -DataColumn | LastMile AI Platform - - - - - - - - - - - - - - -

    DataColumn

    -
      name stringrequired
      type stringrequired
      sourceOperationId stringrequired
    - - \ No newline at end of file diff --git a/api/schemas/datarow/index.html b/api/schemas/datarow/index.html index 5d52fb59..d6ad7dd0 100644 --- a/api/schemas/datarow/index.html +++ b/api/schemas/datarow/index.html @@ -14,11 +14,11 @@ - - + + -

    DataRow

    -
      id stringrequired
      rowValues object[]required
    +

    DataRow

    +
      id stringrequired
      rowValues object[]required
    \ No newline at end of file diff --git a/api/schemas/dataset/index.html b/api/schemas/dataset/index.html index 18cf4355..4da2d9ad 100644 --- a/api/schemas/dataset/index.html +++ b/api/schemas/dataset/index.html @@ -14,13 +14,16 @@ - - + + -

    Dataset

    +

    Dataset

    A Dataset in the most basic sense: metadata and ownership, but nothing tied to its data.

    -
      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    +
      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus JobStatus (string)required

      The status of the latest general pseudo-labeling job for the dataset

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    \ No newline at end of file diff --git a/api/schemas/datasetcolumninfo/index.html b/api/schemas/datasetcolumninfo/index.html index 1a9abc99..87ef6fb9 100644 --- a/api/schemas/datasetcolumninfo/index.html +++ b/api/schemas/datasetcolumninfo/index.html @@ -14,11 +14,14 @@ - - + + -

    DatasetColumnInfo

    -
      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    +

    DatasetColumnInfo

    +
      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    \ No newline at end of file diff --git a/api/schemas/datasetfileinfo/index.html b/api/schemas/datasetfileinfo/index.html index ede5d587..22a452b1 100644 --- a/api/schemas/datasetfileinfo/index.html +++ b/api/schemas/datasetfileinfo/index.html @@ -14,11 +14,14 @@ - - + + -

    DatasetFileInfo

    -
      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    +

    DatasetFileInfo

    +
      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    \ No newline at end of file diff --git a/api/schemas/datasetlabelstate/index.html b/api/schemas/datasetlabelstate/index.html index c944a009..a290db2b 100644 --- a/api/schemas/datasetlabelstate/index.html +++ b/api/schemas/datasetlabelstate/index.html @@ -14,11 +14,11 @@ - - + + -

    DatasetLabelState

    -
      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    +

    DatasetLabelState

    +
      labelingStatus JobStatus (string)required

      The status of the latest general pseudo-labeling job for the dataset

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    \ No newline at end of file diff --git a/api/schemas/datasetview/index.html b/api/schemas/datasetview/index.html index 2c6a6c1b..abe70208 100644 --- a/api/schemas/datasetview/index.html +++ b/api/schemas/datasetview/index.html @@ -14,11 +14,14 @@ - - + + -

    DatasetView

    -
      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    +

    DatasetView

    +
      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    \ No newline at end of file diff --git a/api/schemas/evaluatedatasetrequest/index.html b/api/schemas/evaluatedatasetrequest/index.html index 8becf5c3..d7a154b9 100644 --- a/api/schemas/evaluatedatasetrequest/index.html +++ b/api/schemas/evaluatedatasetrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    EvaluateDatasetRequest

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      datasetId stringrequired
    +

    EvaluateDatasetRequest

    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      datasetId stringrequired
    \ No newline at end of file diff --git a/api/schemas/evaluatedatasetresponse/index.html b/api/schemas/evaluatedatasetresponse/index.html index b3a654fa..f81259b0 100644 --- a/api/schemas/evaluatedatasetresponse/index.html +++ b/api/schemas/evaluatedatasetresponse/index.html @@ -14,12 +14,12 @@ - - + + -

    EvaluateDatasetResponse

    +

    EvaluateDatasetResponse

    models and scores correspond in the same manner as in EvaluateResponse

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      scores number[]required
    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      scores number[]required
    \ No newline at end of file diff --git a/api/schemas/evaluaterequest/index.html b/api/schemas/evaluaterequest/index.html index ab009985..6315d44a 100644 --- a/api/schemas/evaluaterequest/index.html +++ b/api/schemas/evaluaterequest/index.html @@ -14,11 +14,11 @@ - - + + -

    EvaluateRequest

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      input string[]required
      output string[]required
      groundTruth string[]required
    +

    EvaluateRequest

    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      input string[]required
      output string[]required
      groundTruth string[]required
    \ No newline at end of file diff --git a/api/schemas/evaluateresponse/index.html b/api/schemas/evaluateresponse/index.html index 95df98a9..da6ab4c8 100644 --- a/api/schemas/evaluateresponse/index.html +++ b/api/schemas/evaluateresponse/index.html @@ -14,15 +14,15 @@ - - + + -

    EvaluateResponse

    +

    EvaluateResponse

    The index of the float value corresponds to that of the string combination sent in the request. Ex: scores.values[i] is taken from input[i], ground_truth[i], context[i], output[i] in EvaluateRequest

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
      scores number[]required
    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      scores number[]required
    \ No newline at end of file diff --git a/api/schemas/fieldsentry/index.html b/api/schemas/fieldsentry/index.html index 7bba9db8..b9011c44 100644 --- a/api/schemas/fieldsentry/index.html +++ b/api/schemas/fieldsentry/index.html @@ -14,11 +14,11 @@ - - + + -

    FieldsEntry

    +

    FieldsEntry

      key stringrequired
      value stringrequired
    \ No newline at end of file diff --git a/api/schemas/finalizesingledatasetfileuploadrequest/index.html b/api/schemas/finalizesingledatasetfileuploadrequest/index.html index f1665003..a79bda22 100644 --- a/api/schemas/finalizesingledatasetfileuploadrequest/index.html +++ b/api/schemas/finalizesingledatasetfileuploadrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    FinalizeSingleDatasetFileUploadRequest

    +

    FinalizeSingleDatasetFileUploadRequest

    Request to finalize a single dataset file upload

      datasetId stringrequired

      The ID of the dataset corresponding to the file

      s3PresignedPost

      object

      required

      The pre-signed S3 URL where the file was uploadeded

      url stringrequired

      fields

      object

      required

      Fields required for the S3 presigned POST request generated by s3 sdk.

      property name* string
    diff --git a/api/schemas/finalizesingledatasetfileuploadresponse/index.html b/api/schemas/finalizesingledatasetfileuploadresponse/index.html index f920c0bf..6ac758da 100644 --- a/api/schemas/finalizesingledatasetfileuploadresponse/index.html +++ b/api/schemas/finalizesingledatasetfileuploadresponse/index.html @@ -14,12 +14,15 @@ - - + + -

    FinalizeSingleDatasetFileUploadResponse

    +

    FinalizeSingleDatasetFileUploadResponse

    Response after finalizing a single dataset file upload

    -

      datasetFile

      object

      Information about the dataset file if the upload was successful

      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    +

      datasetFile

      object

      Information about the dataset file if the upload was successful

      id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      datasetId stringrequired

      The ID of the corresponding dataset.

      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      numRows integerrequired
      numCols integerrequired

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    \ No newline at end of file diff --git a/api/schemas/finetunejob/index.html b/api/schemas/finetunejob/index.html index f9e4bdda..6b8b345d 100644 --- a/api/schemas/finetunejob/index.html +++ b/api/schemas/finetunejob/index.html @@ -14,12 +14,12 @@ - - + + -

    FineTuneJob

    -
      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status stringrequired

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be -derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    +

    FineTuneJob

    +
      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be +derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    \ No newline at end of file diff --git a/api/schemas/finetunejobconfig/index.html b/api/schemas/finetunejobconfig/index.html index 1fde2f00..fa4b539f 100644 --- a/api/schemas/finetunejobconfig/index.html +++ b/api/schemas/finetunejobconfig/index.html @@ -14,12 +14,12 @@ - - + + -

    FineTuneJobConfig

    +

    FineTuneJobConfig

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be -derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required
    +derived dynamically

    testDatasetId stringrequired

    The dataset to use for an unbiased evaluation of the model

    selectedColumns string[]required
    \ No newline at end of file diff --git a/api/schemas/finetunejobresult/index.html b/api/schemas/finetunejobresult/index.html index 477e06e9..8f28ce45 100644 --- a/api/schemas/finetunejobresult/index.html +++ b/api/schemas/finetunejobresult/index.html @@ -14,12 +14,12 @@ - - + + -

    FineTuneJobResult

    +

    FineTuneJobResult

    Result of a Fine-Tuning Job.

    -

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    +

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    \ No newline at end of file diff --git a/api/schemas/getdatasetdownloadurlrequest/index.html b/api/schemas/getdatasetdownloadurlrequest/index.html index 76f102b4..3c3690bd 100644 --- a/api/schemas/getdatasetdownloadurlrequest/index.html +++ b/api/schemas/getdatasetdownloadurlrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    GetDatasetDownloadURLRequest

    -
      datasetId stringrequired
    +

    GetDatasetDownloadURLRequest

    +
      datasetId stringrequired
    \ No newline at end of file diff --git a/api/schemas/getdatasetdownloadurlresponse/index.html b/api/schemas/getdatasetdownloadurlresponse/index.html index f58ecfa2..8ebc55e2 100644 --- a/api/schemas/getdatasetdownloadurlresponse/index.html +++ b/api/schemas/getdatasetdownloadurlresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    GetDatasetDownloadURLResponse

    -
      downloadUrl stringrequired

      The S3 presigned URL to download the dataset file.

    +

    GetDatasetDownloadURLResponse

    +
      downloadUrl stringrequired

      The S3 presigned URL to download the dataset file.

    \ No newline at end of file diff --git a/api/schemas/getdatasetrequest/index.html b/api/schemas/getdatasetrequest/index.html index 0256816c..04cf08e2 100644 --- a/api/schemas/getdatasetrequest/index.html +++ b/api/schemas/getdatasetrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    GetDatasetRequest

    -
      id stringrequired
    +

    GetDatasetRequest

    +
      id stringrequired
    \ No newline at end of file diff --git a/api/schemas/getdatasetresponse/index.html b/api/schemas/getdatasetresponse/index.html index d910399d..0a20bd0b 100644 --- a/api/schemas/getdatasetresponse/index.html +++ b/api/schemas/getdatasetresponse/index.html @@ -14,12 +14,15 @@ - - + + -

    GetDatasetResponse

    +

    GetDatasetResponse

      dataset

      object

      required

      A Dataset in the most basic sense: metadata and ownership, but nothing tied -to its data.

      id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    +to its data.

    id stringrequired

    The ID of the dataset.

    createdAt date-timerequired
    updatedAt date-timerequired
    name string

    Human-readable name for the dataset, if one exists.

    description string

    Human-readable description of the dataset, if one exists.

    ownerUserId stringrequired

    The ID of the user who owns the dataset.

    numRows integerrequired
    numCols integerrequired
    initializationStatus JobStatus (string)required

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    initializationError string

    columns

    object[]

    required

  • Array [

  • id stringrequired

    The ID of the dataset file.

    createdAt date-timerequired
    updatedAt date-timerequired
    index integerrequired

    Index of the column within the dataset file.

    literalName stringrequired

    The literal name for the column.

    dtype DatasetColumnDType (string)

    Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

    Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

  • ]

  • labelState

    object

    The state of the latest labeling job for the dataset

    labelingStatus JobStatus (string)required

    The status of the latest general pseudo-labeling job for the dataset

    Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    promptTemplate stringrequired

    aka user general instructions

    error string

    if the labeling status is error, this field may contain an error message

    \ No newline at end of file diff --git a/api/schemas/getdatasetviewrequest/index.html b/api/schemas/getdatasetviewrequest/index.html index 337b2381..5d52a77b 100644 --- a/api/schemas/getdatasetviewrequest/index.html +++ b/api/schemas/getdatasetviewrequest/index.html @@ -14,16 +14,16 @@ - - + + -

    GetDatasetViewRequest

    +

    GetDatasetViewRequest

    Get a view of the data within a dataset.

      datasetId stringrequired

      The ID of the dataset from which to retrieve content. When specified, gets data from the current file in the dataset.

      datasetFileId stringrequired

      The ID of the (pinned) dataset file from which to retrieve content. Requests iterating over pages of results are recommended to use this pinned identifier after the first page in order to prevent any effects -from a dataset changing between the queries.

      after integer

      Pagination: The index, by row-order, after which to query results.

      limit integer

      Pagination: The maximum number of results to return on this page.

    +from a dataset changing between the queries.

    after integer

    Pagination: The index, by row-order, after which to query results.

    limit integer

    Pagination: The maximum number of results to return on this page.

    useDatasetsService boolean

    filters

    object[]

    required

  • Array [

  • columnName stringrequired

    stringCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_CONTAINS, OPERATOR_STARTS_WITH, OPERATOR_ENDS_WITH]

    value stringrequired

    numericCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL]

    intValue integerrequired
    floatValue numberrequired

    tagsCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_HAS_ANY, OPERATOR_HAS_ALL, OPERATOR_HAS_NONE]

    tags string[]required

    timeRangeCriteria

    object

    required

    operator Operator (string)required

    Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_BEFORE, OPERATOR_AFTER, OPERATOR_BETWEEN]

    timestamp date-timerequired
    endTimestamp date-time
  • ]

  • orderBy string

    Column to order results by

    orderDirection string

    Direction to order results ("asc" or "desc")

    \ No newline at end of file diff --git a/api/schemas/getdatasetviewresponse/index.html b/api/schemas/getdatasetviewresponse/index.html index cc7ae05d..a3d0cdf8 100644 --- a/api/schemas/getdatasetviewresponse/index.html +++ b/api/schemas/getdatasetviewresponse/index.html @@ -14,11 +14,14 @@ - - + + -
    Skip to main content

    GetDatasetViewResponse

    -
      datasetId stringrequired
      datasetFileId stringrequired

      datasetView

      object

      required

      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    +
    Skip to main content

    GetDatasetViewResponse

    +
      datasetId stringrequired
      datasetFileId stringrequired

      datasetView

      object

      required

      numRows integerrequired
      numCols integerrequired

      data

      object[]

      required

    • Array [

    • id stringrequired
      rowValues object[]required
    • ]

    • columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    \ No newline at end of file diff --git a/api/schemas/getfinetunejobrequest/index.html b/api/schemas/getfinetunejobrequest/index.html index 411e6839..ac72a6af 100644 --- a/api/schemas/getfinetunejobrequest/index.html +++ b/api/schemas/getfinetunejobrequest/index.html @@ -14,11 +14,11 @@ - - + + -
    Skip to main content

    GetFineTuneJobRequest

    +

    GetFineTuneJobRequest

      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/getfinetunejobresponse/index.html b/api/schemas/getfinetunejobresponse/index.html index 8f3f8ce6..d35d1b2a 100644 --- a/api/schemas/getfinetunejobresponse/index.html +++ b/api/schemas/getfinetunejobresponse/index.html @@ -14,12 +14,12 @@ - - + + -

    GetFineTuneJobResponse

    -

      job

      object

      required

      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status stringrequired

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be -derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    +

    GetFineTuneJobResponse

    +

      job

      object

      required

      id stringrequired

      The ID of the fine tune job.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Name corresponding to the fine tuned model derived from this job

      description string
      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      config

      object

      required

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be +derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required

      result

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    \ No newline at end of file diff --git a/api/schemas/getfinetunejobstatusrequest/index.html b/api/schemas/getfinetunejobstatusrequest/index.html index 52860c69..e39c79d0 100644 --- a/api/schemas/getfinetunejobstatusrequest/index.html +++ b/api/schemas/getfinetunejobstatusrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    GetFineTuneJobStatusRequest

    -
      jobId stringrequired
    +

    GetFineTuneJobStatusRequest

    +
      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/getfinetunejobstatusresponse/index.html b/api/schemas/getfinetunejobstatusresponse/index.html index 11520fb5..accc5352 100644 --- a/api/schemas/getfinetunejobstatusresponse/index.html +++ b/api/schemas/getfinetunejobstatusresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    GetFineTuneJobStatusResponse

    -
      status stringrequired

      fineTuneJobResult

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    +

    GetFineTuneJobStatusResponse

    +
      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      fineTuneJobResult

      object

      required

      Result of a Fine-Tuning Job.

      progress

      object[]

      required

    • Array [

    • jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    • ]

    • trainedModelFile

      object

      The trained model, if it was created successfully.

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
      resultUrl string

      Url to view the full results and progress (e.g. external W&B url)

    \ No newline at end of file diff --git a/api/schemas/getmetricrequest/index.html b/api/schemas/getmetricrequest/index.html index f19c920c..20dfdf73 100644 --- a/api/schemas/getmetricrequest/index.html +++ b/api/schemas/getmetricrequest/index.html @@ -14,12 +14,12 @@ - - + + -

    GetMetricRequest

    +

    GetMetricRequest

    Requested metric must have at least id or name set.

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    \ No newline at end of file diff --git a/api/schemas/getmetricresponse/index.html b/api/schemas/getmetricresponse/index.html index 05aff219..924755b6 100644 --- a/api/schemas/getmetricresponse/index.html +++ b/api/schemas/getmetricresponse/index.html @@ -14,12 +14,12 @@ - - + + -

    GetMetricResponse

    +

    GetMetricResponse

    Returns a full metric object with all fields set.

    -

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus string
    +

      metric

      object

      required

      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    \ No newline at end of file diff --git a/api/schemas/getprojectrequest/index.html b/api/schemas/getprojectrequest/index.html index 518c0e44..fcec2c9d 100644 --- a/api/schemas/getprojectrequest/index.html +++ b/api/schemas/getprojectrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    GetProjectRequest

    -
      id stringrequired
    +

    GetProjectRequest

    +
      id stringrequired
    \ No newline at end of file diff --git a/api/schemas/getprojectresponse/index.html b/api/schemas/getprojectresponse/index.html index 287845b9..d0111cb2 100644 --- a/api/schemas/getprojectresponse/index.html +++ b/api/schemas/getprojectresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    GetProjectResponse

    -

      project

      object

      required

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    +

    GetProjectResponse

    +

      project

      object

      required

      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    \ No newline at end of file diff --git a/api/schemas/getpseudolabeljobstatusrequest/index.html b/api/schemas/getpseudolabeljobstatusrequest/index.html index 7e7f0cf9..d3080e60 100644 --- a/api/schemas/getpseudolabeljobstatusrequest/index.html +++ b/api/schemas/getpseudolabeljobstatusrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    GetPseudoLabelJobStatusRequest

    +

    GetPseudoLabelJobStatusRequest

      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/getpseudolabeljobstatusresponse/index.html b/api/schemas/getpseudolabeljobstatusresponse/index.html index 75c74d1f..ef2b32eb 100644 --- a/api/schemas/getpseudolabeljobstatusresponse/index.html +++ b/api/schemas/getpseudolabeljobstatusresponse/index.html @@ -14,13 +14,13 @@ - - + + -

    GetPseudoLabelJobStatusResponse

    -
      status stringrequired

      pseudoLabelJobResult

      object

      required

      Configuration for LLM Judge labeling job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset -created for human labeling.

    +

    GetPseudoLabelJobStatusResponse

    +
      status JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      pseudoLabelJobResult

      object

      required

      Configuration for LLM Judge labeling job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for +active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric BaseEvaluationMetric (string)required

      Reserved field. Do not use at the moment.

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset +created for human labeling.

    \ No newline at end of file diff --git a/api/schemas/google-protobuf-value/index.html b/api/schemas/google-protobuf-value/index.html index 923e35db..18c34455 100644 --- a/api/schemas/google-protobuf-value/index.html +++ b/api/schemas/google-protobuf-value/index.html @@ -14,14 +14,14 @@ - - + + -

    google.protobuf.Value

    +

    google.protobuf.Value

    Ordered row values with length always equal to num_rows on the corresponding view.

      property name* any

      Ordered row values with length always equal to num_rows on the -corresponding view.

    +corresponding view.

    \ No newline at end of file diff --git a/api/schemas/listbasemodelsrequest/index.html b/api/schemas/listbasemodelsrequest/index.html index 93446256..f160a081 100644 --- a/api/schemas/listbasemodelsrequest/index.html +++ b/api/schemas/listbasemodelsrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    ListBaseModelsRequest

    +

    ListBaseModelsRequest

      object
    \ No newline at end of file diff --git a/api/schemas/listbasemodelsresponse/index.html b/api/schemas/listbasemodelsresponse/index.html index 343a44e2..c0a916a3 100644 --- a/api/schemas/listbasemodelsresponse/index.html +++ b/api/schemas/listbasemodelsresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    ListBaseModelsResponse

    -

      models

      object[]

      required

    • Array [

    • id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    • ]

    +

    ListBaseModelsResponse

    +

      models

      object[]

      required

    • Array [

    • id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus ModelDeploymentStatus (string)required

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    • ]

    \ No newline at end of file diff --git a/api/schemas/listdatasetsrequest/index.html b/api/schemas/listdatasetsrequest/index.html index e2306758..28222b92 100644 --- a/api/schemas/listdatasetsrequest/index.html +++ b/api/schemas/listdatasetsrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    ListDatasetsRequest

    -

      filters

      object

      Filter listed datasets by ALL filters specified

      query string

      search query substring match for name and description

      projectId string

      filter datasets associated with the project

    +

    ListDatasetsRequest

    +

      filters

      object

      Filter listed datasets by ALL filters specified

      query string

      search query substring match for name and description

      projectId string

      filter datasets associated with the project

    \ No newline at end of file diff --git a/api/schemas/listdatasetsrequestfilters/index.html b/api/schemas/listdatasetsrequestfilters/index.html index fd64b30d..4a20a6f6 100644 --- a/api/schemas/listdatasetsrequestfilters/index.html +++ b/api/schemas/listdatasetsrequestfilters/index.html @@ -14,12 +14,12 @@ - - + + -

    ListDatasetsRequestFilters

    +

    ListDatasetsRequestFilters

    Filter listed datasets by ALL filters specified

    -
      query string

      search query substring match for name and description

      projectId string

      filter datasets associated with the project

    +
      query string

      search query substring match for name and description

      projectId string

      filter datasets associated with the project

    \ No newline at end of file diff --git a/api/schemas/listdatasetsresponse/index.html b/api/schemas/listdatasetsresponse/index.html index daf7d9d4..8ddfe514 100644 --- a/api/schemas/listdatasetsresponse/index.html +++ b/api/schemas/listdatasetsresponse/index.html @@ -14,12 +14,15 @@ - - + + -

    ListDatasetsResponse

    -

      datasets

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus stringrequired
      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype string
    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus stringrequired

      The status of the latest general pseudo-labeling job for the dataset

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    • ]

    • totalCount integerrequired

      Total count of datasets which can be listed with applicable -filters, regardless of page size

    +

    ListDatasetsResponse

    +

      datasets

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset.

      createdAt date-timerequired
      updatedAt date-timerequired
      name string

      Human-readable name for the dataset, if one exists.

      description string

      Human-readable description of the dataset, if one exists.

      ownerUserId stringrequired

      The ID of the user who owns the dataset.

      numRows integerrequired
      numCols integerrequired
      initializationStatus JobStatus (string)required

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      initializationError string

      columns

      object[]

      required

    • Array [

    • id stringrequired

      The ID of the dataset file.

      createdAt date-timerequired
      updatedAt date-timerequired
      index integerrequired

      Index of the column within the dataset file.

      literalName stringrequired

      The literal name for the column.

      dtype DatasetColumnDType (string)

      Datatypes for a column in a dataset file. We likely don't need everything +here, but it's good to be explicit, for example to avoid unknowingly coercing +int64 values into int32. Encoding for text is UTF_8 unless indicated +otherwise.

      Possible values: [DATASET_COLUMN_D_TYPE_UNSPECIFIED, DATASET_COLUMN_D_TYPE_INT32, DATASET_COLUMN_D_TYPE_INT64, DATASET_COLUMN_D_TYPE_FLOAT32, DATASET_COLUMN_D_TYPE_FLOAT64, DATASET_COLUMN_D_TYPE_STRING, DATASET_COLUMN_D_TYPE_BYTES, DATASET_COLUMN_D_TYPE_ANY]

    • ]

    • labelState

      object

      The state of the latest labeling job for the dataset

      labelingStatus JobStatus (string)required

      The status of the latest general pseudo-labeling job for the dataset

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

      promptTemplate stringrequired

      aka user general instructions

      error string

      if the labeling status is error, this field may contain an error message

    • ]

    • totalCount integerrequired

      Total count of datasets which can be listed with applicable +filters, regardless of page size

    \ No newline at end of file diff --git a/api/schemas/listfinetunejobsrequest/index.html b/api/schemas/listfinetunejobsrequest/index.html index e7732dd2..a9de5d78 100644 --- a/api/schemas/listfinetunejobsrequest/index.html +++ b/api/schemas/listfinetunejobsrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    ListFineTuneJobsRequest

    -

      filters

      object

      query string

      search query substring match for name and description

      status string
    +

    ListFineTuneJobsRequest

    +

      filters

      object

      query string

      search query substring match for name and description

      status JobStatus (string)

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    \ No newline at end of file diff --git a/api/schemas/listfinetunejobsrequestfilters/index.html b/api/schemas/listfinetunejobsrequestfilters/index.html index 61575b9e..0714e235 100644 --- a/api/schemas/listfinetunejobsrequestfilters/index.html +++ b/api/schemas/listfinetunejobsrequestfilters/index.html @@ -14,11 +14,11 @@ - - + + -

    ListFineTuneJobsRequestFilters

    -
      query string

      search query substring match for name and description

      status string
    +

    ListFineTuneJobsRequestFilters

    +
      query string

      search query substring match for name and description

      status JobStatus (string)

      Possible values: [JOB_STATUS_UNSPECIFIED, JOB_STATUS_QUEUED, JOB_STATUS_RUNNING, JOB_STATUS_COMPLETED, JOB_STATUS_CANCELLED, JOB_STATUS_FAILED]

    \ No newline at end of file diff --git a/api/schemas/listfinetunejobsresponse/index.html b/api/schemas/listfinetunejobsresponse/index.html index 7a326648..1e05bfbb 100644 --- a/api/schemas/listfinetunejobsresponse/index.html +++ b/api/schemas/listfinetunejobsresponse/index.html @@ -14,13 +14,13 @@ - - + + -

    ListFineTuneJobsResponse

    -
    \ No newline at end of file diff --git a/api/schemas/listmetricsrequest/index.html b/api/schemas/listmetricsrequest/index.html index 0d808703..0e8514ac 100644 --- a/api/schemas/listmetricsrequest/index.html +++ b/api/schemas/listmetricsrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    ListMetricsRequest

    +

    ListMetricsRequest

      object
    \ No newline at end of file diff --git a/api/schemas/listmetricsresponse/index.html b/api/schemas/listmetricsresponse/index.html index 3c5d738a..609ac361 100644 --- a/api/schemas/listmetricsresponse/index.html +++ b/api/schemas/listmetricsresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    ListMetricsResponse

    -

      metrics

      object[]

      required

    • Array [

    • id string
      name string
      description string
      deploymentStatus string
    • ]

    +

    ListMetricsResponse

    +

      metrics

      object[]

      required

    • Array [

    • id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    • ]

    \ No newline at end of file diff --git a/api/schemas/listprojectsrequest/index.html b/api/schemas/listprojectsrequest/index.html index 60782834..9474075f 100644 --- a/api/schemas/listprojectsrequest/index.html +++ b/api/schemas/listprojectsrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    ListProjectsRequest

    -

      filters

      object

      query string

      search query substring match for name and description

      organizationId string

      search only projects associated with specific organization

    +

    ListProjectsRequest

    +

      filters

      object

      query string

      search query substring match for name and description

      organizationId string

      search only projects associated with specific organization

    \ No newline at end of file diff --git a/api/schemas/listprojectsrequestfilters/index.html b/api/schemas/listprojectsrequestfilters/index.html index 49bf1b2d..f24edebd 100644 --- a/api/schemas/listprojectsrequestfilters/index.html +++ b/api/schemas/listprojectsrequestfilters/index.html @@ -14,11 +14,11 @@ - - + + -

    ListProjectsRequestFilters

    -
      query string

      search query substring match for name and description

      organizationId string

      search only projects associated with specific organization

    +

    ListProjectsRequestFilters

    +
      query string

      search query substring match for name and description

      organizationId string

      search only projects associated with specific organization

    \ No newline at end of file diff --git a/api/schemas/listprojectsresponse/index.html b/api/schemas/listprojectsresponse/index.html index 105e4a2a..236d8baa 100644 --- a/api/schemas/listprojectsresponse/index.html +++ b/api/schemas/listprojectsresponse/index.html @@ -14,12 +14,12 @@ - - + + -

    ListProjectsResponse

    +

    ListProjectsResponse

      projects

      object[]

      required

    • Array [

    • id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    • ]

    • totalCount integerrequired

      Total count of projects which can be listed with applicable -filters, regardless of page size

    +filters, regardless of page size

    \ No newline at end of file diff --git a/api/schemas/listvalue/index.html b/api/schemas/listvalue/index.html new file mode 100644 index 00000000..019909ce --- /dev/null +++ b/api/schemas/listvalue/index.html @@ -0,0 +1,24 @@ + + + + + +ListValue | LastMile AI Platform + + + + + + + + + + + + + + +

    ListValue

    +
      values object[]required
    + + \ No newline at end of file diff --git a/api/schemas/metric/index.html b/api/schemas/metric/index.html index 08103d74..8b740db3 100644 --- a/api/schemas/metric/index.html +++ b/api/schemas/metric/index.html @@ -14,11 +14,11 @@ - - + + -

    Metric

    -
      id string
      name string
      description string
      deploymentStatus string
    +

    Metric

    +
      id string
      name string
      description string
      deploymentStatus ModelDeploymentStatus (string)

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    \ No newline at end of file diff --git a/api/schemas/metricbasemodel/index.html b/api/schemas/metricbasemodel/index.html index 73eb183d..d5c7cc4a 100644 --- a/api/schemas/metricbasemodel/index.html +++ b/api/schemas/metricbasemodel/index.html @@ -14,12 +14,12 @@ - - + + -

    MetricBaseModel

    +

    MetricBaseModel

    Information about a base model corresponding to a metric

    -
      id stringrequired
      modelId stringrequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string
    +
      id stringrequired
      modelId stringrequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

    \ No newline at end of file diff --git a/api/schemas/model/index.html b/api/schemas/model/index.html index 28490f26..52f99245 100644 --- a/api/schemas/model/index.html +++ b/api/schemas/model/index.html @@ -14,12 +14,12 @@ - - + + -

    Model

    +

    Model

    Definition for the model

    -
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    +
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      userId string

      metricBaseModel

      object

      required

      Information about a base model corresponding to a metric

      id stringrequired
      modelId stringrequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      modelCard

      object

      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus ModelDeploymentStatus (string)required

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    \ No newline at end of file diff --git a/api/schemas/modelcard/index.html b/api/schemas/modelcard/index.html index 3dffbfda..a3dcc3fa 100644 --- a/api/schemas/modelcard/index.html +++ b/api/schemas/modelcard/index.html @@ -14,11 +14,11 @@ - - + + -

    ModelCard

    -
      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture stringrequired
      baseEvaluationMetric string

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    +

    ModelCard

    +
      modelId stringrequired
      name stringrequired
      description stringrequired
      deploymentStatus ModelDeploymentStatus (string)required

      Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

      createdAt date-timerequired
      updatedAt date-timerequired
      modelSize integerrequired
      purpose stringrequired

      trainingProgress

      object

      required

      Progress metrics from model training.

      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
      baseModelArchitecture BaseModelArchitecture (string)required

      Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

      Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY]

      baseEvaluationMetric BaseEvaluationMetric (string)

      Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      values

      object

      required

      property name* string
      tags string[]required
      columns string[]required
    \ No newline at end of file diff --git a/api/schemas/modelfile/index.html b/api/schemas/modelfile/index.html index ad6c6c55..1bb248e8 100644 --- a/api/schemas/modelfile/index.html +++ b/api/schemas/modelfile/index.html @@ -14,12 +14,12 @@ - - + + -

    ModelFile

    +

    ModelFile

    Actual file asset corresponding to a model

    -
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
    +
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      modelId stringrequired
      contentMd5Hash stringrequired
      fileSizeBytes integerrequired
    \ No newline at end of file diff --git a/api/schemas/numericcriteria/index.html b/api/schemas/numericcriteria/index.html new file mode 100644 index 00000000..a6c0bdc5 --- /dev/null +++ b/api/schemas/numericcriteria/index.html @@ -0,0 +1,24 @@ + + + + + +NumericCriteria | LastMile AI Platform + + + + + + + + + + + + + + +

    NumericCriteria

    +
      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL]

      intValue integerrequired
      floatValue numberrequired
    + + \ No newline at end of file diff --git a/api/schemas/project/index.html b/api/schemas/project/index.html index 76cb181e..02a53e9d 100644 --- a/api/schemas/project/index.html +++ b/api/schemas/project/index.html @@ -14,11 +14,11 @@ - - + + -

    Project

    -
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    +

    Project

    +
      id stringrequired
      createdAt date-timerequired
      updatedAt date-timerequired
      deletedAt date-time
      creatorId string
      name stringrequired
      description string
      organizationId string
      organizationName string
    \ No newline at end of file diff --git a/api/schemas/prompttemplate/index.html b/api/schemas/prompttemplate/index.html index a87fcaca..64640e14 100644 --- a/api/schemas/prompttemplate/index.html +++ b/api/schemas/prompttemplate/index.html @@ -14,11 +14,11 @@ - - + + -

    PromptTemplate

    -
      id stringrequired
      template stringrequired

      The template string that defines the prompt

    +

    PromptTemplate

    +
      id stringrequired
      template stringrequired

      The template string that defines the prompt

    \ No newline at end of file diff --git a/api/schemas/pseudolabeljobconfig/index.html b/api/schemas/pseudolabeljobconfig/index.html index 57575db7..e0805c3f 100644 --- a/api/schemas/pseudolabeljobconfig/index.html +++ b/api/schemas/pseudolabeljobconfig/index.html @@ -14,14 +14,14 @@ - - + + -

    PseudoLabelJobConfig

    +

    PseudoLabelJobConfig

    Configuration for LLM Judge labeling job.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset -created for human labeling.

    +active learning.

    selectedColumns string[]required

    promptTemplate

    object

    required

    id stringrequired
    template stringrequired

    The template string that defines the prompt

    baseEvaluationMetric BaseEvaluationMetric (string)required

    Reserved field. Do not use at the moment.

    Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

    skipActiveLabeling booleanrequired

    If true, skip active labeling, which involves an intermediate Dataset +created for human labeling.

    \ No newline at end of file diff --git a/api/schemas/rowtagscriteria/index.html b/api/schemas/rowtagscriteria/index.html new file mode 100644 index 00000000..8cab76fc --- /dev/null +++ b/api/schemas/rowtagscriteria/index.html @@ -0,0 +1,24 @@ + + + + + +RowTagsCriteria | LastMile AI Platform + + + + + + + + + + + + + + +

    RowTagsCriteria

    +
      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_HAS_ANY, OPERATOR_HAS_ALL, OPERATOR_HAS_NONE]

      tags string[]required
    + + \ No newline at end of file diff --git a/api/schemas/s-3-presignedpost/index.html b/api/schemas/s-3-presignedpost/index.html index 33dc69e2..61dc1b19 100644 --- a/api/schemas/s-3-presignedpost/index.html +++ b/api/schemas/s-3-presignedpost/index.html @@ -14,11 +14,11 @@ - - + + -

    S3PresignedPost

    +

    S3PresignedPost

      url stringrequired

      fields

      object

      required

      Fields required for the S3 presigned POST request generated by s3 sdk.

      property name* string
    \ No newline at end of file diff --git a/api/schemas/stringcriteria/index.html b/api/schemas/stringcriteria/index.html new file mode 100644 index 00000000..3918b09d --- /dev/null +++ b/api/schemas/stringcriteria/index.html @@ -0,0 +1,24 @@ + + + + + +StringCriteria | LastMile AI Platform + + + + + + + + + + + + + + +

    StringCriteria

    +
      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_EQUALS, OPERATOR_NOT_EQUALS, OPERATOR_CONTAINS, OPERATOR_STARTS_WITH, OPERATOR_ENDS_WITH]

      value stringrequired
    + + \ No newline at end of file diff --git a/api/schemas/struct/index.html b/api/schemas/struct/index.html new file mode 100644 index 00000000..fb7c759f --- /dev/null +++ b/api/schemas/struct/index.html @@ -0,0 +1,26 @@ + + + + + +Struct | LastMile AI Platform + + + + + + + + + + + + + + +

    Struct

    +

      fields

      object

      required

      property name*

      object

      Ordered row values with length always equal to num_rows on the +corresponding view.

      property name* any

      Ordered row values with length always equal to num_rows on the +corresponding view.

    + + \ No newline at end of file diff --git a/api/schemas/submitfinetunejobrequest/index.html b/api/schemas/submitfinetunejobrequest/index.html index 504c1fc6..e54eb9a5 100644 --- a/api/schemas/submitfinetunejobrequest/index.html +++ b/api/schemas/submitfinetunejobrequest/index.html @@ -14,11 +14,11 @@ - - + + -

    SubmitFineTuneJobRequest

    +

    SubmitFineTuneJobRequest

      jobId stringrequired

      fineTuneJobConfig

      object

      required

      The fine-tune job configuration.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      baselineModelId stringrequired

      The ID for the model used as the starting point for training.

      trainDatasetId stringrequired

      The dataset to use for training, with splits baked in or to be derived dynamically

      testDatasetId stringrequired

      The dataset to use for an unbiased evaluation of the model

      selectedColumns string[]required
    diff --git a/api/schemas/submitfinetunejobresponse/index.html b/api/schemas/submitfinetunejobresponse/index.html index 3ca62790..c5100fad 100644 --- a/api/schemas/submitfinetunejobresponse/index.html +++ b/api/schemas/submitfinetunejobresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    SubmitFineTuneJobResponse

    +

    SubmitFineTuneJobResponse

      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/submitpseudolabeljobrequest/index.html b/api/schemas/submitpseudolabeljobrequest/index.html index 0814ebd8..75b19bb0 100644 --- a/api/schemas/submitpseudolabeljobrequest/index.html +++ b/api/schemas/submitpseudolabeljobrequest/index.html @@ -14,13 +14,13 @@ - - + + -

    SubmitPseudoLabelJobRequest

    +

    SubmitPseudoLabelJobRequest

      jobId stringrequired

      pseudoLabelJobConfig

      object

      required

      The pseudo-labeling job configuration.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset +active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric BaseEvaluationMetric (string)required

      Reserved field. Do not use at the moment.

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset created for human labeling.

    \ No newline at end of file diff --git a/api/schemas/submitpseudolabeljobresponse/index.html b/api/schemas/submitpseudolabeljobresponse/index.html index 93815c82..123f4877 100644 --- a/api/schemas/submitpseudolabeljobresponse/index.html +++ b/api/schemas/submitpseudolabeljobresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    SubmitPseudoLabelJobResponse

    +

    SubmitPseudoLabelJobResponse

      jobId stringrequired
    \ No newline at end of file diff --git a/api/schemas/timerangecriteria/index.html b/api/schemas/timerangecriteria/index.html new file mode 100644 index 00000000..0c27541a --- /dev/null +++ b/api/schemas/timerangecriteria/index.html @@ -0,0 +1,24 @@ + + + + + +TimeRangeCriteria | LastMile AI Platform + + + + + + + + + + + + + + +

    TimeRangeCriteria

    +
      operator Operator (string)required

      Possible values: [OPERATOR_UNSPECIFIED, OPERATOR_BEFORE, OPERATOR_AFTER, OPERATOR_BETWEEN]

      timestamp date-timerequired
      endTimestamp date-time
    + + \ No newline at end of file diff --git a/api/schemas/timestamp/index.html b/api/schemas/timestamp/index.html new file mode 100644 index 00000000..16018bd5 --- /dev/null +++ b/api/schemas/timestamp/index.html @@ -0,0 +1,24 @@ + + + + + +Timestamp | LastMile AI Platform + + + + + + + + + + + + + + +

    Timestamp

    +
      seconds integerrequired
      nanos integerrequired
    + + \ No newline at end of file diff --git a/api/schemas/trainingprogress/index.html b/api/schemas/trainingprogress/index.html index 5c58d563..9f66c378 100644 --- a/api/schemas/trainingprogress/index.html +++ b/api/schemas/trainingprogress/index.html @@ -14,12 +14,12 @@ - - + + -

    TrainingProgress

    +

    TrainingProgress

    Progress metrics from model training.

    -
      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    +
      jobId stringrequired
      epoch integerrequired
      loss numberrequired
      accuracy numberrequired
      progress numberrequired
      timestamp date-timerequired
    \ No newline at end of file diff --git a/api/schemas/uploaddatasetfilerequest/index.html b/api/schemas/uploaddatasetfilerequest/index.html index 69beeba6..07fca0b3 100644 --- a/api/schemas/uploaddatasetfilerequest/index.html +++ b/api/schemas/uploaddatasetfilerequest/index.html @@ -14,12 +14,12 @@ - - + + -

    UploadDatasetFileRequest

    +

    UploadDatasetFileRequest

    Initiate an upload by requesting a pre-signed S3 upload URL.

    -
      datasetId stringrequired

      The ID of the dataset corresponding to the file.

    +
      datasetId stringrequired

      The ID of the dataset corresponding to the file.

    \ No newline at end of file diff --git a/api/schemas/uploaddatasetfileresponse/index.html b/api/schemas/uploaddatasetfileresponse/index.html index 8ac146a6..90fc693c 100644 --- a/api/schemas/uploaddatasetfileresponse/index.html +++ b/api/schemas/uploaddatasetfileresponse/index.html @@ -14,11 +14,11 @@ - - + + -

    UploadDatasetFileResponse

    +

    UploadDatasetFileResponse

      s3PresignedPost

      object

      required

      url stringrequired

      fields

      object

      required

      Fields required for the S3 presigned POST request generated by s3 sdk.

      property name* string
    \ No newline at end of file diff --git a/api/schemas/valuesentry/index.html b/api/schemas/valuesentry/index.html index eeea2cd9..e7206367 100644 --- a/api/schemas/valuesentry/index.html +++ b/api/schemas/valuesentry/index.html @@ -14,11 +14,11 @@ - - + + -

    ValuesEntry

    -
      key stringrequired
      value stringrequired
    +

    ValuesEntry

    +
      key stringrequired
      value stringrequired
    \ No newline at end of file diff --git a/api/submit-fine-tune-job/index.html b/api/submit-fine-tune-job/index.html index ea1f97d1..d0769a40 100644 --- a/api/submit-fine-tune-job/index.html +++ b/api/submit-fine-tune-job/index.html @@ -14,11 +14,11 @@ - - + + -

    Submit Fine Tune Job

    Submit Fine Tune Job

    +

    Submit Fine Tune Job

    Submit Fine Tune Job

    POST 

    /api/2/auto_eval/fine_tune_job/submit

    Step 2 of 2: Submit the job configuration created by CreateFineTuneJob to initiate a job.

    diff --git a/api/submit-pseudo-label-job/index.html b/api/submit-pseudo-label-job/index.html index 86288d3c..066c8170 100644 --- a/api/submit-pseudo-label-job/index.html +++ b/api/submit-pseudo-label-job/index.html @@ -14,17 +14,17 @@ - - + + -

    Submit Pseudo Label Job

    Submit Pseudo Label Job

    +

    Submit Pseudo Label Job

    Submit Pseudo Label Job

    POST 

    /api/2/auto_eval/pseudo_label_job/submit

    Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob to initiate an LLM Judge labeling job.

    Request

    Body

      jobId stringrequired

      pseudoLabelJobConfig

      object

      required

      The pseudo-labeling job configuration.

      name string

      Optional name for the job.

      description string

      Optional description for the job.

      datasetId stringrequired

      ID of the main dataset to be pseudo-labeled

      fewShotDatasetId string

      ID of the dataset containing few-shot examples. Optional.

      activeLabeledDatasetId string

      ID of the actively labeled dataset. Optional. If null, this job is for -active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric stringrequired

      Reserved field. Do not use at the moment.

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset +active learning.

      selectedColumns string[]required

      promptTemplate

      object

      required

      id stringrequired
      template stringrequired

      The template string that defines the prompt

      baseEvaluationMetric BaseEvaluationMetric (string)required

      Reserved field. Do not use at the moment.

      Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

      skipActiveLabeling booleanrequired

      If true, skip active labeling, which involves an intermediate Dataset created for human labeling.

    Responses

    Successful operation

    Schema

      jobId stringrequired
    Loading...
    diff --git a/api/upload-dataset-file/index.html b/api/upload-dataset-file/index.html index 4bc9d26c..e0a861cb 100644 --- a/api/upload-dataset-file/index.html +++ b/api/upload-dataset-file/index.html @@ -14,11 +14,11 @@ - - + + -

    Upload Dataset File

    Upload Dataset File

    +

    Upload Dataset File

    Upload Dataset File

    POST 

    /api/2/auto_eval/dataset/upload_file

    Initiate a file upload to a Dataset. Call FinalizeSingleDatasetFileUpload to complete the upload with the presigned URL returned from this call.

    diff --git a/assets/js/04edc2ee.c29a0fe3.js b/assets/js/04edc2ee.c29a0fe3.js deleted file mode 100644 index a01759bb..00000000 --- a/assets/js/04edc2ee.c29a0fe3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3753],{80731:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>N,default:()=>z,frontMatter:()=>y,metadata:()=>v,toc:()=>q});var i=s(74848),l=s(28453),t=s(91366),n=s.n(t),r=(s(6050),s(57742)),d=s.n(r),c=(s(67792),s(27362)),m=s.n(c),o=(s(36683),s(81124)),p=s.n(o),h=s(60674),u=s.n(h),x=s(23397),j=s.n(x),f=s(51107),g=(s(77675),s(19365));const y={id:"finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",api:"eJzdWEtv2zgQ/isD7sEJoNhFir2oyCFNW2y6aWvE7u7BMgxaGttsKVIlqSSuof++GFIv2wnSFlhgsTkEkjgcDuf75uUdc3xtWTxjb7jjFh2bR0wXaLgTWl1nLGbvhOJSfMeJUGuJtdg7IfFzITXPWMQytKkRBe3oyQOHWhhWQiKUXnwI042wkHIpwW50KTNYIuQ8Q+ArhwbcBoP8httEwRJR1VsxA6f9+uQlfL69AYOuNAozWBmdQzCnZ9+QRcxiWhrhtiye7dhr5AbNZek2LJ7Nq3nEDH4r0brXOtuyeMdSrRwqR4+8KKRIvRdGXyxdbMdsusGc05MTTuLzvrkN6lnE3LYgeb38gim9F4ac7ARaUpeFjeTuXSNqnRFqfeTd6Qbh+g3olXdEvRFSbQzaQqtMqHXjJfIiqyJmX44NWrFWmI21dX37JwdLzxlaGnlsYhWxlUCZ2d5Su59nmSDTuRzvaTpScUgiUgiEjzCEsDYN8kVjMYw/TaZQQwhrVMRazGC5BfsSbPZ1yKoqYEw6iORkf2vt/DHfFgbPavU1y+43aLCj5T23LR8xOzqhg/LY8UcH1vwgwFZd1FhPphbbXvCwqgrnEdQ2OPL8xQtPoT3FkzJN0dpVKaENZhb9C/wOhvwowWnnsbHXaqVN7k0BvtSl26O2v74IdA9e8BDY9oZ0eG1uz0BS+qxZ4pcDbuXzSxWx1CCR7tI9pinci8V0fzxzIvfxWBbZz2755QSxnxhqNcHwwIUP2e9/cLt5IqolTsR3fL11e0ErlMM1GhJRZX6r759evNLyicVUyzJX/UVuDN+yiAmHue2zsIb1yu/4fwErVIYPjzjo0NhrkutAJUfAvXAboR63XgqHhsuPPMcf80S9ARTPsc224SCvMAsqjlhykP4E5b3OdX2fNJfdN25e/ZSKfno9YPAhXztydkzsaDevjmpOk83qRqTOyBQ3z+bkKmIPZ6nOcMLzQhIHZzsmuVqzmL3nd3zij6GSoEuTeqDzQhsHN9y6nJT5FmYg69fBq0QlKtXKOkilQOXgAhTet/Inu0QBLH1DM9VfUcVQGE0ZcYjqbja4uZxMP1zfvF1cjq8X009/vv04mEcwGoXuS9jAGlzxUjrgKoOUU68FOhfOYZao6tSbwO1WpbAqVerTc86FOjkFf3iwrqlFcAH8novG3GHtKTtsCltXNYLtAC2WMQza50EUFg9qZww7CGXbP2kdwyBQcABVBKWRMQxKI+mNFNTmByu1xKHU65PG1mGvHJFcRaLhaq9YFbXIjbdu4+vmIWraJsoD1uAFB3B69BrcWszCzQJoC0eoXWiPlzBaDdfoThJ2DFzCTiOA334YudNE9UB5Co4FUXgRKHyyh8dCZBdJF2gJaxFZtK3XotDWXdQ40l9SN1UJi6H3uV7Smr4nddJIWCdQRX0dpZFB0D/USyRymqjCCOWOIPTXOGXUy+foNpoGliJ0sgWnPp+NeCFG5yNeOr3AOy5H9c5R64kQ232H+MHB3KEJgey7XrZxrrDxaNRgzsUww7ujZDo2OitDtAQdcOYZ8IFocnntTW2mkgk1XKFi9WeTNsnSkWSLF2MxC9RhUf3wrikp7/+e+kxMjdxtN9K8ffDZ6GDC6KrAI4NBuGpXtJq+3qc4QaW3V5d714LL8TX8dX7kjWORGK50XmiFylE+JicH0fPhCyo0hF7OfT+qfPXqBsrQhbZTJYUvPD6E9ka5/9Y8WgPr8MGNCsmF8n1DmKoCYWeMF4JFjHzZkrarfB6Up4k7j9jGQzlju92SW/xsZFXR528lGhqD5xG740bwJUE4m1cR2yDP0Himf8Uti9lV8N3ZlIwlcVn6/uxwZKBUGXZcpin6+va0bD9CaXAjFtdjd64z2mP4PYv8/5gx+hWCdvvg8N9CWi75mmSDTiIl3w+ZgxDxt2r6S7XtWbjb9apnVbGovorPy6yivuQfA7vqug==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},N=void 0,v={id:"api/finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",source:"@site/docs/api/finalize-single-dataset-file-upload.api.mdx",sourceDirName:"api",slug:"/api/finalize-single-dataset-file-upload",permalink:"/api/finalize-single-dataset-file-upload",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",api:"eJzdWEtv2zgQ/isD7sEJoNhFir2oyCFNW2y6aWvE7u7BMgxaGttsKVIlqSSuof++GFIv2wnSFlhgsTkEkjgcDuf75uUdc3xtWTxjb7jjFh2bR0wXaLgTWl1nLGbvhOJSfMeJUGuJtdg7IfFzITXPWMQytKkRBe3oyQOHWhhWQiKUXnwI042wkHIpwW50KTNYIuQ8Q+ArhwbcBoP8httEwRJR1VsxA6f9+uQlfL69AYOuNAozWBmdQzCnZ9+QRcxiWhrhtiye7dhr5AbNZek2LJ7Nq3nEDH4r0brXOtuyeMdSrRwqR4+8KKRIvRdGXyxdbMdsusGc05MTTuLzvrkN6lnE3LYgeb38gim9F4ac7ARaUpeFjeTuXSNqnRFqfeTd6Qbh+g3olXdEvRFSbQzaQqtMqHXjJfIiqyJmX44NWrFWmI21dX37JwdLzxlaGnlsYhWxlUCZ2d5Su59nmSDTuRzvaTpScUgiUgiEjzCEsDYN8kVjMYw/TaZQQwhrVMRazGC5BfsSbPZ1yKoqYEw6iORkf2vt/DHfFgbPavU1y+43aLCj5T23LR8xOzqhg/LY8UcH1vwgwFZd1FhPphbbXvCwqgrnEdQ2OPL8xQtPoT3FkzJN0dpVKaENZhb9C/wOhvwowWnnsbHXaqVN7k0BvtSl26O2v74IdA9e8BDY9oZ0eG1uz0BS+qxZ4pcDbuXzSxWx1CCR7tI9pinci8V0fzxzIvfxWBbZz2755QSxnxhqNcHwwIUP2e9/cLt5IqolTsR3fL11e0ErlMM1GhJRZX6r759evNLyicVUyzJX/UVuDN+yiAmHue2zsIb1yu/4fwErVIYPjzjo0NhrkutAJUfAvXAboR63XgqHhsuPPMcf80S9ARTPsc224SCvMAsqjlhykP4E5b3OdX2fNJfdN25e/ZSKfno9YPAhXztydkzsaDevjmpOk83qRqTOyBQ3z+bkKmIPZ6nOcMLzQhIHZzsmuVqzmL3nd3zij6GSoEuTeqDzQhsHN9y6nJT5FmYg69fBq0QlKtXKOkilQOXgAhTet/Inu0QBLH1DM9VfUcVQGE0ZcYjqbja4uZxMP1zfvF1cjq8X009/vv04mEcwGoXuS9jAGlzxUjrgKoOUU68FOhfOYZao6tSbwO1WpbAqVerTc86FOjkFf3iwrqlFcAH8novG3GHtKTtsCltXNYLtAC2WMQza50EUFg9qZww7CGXbP2kdwyBQcABVBKWRMQxKI+mNFNTmByu1xKHU65PG1mGvHJFcRaLhaq9YFbXIjbdu4+vmIWraJsoD1uAFB3B69BrcWszCzQJoC0eoXWiPlzBaDdfoThJ2DFzCTiOA334YudNE9UB5Co4FUXgRKHyyh8dCZBdJF2gJaxFZtK3XotDWXdQ40l9SN1UJi6H3uV7Smr4nddJIWCdQRX0dpZFB0D/USyRymqjCCOWOIPTXOGXUy+foNpoGliJ0sgWnPp+NeCFG5yNeOr3AOy5H9c5R64kQ232H+MHB3KEJgey7XrZxrrDxaNRgzsUww7ujZDo2OitDtAQdcOYZ8IFocnntTW2mkgk1XKFi9WeTNsnSkWSLF2MxC9RhUf3wrikp7/+e+kxMjdxtN9K8ffDZ6GDC6KrAI4NBuGpXtJq+3qc4QaW3V5d714LL8TX8dX7kjWORGK50XmiFylE+JicH0fPhCyo0hF7OfT+qfPXqBsrQhbZTJYUvPD6E9ka5/9Y8WgPr8MGNCsmF8n1DmKoCYWeMF4JFjHzZkrarfB6Up4k7j9jGQzlju92SW/xsZFXR528lGhqD5xG740bwJUE4m1cR2yDP0Himf8Uti9lV8N3ZlIwlcVn6/uxwZKBUGXZcpin6+va0bD9CaXAjFtdjd64z2mP4PYv8/5gx+hWCdvvg8N9CWi75mmSDTiIl3w+ZgxDxt2r6S7XtWbjb9apnVbGovorPy6yivuQfA7vqug==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Upload Dataset File",permalink:"/api/upload-dataset-file"},next:{title:"Get Dataset",permalink:"/api/get-dataset"}},b={},q=[];function F(e){const a={p:"p",...(0,l.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f.default,{as:"h1",className:"openapi__heading",children:"Finalize Single Dataset File Upload"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/finalize_single_file_upload",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Finalize a Dataset file upload. This call should be made after the file has\nbeen uploaded to the S3 URL returned from UploadDatasetFile."}),"\n",(0,i.jsx)(f.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset corresponding to the file"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"s3PresignedPost"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The pre-signed S3 URL where the file was uploadeded"})}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"fields"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Fields required for the S3 presigned POST request generated by s3 sdk."})}),(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})]})]})})]})]})})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"datasetFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Information about the dataset file if the upload was successful"})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})})]})]})})})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "datasetFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "datasetId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0,\n "numRows": 0,\n "numCols": 0,\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ]\n }\n}',language:"json"})})]})})})})]})})})})]})}function z(e={}){const{wrapper:a}={...(0,l.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/04edc2ee.fe4d99f7.js b/assets/js/04edc2ee.fe4d99f7.js new file mode 100644 index 00000000..64f5b235 --- /dev/null +++ b/assets/js/04edc2ee.fe4d99f7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3753],{80731:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>y,contentTitle:()=>g,default:()=>v,frontMatter:()=>T,metadata:()=>_,toc:()=>b});var i=a(74848),l=a(28453),n=a(91366),t=a.n(n),r=(a(6050),a(57742)),d=a.n(r),m=(a(67792),a(27362)),o=a.n(m),c=(a(36683),a(81124)),p=a.n(c),h=a(60674),u=a.n(h),x=a(23397),f=a.n(x),j=a(51107),N=(a(77675),a(19365));const T={id:"finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",api:"eJzdWG1v4kgS/iul3g8kkgOjZHe18igfmITcsZfJoEBuNAoINXYBvbG7Pd1tCIv830/VbRsDYWZ2pZNOlw+RTVdXV9dTL095yyxfGBY+s1tuuUHLJgFTGWpuhZL9mIXsTkieiD9xKOQiwVLsTiT4lCWKxyxgMZpIi4x2NOSBQykMc5Eg5E68DaOlMBDxJAGzVHkSwwwh5TECn1vUYJfo5ZfcjCXMEGW5FWOwyq0Pr+Dp8R402lxLjGGuVQrenIZ9bRYwg1Guhd2w8HnLPiDXqLu5XbLweVJMAqbxa47GflDxhoVbFilpUVp65FmWiMh5ofOHoYttmYmWmHJ6ssIm+H3fPHr1LGB2k5G8mv2BEb1nmpxsBRpSF/uN5O5tJWqsFnJx5N3REqF/C2ruHFFuhEhpjSZTMhZyUXmJvMiKgJmrgUYjFhLjgTK2af/wYOl7huY6OTaxCNhcYBKbxlK9n8exINN5MtjTdKTiMIhIIRA+QhPCSlfIZ5XFMPg0HEEJISxQUtRiDLMNmCsw8UubFYXHmHRQkJP9tbWTt3ybabwo1ZdRtl6ixl1Yrrmp4xHjoxN2UB47/ujAMj4IsPkua4wLphrbRvKwovDnEdTGO/Ly3TsXQnuKh3kUoTHzPIE6mVnwX4hvb8iPBjjtPDa2L+dKp84U4DOV273QdtcXPty9FxwEpr4hHV6a2zCQlH7XLPG3E27u6ksRsEgjBV3XvqXJ34uFdH+8sCJ1+Zhn8V/d8rcLxH5hKNV4w30sfIx/+Sc3yxNZneBQ/IkfNnYvaYW0uEBNIjJPH9X69OKNSk4sRirJU9lc5FrzDQuYsJiaZhSWsN64Hf9fwAoZ4+sbDjo0tk9yO1DJEbAWdink29YnwqLmyQNP8cc8UW4AyVOsq60/yCmMvYpjVSjz1PGH7qg77I2mN5/unz4+TG+noy+D3vTpYTjo3fTv+r1bFpyQ6T+Mri6/tfrrzydX7+4/db+1261/Y/9w9Nh/+MfJ5Q9fRr3hydXuwxeq6W+G6e2I/HToaRIhBxrnYl4hKSTwfQzhM0HygskGYiVbFiRiDLhCvSHQF2MJ1JYCmOUWhG0ZWCjl+NEMAV+ptgsbuFPwladZgrTGV0rEkMsXqdZU0TcQKdSR1yek/fVnWPEkR0Mviv5dXbahJyPlyocLC3y1IAw8je6mv0EuEzQkHVMvwXgsQdkl6rUweNx9BTXFXV41E6bKhP3InRR/SUWz9x6Ut8NitqtcuzK1q0mT4oiQVK2uZKlluyavfLdhFwF7vYhUjEMHhHFcNOFywUL2O1/xoTuG+ILKdeSqQJopbeGeG5uSMsdvW0n52no/lmMZKWksRIlAaeEaJK5r+bPtWALMHNsdqReUIWRaUbtso1w9t+67w9HH/n1v2h30p6NP/+o9tCYBdDqemgvjSwrOeZ5Y4DKGiBMRB5UK60Auzp0J3GxkBPNcRq53p1zIs3Nwh3vrKqIC18DXXFTmtktPmXbFenaUwtsOUGMZQqt+bgV+8YBYhbAFz+nck1IhtHx9akERQK6TEFq5TuiNFJTmeytVgu1ELc4qW9sNrkJyBYn6q71nRVAjN9jYpSNVh6gpM5YOsAovOIDToVfhVmPmb+ZBm1pC7Vo5vIRWsr1AezZmx8CN2XkA8NMPI3c+lg1QTsExpRCe+hA+28NjKuLr8S7RxqxGZFrz8mmmjL0ucaS/ccm4xyyExs/lklL0+7jsKGO2EyiCpo5cJ17QPZRLJHI+lpkW0h5B6K5xzmjQS9EuFU2zmR9zMk5DIOvwTHQuOzy3aoornnTKnZ3aEz63mw5xU6VeofaJ7EYitrQ2M2GnU2HORTvG1VH9H2gV5z5bvA64cBHwkcKk23emViPrkNi4pzPNwbXuwHQk2eLEWMh86LCgfLir+Mbvn0euEhPLf9zNuz3fFg7Gz11ff2Nq9FfdMZpq6HMlThAva5C2xrWgO+jDvy+PvHEsEsKNSjMlUVqqx+RkL3rZfkcshNBLuRtWpKM2u68NfkSpPzlQ+sLbXygac/7/1seKElhqsZ0s4UI6UulHbh+wz4xnggWMfFkH7a7zOVBOB+4kYEsH5TPbbmfc4JNOioJ+/pqjpm8kk4CtuBZ8RhA+T4qALZHHqF2kv+CGhezG++6i5DeOLxB5P5wnqVT6Hd0oQtffTss2M5Smeori8ptMqmLao/maBe5/yBh9oqLdLjncb74s53xBsl4nBSXfT5mDFHG3qoYPuWlYuN02umdRsKC8iqvLrCBe8h+QNpqr",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},g=void 0,_={id:"api/finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",source:"@site/docs/api/finalize-single-dataset-file-upload.api.mdx",sourceDirName:"api",slug:"/api/finalize-single-dataset-file-upload",permalink:"/api/finalize-single-dataset-file-upload",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finalize-single-dataset-file-upload",title:"Finalize Single Dataset File Upload",description:"Finalize a Dataset file upload. This call should be made after the file has",api:"eJzdWG1v4kgS/iul3g8kkgOjZHe18igfmITcsZfJoEBuNAoINXYBvbG7Pd1tCIv830/VbRsDYWZ2pZNOlw+RTVdXV9dTL095yyxfGBY+s1tuuUHLJgFTGWpuhZL9mIXsTkieiD9xKOQiwVLsTiT4lCWKxyxgMZpIi4x2NOSBQykMc5Eg5E68DaOlMBDxJAGzVHkSwwwh5TECn1vUYJfo5ZfcjCXMEGW5FWOwyq0Pr+Dp8R402lxLjGGuVQrenIZ9bRYwg1Guhd2w8HnLPiDXqLu5XbLweVJMAqbxa47GflDxhoVbFilpUVp65FmWiMh5ofOHoYttmYmWmHJ6ssIm+H3fPHr1LGB2k5G8mv2BEb1nmpxsBRpSF/uN5O5tJWqsFnJx5N3REqF/C2ruHFFuhEhpjSZTMhZyUXmJvMiKgJmrgUYjFhLjgTK2af/wYOl7huY6OTaxCNhcYBKbxlK9n8exINN5MtjTdKTiMIhIIRA+QhPCSlfIZ5XFMPg0HEEJISxQUtRiDLMNmCsw8UubFYXHmHRQkJP9tbWTt3ybabwo1ZdRtl6ixl1Yrrmp4xHjoxN2UB47/ujAMj4IsPkua4wLphrbRvKwovDnEdTGO/Ly3TsXQnuKh3kUoTHzPIE6mVnwX4hvb8iPBjjtPDa2L+dKp84U4DOV273QdtcXPty9FxwEpr4hHV6a2zCQlH7XLPG3E27u6ksRsEgjBV3XvqXJ34uFdH+8sCJ1+Zhn8V/d8rcLxH5hKNV4w30sfIx/+Sc3yxNZneBQ/IkfNnYvaYW0uEBNIjJPH9X69OKNSk4sRirJU9lc5FrzDQuYsJiaZhSWsN64Hf9fwAoZ4+sbDjo0tk9yO1DJEbAWdink29YnwqLmyQNP8cc8UW4AyVOsq60/yCmMvYpjVSjz1PGH7qg77I2mN5/unz4+TG+noy+D3vTpYTjo3fTv+r1bFpyQ6T+Mri6/tfrrzydX7+4/db+1261/Y/9w9Nh/+MfJ5Q9fRr3hydXuwxeq6W+G6e2I/HToaRIhBxrnYl4hKSTwfQzhM0HygskGYiVbFiRiDLhCvSHQF2MJ1JYCmOUWhG0ZWCjl+NEMAV+ptgsbuFPwladZgrTGV0rEkMsXqdZU0TcQKdSR1yek/fVnWPEkR0Mviv5dXbahJyPlyocLC3y1IAw8je6mv0EuEzQkHVMvwXgsQdkl6rUweNx9BTXFXV41E6bKhP3InRR/SUWz9x6Ut8NitqtcuzK1q0mT4oiQVK2uZKlluyavfLdhFwF7vYhUjEMHhHFcNOFywUL2O1/xoTuG+ILKdeSqQJopbeGeG5uSMsdvW0n52no/lmMZKWksRIlAaeEaJK5r+bPtWALMHNsdqReUIWRaUbtso1w9t+67w9HH/n1v2h30p6NP/+o9tCYBdDqemgvjSwrOeZ5Y4DKGiBMRB5UK60Auzp0J3GxkBPNcRq53p1zIs3Nwh3vrKqIC18DXXFTmtktPmXbFenaUwtsOUGMZQqt+bgV+8YBYhbAFz+nck1IhtHx9akERQK6TEFq5TuiNFJTmeytVgu1ELc4qW9sNrkJyBYn6q71nRVAjN9jYpSNVh6gpM5YOsAovOIDToVfhVmPmb+ZBm1pC7Vo5vIRWsr1AezZmx8CN2XkA8NMPI3c+lg1QTsExpRCe+hA+28NjKuLr8S7RxqxGZFrz8mmmjL0ucaS/ccm4xyyExs/lklL0+7jsKGO2EyiCpo5cJ17QPZRLJHI+lpkW0h5B6K5xzmjQS9EuFU2zmR9zMk5DIOvwTHQuOzy3aoornnTKnZ3aEz63mw5xU6VeofaJ7EYitrQ2M2GnU2HORTvG1VH9H2gV5z5bvA64cBHwkcKk23emViPrkNi4pzPNwbXuwHQk2eLEWMh86LCgfLir+Mbvn0euEhPLf9zNuz3fFg7Gz11ff2Nq9FfdMZpq6HMlThAva5C2xrWgO+jDvy+PvHEsEsKNSjMlUVqqx+RkL3rZfkcshNBLuRtWpKM2u68NfkSpPzlQ+sLbXygac/7/1seKElhqsZ0s4UI6UulHbh+wz4xnggWMfFkH7a7zOVBOB+4kYEsH5TPbbmfc4JNOioJ+/pqjpm8kk4CtuBZ8RhA+T4qALZHHqF2kv+CGhezG++6i5DeOLxB5P5wnqVT6Hd0oQtffTss2M5Smeori8ptMqmLao/maBe5/yBh9oqLdLjncb74s53xBsl4nBSXfT5mDFHG3qoYPuWlYuN02umdRsKC8iqvLrCBe8h+QNpqr",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Upload Dataset File",permalink:"/api/upload-dataset-file"},next:{title:"Get Dataset",permalink:"/api/get-dataset"}},y={},b=[];function E(e){const s={p:"p",...(0,l.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(j.default,{as:"h1",className:"openapi__heading",children:"Finalize Single Dataset File Upload"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/finalize_single_file_upload",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Finalize a Dataset file upload. This call should be made after the file has\nbeen uploaded to the S3 URL returned from UploadDatasetFile."}),"\n",(0,i.jsx)(j.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset corresponding to the file"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"s3PresignedPost"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The pre-signed S3 URL where the file was uploadeded"})}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"fields"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Fields required for the S3 presigned POST request generated by s3 sdk."})}),(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})]})]})})]})]})})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasetFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about the dataset file if the upload was successful"})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})})})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "datasetFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "datasetId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0,\n "numRows": 0,\n "numCols": 0,\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ]\n }\n}',language:"json"})})]})})})})]})})})})]})}function v(e={}){const{wrapper:s}={...(0,l.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/069c9213.74db5c8e.js b/assets/js/069c9213.74db5c8e.js new file mode 100644 index 00000000..11bbeb2e --- /dev/null +++ b/assets/js/069c9213.74db5c8e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1328],{91064:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>u,contentTitle:()=>d,default:()=>h,frontMatter:()=>o,metadata:()=>c,toc:()=>m});var a=t(74848),i=t(28453),n=(t(6050),t(60674)),l=t.n(n),r=(t(23397),t(51107));t(19365);const o={id:"clonedatasetrequest",title:"CloneDatasetRequest",description:"",sidebar_label:"CloneDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,c={id:"api/schemas/clonedatasetrequest",title:"CloneDatasetRequest",description:"",source:"@site/docs/api/schemas/clonedatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/clonedatasetrequest",permalink:"/api/schemas/clonedatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clonedatasetrequest",title:"CloneDatasetRequest",description:"",sidebar_label:"CloneDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsResponse",permalink:"/api/schemas/listdatasetsresponse"},next:{title:"CloneDatasetResponse",permalink:"/api/schemas/clonedatasetresponse"}},u={},m=[];function p(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"CloneDatasetRequest"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(l(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Dataset to clone"}}),(0,a.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"New dataset name. If not provided, will use the name of the dataset being\n cloned"}}),(0,a.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset.\n If not provided, will use the name of the dataset being cloned"}}),(0,a.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/069c9213.edbeaf00.js b/assets/js/069c9213.edbeaf00.js deleted file mode 100644 index 52d7755e..00000000 --- a/assets/js/069c9213.edbeaf00.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1328],{91064:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>u,contentTitle:()=>d,default:()=>h,frontMatter:()=>o,metadata:()=>c,toc:()=>m});var a=s(74848),i=s(28453),n=(s(6050),s(60674)),l=s.n(n),r=(s(23397),s(51107));s(19365);const o={id:"clonedatasetrequest",title:"CloneDatasetRequest",description:"",sidebar_label:"CloneDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,c={id:"api/schemas/clonedatasetrequest",title:"CloneDatasetRequest",description:"",source:"@site/docs/api/schemas/clonedatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/clonedatasetrequest",permalink:"/api/schemas/clonedatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clonedatasetrequest",title:"CloneDatasetRequest",description:"",sidebar_label:"CloneDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetDownloadURLResponse",permalink:"/api/schemas/getdatasetdownloadurlresponse"},next:{title:"CloneDatasetResponse",permalink:"/api/schemas/clonedatasetresponse"}},u={},m=[];function p(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"CloneDatasetRequest"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(l(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Dataset to clone"}}),(0,a.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"New dataset name. If not provided, will use the name of the dataset being\n cloned"}}),(0,a.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset.\n If not provided, will use the name of the dataset being cloned"}}),(0,a.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/06c6ffc3.0aef61db.js b/assets/js/06c6ffc3.0aef61db.js new file mode 100644 index 00000000..3be1ca3f --- /dev/null +++ b/assets/js/06c6ffc3.0aef61db.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3340],{56870:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>h,frontMatter:()=>s,metadata:()=>i,toc:()=>d});var n=a(74848),r=a(28453);a(4865),a(19365),a(79402);const s={id:"deployment",title:"VPC Deployment"},l="Deployment Options",i={id:"deployment",title:"VPC Deployment",description:"Hosting options for the AutoEval platform",source:"@site/docs/deployment.mdx",sourceDirName:".",slug:"/deployment",permalink:"/deployment",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"deployment",title:"VPC Deployment"},sidebar:"sidebar",previous:{title:"GetPseudoLabelJobStatusResponse",permalink:"/api/schemas/getpseudolabeljobstatusresponse"},next:{title:"AI Workbooks",permalink:"/workbooks"}},o={},d=[{value:"Service Architecture",id:"service-architecture",level:3},{value:"Hybrid Deployments",id:"hybrid-deployments",level:4},{value:"Get Started with VPC Deployments",id:"get-started-with-vpc-deployments",level:3}];function c(e){const t={a:"a",admonition:"admonition",h1:"h1",h3:"h3",h4:"h4",header:"header",img:"img",p:"p",...(0,r.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"deployment-options",children:"Deployment Options"})}),"\n",(0,n.jsx)(t.p,{children:"Hosting options for the AutoEval platform"}),"\n",(0,n.jsxs)(t.p,{children:["The AutoEval platform is available as a single-tenant hosted service from ",(0,n.jsx)(t.a,{href:"https://lastmileai.dev",children:"https://lastmileai.dev"}),". It is free to get started, ",(0,n.jsx)(t.a,{href:"/autoeval/models",children:"run evals"}),", generate labels with ",(0,n.jsx)(t.a,{href:"/autoeval/labeling",children:"LLM Judge"}),", ",(0,n.jsx)(t.a,{href:"/autoeval/fine-tune",children:"fine-tune"})," custom metrics and create ",(0,n.jsx)(t.a,{href:"/autoeval/guardrails",children:"guardrails"}),"."]}),"\n",(0,n.jsx)(t.p,{children:"For customers needing more control over the platform data plane or control plane, often for added security and privacy guarantees, we offer VPC deployments on any cloud provider."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{alt:"AutoEval Deployment",src:a(60926).A+"",width:"1800",height:"310"})}),"\n",(0,n.jsx)(t.admonition,{type:"info",children:(0,n.jsxs)(t.p,{children:["AutoEval is already in use at several Fortune 500 enterprises, and can be deployed within enterprise VPCs on AWS, Azure, GCP, and even on-prem.\nPlease contact ",(0,n.jsx)(t.a,{href:"mailto:sales@lastmileai.dev",children:"sales@lastmileai.dev"})," to get in touch."]})}),"\n",(0,n.jsx)(t.h3,{id:"service-architecture",children:"Service Architecture"}),"\n",(0,n.jsxs)(t.p,{children:["LastMile AI provides deployable containers (OCI) that can be hosted on your private cloud through ",(0,n.jsx)(t.a,{href:"https://www.docker.com/",children:"Docker"}),", ",(0,n.jsx)(t.a,{href:"https://podman.io/",children:"Podman"}),", or any other OCI certified service."]}),"\n",(0,n.jsxs)(t.p,{children:["Here is the AWS service architecture for the AutoEval platform. Similar deployments are available for Azure and Google Cloud.\n",(0,n.jsx)(t.img,{alt:"AutoEval Architecture",src:a(7368).A+"",width:"5376",height:"3520"})]}),"\n",(0,n.jsx)(t.h4,{id:"hybrid-deployments",children:"Hybrid Deployments"}),"\n",(0,n.jsx)(t.p,{children:"In certain cases, you may want to have more fine-grained deployments (e.g. use the hosted platform for fine-tuning, but deploy the models and inference server in VPC).\nThis hybrid deployment is also available, and depends on which part of the control or data plane you need control over."}),"\n",(0,n.jsx)(t.h3,{id:"get-started-with-vpc-deployments",children:"Get Started with VPC Deployments"}),"\n",(0,n.jsxs)(t.p,{children:["If you are interested in hosting AutoEval and alBERTa models within your private cloud, please contact ",(0,n.jsx)(t.a,{href:"mailto:sales@lastmileai.dev",children:"sales@lastmileai.dev"}),"."]})]})}function h(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(c,{...e})}):c(e)}},79402:(e,t,a)=>{var n=a(38193);!!n.default.canUseDOM&&navigator.platform.startsWith("Mac"),!!n.default.canUseDOM&&navigator.platform.startsWith("Win")},4865:(e,t,a)=>{a.d(t,{A:()=>m});var n=a(96540),r=a(18215),s=a(23104),l=a(47751),i=a(92303);const o={tabList:"tabList__CuJ",tabItem:"tabItem_LNqP"};var d=a(74848);function c(e){let{className:t,block:a,selectedValue:n,selectValue:l,tabValues:i}=e;const c=[],{blockElementScrollPositionUntilNextRender:h}=(0,s.a_)(),p=e=>{const t=e.currentTarget,a=c.indexOf(t),r=i[a].value;r!==n&&(h(t),l(r))},m=e=>{let t=null;switch(e.key){case"Enter":p(e);break;case"ArrowRight":{const a=c.indexOf(e.currentTarget)+1;t=c[a]??c[0];break}case"ArrowLeft":{const a=c.indexOf(e.currentTarget)-1;t=c[a]??c[c.length-1];break}}t?.focus()};return(0,d.jsx)("ul",{role:"tablist","aria-orientation":"horizontal",className:(0,r.A)("tabs",{"tabs--block":a},t),children:i.map((e=>{let{value:t,label:a,attributes:s}=e;return(0,d.jsx)("li",{role:"tab",tabIndex:n===t?0:-1,"aria-selected":n===t,ref:e=>c.push(e),onKeyDown:m,onClick:p,...s,className:(0,r.A)("tabs__item",o.tabItem,s?.className,{"tabs__item--active":n===t}),children:a??t},t)}))})}function h(e){let{lazy:t,children:a,selectedValue:s}=e;const l=(Array.isArray(a)?a:[a]).filter(Boolean);if(t){const e=l.find((e=>e.props.value===s));return e?(0,n.cloneElement)(e,{className:(0,r.A)("margin-top--md",e.props.className)}):null}return(0,d.jsx)("div",{className:"margin-top--md",children:l.map(((e,t)=>(0,n.cloneElement)(e,{key:t,hidden:e.props.value!==s})))})}function p(e){const t=(0,l.u)(e);return(0,d.jsxs)("div",{className:(0,r.A)("tabs-container",o.tabList),children:[(0,d.jsx)(c,{...t,...e}),(0,d.jsx)(h,{...t,...e})]})}function m(e){const t=(0,i.default)();return(0,d.jsx)(p,{...e,children:(0,l.v)(e.children)},String(t))}},7368:(e,t,a)=>{a.d(t,{A:()=>n});const n=a.p+"assets/images/architecture_diagram-c0216173fb1e1b00d205b6a384372c88.png"},60926:(e,t,a)=>{a.d(t,{A:()=>n});const n=a.p+"assets/images/deployment-0056ead1f4ef3752670a30995b48d1cd.png"}}]); \ No newline at end of file diff --git a/assets/js/06c6ffc3.1ca47d32.js b/assets/js/06c6ffc3.1ca47d32.js deleted file mode 100644 index e6b57974..00000000 --- a/assets/js/06c6ffc3.1ca47d32.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3340],{56870:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>o,contentTitle:()=>l,default:()=>h,frontMatter:()=>s,metadata:()=>i,toc:()=>d});var n=a(74848),r=a(28453);a(4865),a(19365),a(79402);const s={id:"deployment",title:"VPC Deployment"},l="Deployment Options",i={id:"deployment",title:"VPC Deployment",description:"Hosting options for the AutoEval platform",source:"@site/docs/deployment.mdx",sourceDirName:".",slug:"/deployment",permalink:"/deployment",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{id:"deployment",title:"VPC Deployment"},sidebar:"sidebar",previous:{title:"google.protobuf.Value",permalink:"/api/schemas/google-protobuf-value"},next:{title:"AI Workbooks",permalink:"/workbooks"}},o={},d=[{value:"Service Architecture",id:"service-architecture",level:3},{value:"Hybrid Deployments",id:"hybrid-deployments",level:4},{value:"Get Started with VPC Deployments",id:"get-started-with-vpc-deployments",level:3}];function c(e){const t={a:"a",admonition:"admonition",h1:"h1",h3:"h3",h4:"h4",header:"header",img:"img",p:"p",...(0,r.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"deployment-options",children:"Deployment Options"})}),"\n",(0,n.jsx)(t.p,{children:"Hosting options for the AutoEval platform"}),"\n",(0,n.jsxs)(t.p,{children:["The AutoEval platform is available as a single-tenant hosted service from ",(0,n.jsx)(t.a,{href:"https://lastmileai.dev",children:"https://lastmileai.dev"}),". It is free to get started, ",(0,n.jsx)(t.a,{href:"/autoeval/models",children:"run evals"}),", generate labels with ",(0,n.jsx)(t.a,{href:"/autoeval/labeling",children:"LLM Judge"}),", ",(0,n.jsx)(t.a,{href:"/autoeval/fine-tune",children:"fine-tune"})," custom metrics and create ",(0,n.jsx)(t.a,{href:"/autoeval/guardrails",children:"guardrails"}),"."]}),"\n",(0,n.jsx)(t.p,{children:"For customers needing more control over the platform data plane or control plane, often for added security and privacy guarantees, we offer VPC deployments on any cloud provider."}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.img,{alt:"AutoEval Deployment",src:a(60926).A+"",width:"1800",height:"310"})}),"\n",(0,n.jsx)(t.admonition,{type:"info",children:(0,n.jsxs)(t.p,{children:["AutoEval is already in use at several Fortune 500 enterprises, and can be deployed within enterprise VPCs on AWS, Azure, GCP, and even on-prem.\nPlease contact ",(0,n.jsx)(t.a,{href:"mailto:sales@lastmileai.dev",children:"sales@lastmileai.dev"})," to get in touch."]})}),"\n",(0,n.jsx)(t.h3,{id:"service-architecture",children:"Service Architecture"}),"\n",(0,n.jsxs)(t.p,{children:["LastMile AI provides deployable containers (OCI) that can be hosted on your private cloud through ",(0,n.jsx)(t.a,{href:"https://www.docker.com/",children:"Docker"}),", ",(0,n.jsx)(t.a,{href:"https://podman.io/",children:"Podman"}),", or any other OCI certified service."]}),"\n",(0,n.jsxs)(t.p,{children:["Here is the AWS service architecture for the AutoEval platform. Similar deployments are available for Azure and Google Cloud.\n",(0,n.jsx)(t.img,{alt:"AutoEval Architecture",src:a(7368).A+"",width:"5376",height:"3520"})]}),"\n",(0,n.jsx)(t.h4,{id:"hybrid-deployments",children:"Hybrid Deployments"}),"\n",(0,n.jsx)(t.p,{children:"In certain cases, you may want to have more fine-grained deployments (e.g. use the hosted platform for fine-tuning, but deploy the models and inference server in VPC).\nThis hybrid deployment is also available, and depends on which part of the control or data plane you need control over."}),"\n",(0,n.jsx)(t.h3,{id:"get-started-with-vpc-deployments",children:"Get Started with VPC Deployments"}),"\n",(0,n.jsxs)(t.p,{children:["If you are interested in hosting AutoEval and alBERTa models within your private cloud, please contact ",(0,n.jsx)(t.a,{href:"mailto:sales@lastmileai.dev",children:"sales@lastmileai.dev"}),"."]})]})}function h(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(c,{...e})}):c(e)}},79402:(e,t,a)=>{var n=a(38193);!!n.default.canUseDOM&&navigator.platform.startsWith("Mac"),!!n.default.canUseDOM&&navigator.platform.startsWith("Win")},4865:(e,t,a)=>{a.d(t,{A:()=>m});var n=a(96540),r=a(18215),s=a(23104),l=a(47751),i=a(92303);const o={tabList:"tabList__CuJ",tabItem:"tabItem_LNqP"};var d=a(74848);function c(e){let{className:t,block:a,selectedValue:n,selectValue:l,tabValues:i}=e;const c=[],{blockElementScrollPositionUntilNextRender:h}=(0,s.a_)(),p=e=>{const t=e.currentTarget,a=c.indexOf(t),r=i[a].value;r!==n&&(h(t),l(r))},m=e=>{let t=null;switch(e.key){case"Enter":p(e);break;case"ArrowRight":{const a=c.indexOf(e.currentTarget)+1;t=c[a]??c[0];break}case"ArrowLeft":{const a=c.indexOf(e.currentTarget)-1;t=c[a]??c[c.length-1];break}}t?.focus()};return(0,d.jsx)("ul",{role:"tablist","aria-orientation":"horizontal",className:(0,r.A)("tabs",{"tabs--block":a},t),children:i.map((e=>{let{value:t,label:a,attributes:s}=e;return(0,d.jsx)("li",{role:"tab",tabIndex:n===t?0:-1,"aria-selected":n===t,ref:e=>c.push(e),onKeyDown:m,onClick:p,...s,className:(0,r.A)("tabs__item",o.tabItem,s?.className,{"tabs__item--active":n===t}),children:a??t},t)}))})}function h(e){let{lazy:t,children:a,selectedValue:s}=e;const l=(Array.isArray(a)?a:[a]).filter(Boolean);if(t){const e=l.find((e=>e.props.value===s));return e?(0,n.cloneElement)(e,{className:(0,r.A)("margin-top--md",e.props.className)}):null}return(0,d.jsx)("div",{className:"margin-top--md",children:l.map(((e,t)=>(0,n.cloneElement)(e,{key:t,hidden:e.props.value!==s})))})}function p(e){const t=(0,l.u)(e);return(0,d.jsxs)("div",{className:(0,r.A)("tabs-container",o.tabList),children:[(0,d.jsx)(c,{...t,...e}),(0,d.jsx)(h,{...t,...e})]})}function m(e){const t=(0,i.default)();return(0,d.jsx)(p,{...e,children:(0,l.v)(e.children)},String(t))}},7368:(e,t,a)=>{a.d(t,{A:()=>n});const n=a.p+"assets/images/architecture_diagram-c0216173fb1e1b00d205b6a384372c88.png"},60926:(e,t,a)=>{a.d(t,{A:()=>n});const n=a.p+"assets/images/deployment-0056ead1f4ef3752670a30995b48d1cd.png"}}]); \ No newline at end of file diff --git a/assets/js/0978efae.6a005577.js b/assets/js/0978efae.6a005577.js deleted file mode 100644 index bd7262e5..00000000 --- a/assets/js/0978efae.6a005577.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2556],{18764:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>p,toc:()=>u});var t=a(74848),i=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const o={id:"evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",sidebar_label:"EvaluateResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,p={id:"api/schemas/evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",source:"@site/docs/api/schemas/evaluateresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluateresponse",permalink:"/api/schemas/evaluateresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",sidebar_label:"EvaluateResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateRequest",permalink:"/api/schemas/evaluaterequest"},next:{title:"EvaluateDatasetRequest",permalink:"/api/schemas/evaluatedatasetrequest"}},d={},u=[];function m(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"EvaluateResponse"}),"\n",(0,t.jsx)(s.p,{children:"The index of the float value corresponds to that of\nthe string combination sent in the request.\nEx: scores.values[i] is taken from\ninput[i], ground_truth[i], context[i], output[i] in EvaluateRequest"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/0978efae.d9f8a9f8.js b/assets/js/0978efae.d9f8a9f8.js new file mode 100644 index 00000000..d866399f --- /dev/null +++ b/assets/js/0978efae.d9f8a9f8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2556],{18764:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>p,toc:()=>m});var t=a(74848),i=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const o={id:"evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",sidebar_label:"EvaluateResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,p={id:"api/schemas/evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",source:"@site/docs/api/schemas/evaluateresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluateresponse",permalink:"/api/schemas/evaluateresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluateresponse",title:"EvaluateResponse",description:"The index of the float value corresponds to that of",sidebar_label:"EvaluateResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Metric",permalink:"/api/schemas/metric"},next:{title:"EvaluateDatasetRequest",permalink:"/api/schemas/evaluatedatasetrequest"}},d={},m=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"EvaluateResponse"}),"\n",(0,t.jsx)(s.p,{children:"The index of the float value corresponds to that of\nthe string combination sent in the request.\nEx: scores.values[i] is taken from\ninput[i], ground_truth[i], context[i], output[i] in EvaluateRequest"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/0be1b42a.192de781.js b/assets/js/0be1b42a.192de781.js new file mode 100644 index 00000000..1b5e723c --- /dev/null +++ b/assets/js/0be1b42a.192de781.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2050],{53776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const c={id:"getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",sidebar_label:"GetFineTuneJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",source:"@site/docs/api/schemas/getfinetunejobstatusresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobstatusresponse",permalink:"/api/schemas/getfinetunejobstatusresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",sidebar_label:"GetFineTuneJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobStatusRequest",permalink:"/api/schemas/getfinetunejobstatusrequest"},next:{title:"ListFineTuneJobsRequest",permalink:"/api/schemas/listfinetunejobsrequest"}},d={},p=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobStatusResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(r(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"fineTuneJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(r(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/0be1b42a.d7fee282.js b/assets/js/0be1b42a.d7fee282.js deleted file mode 100644 index 6387309e..00000000 --- a/assets/js/0be1b42a.d7fee282.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2050],{53776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const c={id:"getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",sidebar_label:"GetFineTuneJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",source:"@site/docs/api/schemas/getfinetunejobstatusresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobstatusresponse",permalink:"/api/schemas/getfinetunejobstatusresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobstatusresponse",title:"GetFineTuneJobStatusResponse",description:"",sidebar_label:"GetFineTuneJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobStatusRequest",permalink:"/api/schemas/getfinetunejobstatusrequest"},next:{title:"ListFineTuneJobsRequestFilters",permalink:"/api/schemas/listfinetunejobsrequestfilters"}},d={},p=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobStatusResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(r(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"fineTuneJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(r(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(r(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/15b64993.37888808.js b/assets/js/15b64993.37888808.js deleted file mode 100644 index acd4c1a3..00000000 --- a/assets/js/15b64993.37888808.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[824],{87952:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>u,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>p,toc:()=>o});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),l=a.n(r),n=(a(23397),a(51107));a(19365);const c={id:"evaluaterequest",title:"EvaluateRequest",description:"",sidebar_label:"EvaluateRequest",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,p={id:"api/schemas/evaluaterequest",title:"EvaluateRequest",description:"",source:"@site/docs/api/schemas/evaluaterequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluaterequest",permalink:"/api/schemas/evaluaterequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluaterequest",title:"EvaluateRequest",description:"",sidebar_label:"EvaluateRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Metric",permalink:"/api/schemas/metric"},next:{title:"EvaluateResponse",permalink:"/api/schemas/evaluateresponse"}},u={},o=[];function d(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"EvaluateRequest"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(l(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(l(),{collapsible:!1,name:"input",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(l(),{collapsible:!1,name:"output",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(l(),{collapsible:!1,name:"groundTruth",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}}}]); \ No newline at end of file diff --git a/assets/js/15b64993.9a6cfbeb.js b/assets/js/15b64993.9a6cfbeb.js new file mode 100644 index 00000000..f3d4f5d1 --- /dev/null +++ b/assets/js/15b64993.9a6cfbeb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[824],{87952:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>u});var t=a(74848),i=a(28453),r=(a(6050),a(60674)),l=a.n(r),n=(a(23397),a(51107));a(19365);const c={id:"evaluaterequest",title:"EvaluateRequest",description:"",sidebar_label:"EvaluateRequest",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/evaluaterequest",title:"EvaluateRequest",description:"",source:"@site/docs/api/schemas/evaluaterequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluaterequest",permalink:"/api/schemas/evaluaterequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluaterequest",title:"EvaluateRequest",description:"",sidebar_label:"EvaluateRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ArchiveDatasetResponse",permalink:"/api/schemas/archivedatasetresponse"},next:{title:"Metric",permalink:"/api/schemas/metric"}},p={},u=[];function d(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"EvaluateRequest"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(l(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,t.jsx)(l(),{collapsible:!1,name:"input",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,t.jsx)(l(),{collapsible:!1,name:"output",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,t.jsx)(l(),{collapsible:!1,name:"groundTruth",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(d,{...e})}):d(e)}}}]); \ No newline at end of file diff --git a/assets/js/1c1dc7ea.f3a001fc.js b/assets/js/1c1dc7ea.229f4346.js similarity index 52% rename from assets/js/1c1dc7ea.f3a001fc.js rename to assets/js/1c1dc7ea.229f4346.js index 38e5a5db..cfd002a0 100644 --- a/assets/js/1c1dc7ea.f3a001fc.js +++ b/assets/js/1c1dc7ea.229f4346.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[876],{50972:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>c,contentTitle:()=>d,default:()=>m,frontMatter:()=>n,metadata:()=>u,toc:()=>b});var t=a(74848),o=a(28453),l=(a(6050),a(60674)),r=a.n(l),i=(a(23397),a(51107));a(19365);const n={id:"createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",sidebar_label:"CreatePseudoLabelJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,u={id:"api/schemas/createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",source:"@site/docs/api/schemas/createpseudolabeljobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createpseudolabeljobresponse",permalink:"/api/schemas/createpseudolabeljobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",sidebar_label:"CreatePseudoLabelJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreatePseudoLabelJobRequest",permalink:"/api/schemas/createpseudolabeljobrequest"},next:{title:"SubmitPseudoLabelJobRequest",permalink:"/api/schemas/submitpseudolabeljobrequest"}},c={},b=[];function p(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(i.default,{as:"h1",className:"openapi__heading",children:"CreatePseudoLabelJobResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function m(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[876],{50972:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>c,contentTitle:()=>d,default:()=>m,frontMatter:()=>n,metadata:()=>p,toc:()=>u});var t=a(74848),o=a(28453),l=(a(6050),a(60674)),r=a.n(l),i=(a(23397),a(51107));a(19365);const n={id:"createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",sidebar_label:"CreatePseudoLabelJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,p={id:"api/schemas/createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",source:"@site/docs/api/schemas/createpseudolabeljobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createpseudolabeljobresponse",permalink:"/api/schemas/createpseudolabeljobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createpseudolabeljobresponse",title:"CreatePseudoLabelJobResponse",description:"",sidebar_label:"CreatePseudoLabelJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"PromptTemplate",permalink:"/api/schemas/prompttemplate"},next:{title:"SubmitPseudoLabelJobRequest",permalink:"/api/schemas/submitpseudolabeljobrequest"}},c={},u=[];function b(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(i.default,{as:"h1",className:"openapi__heading",children:"CreatePseudoLabelJobResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function m(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(b,{...e})}):b()}}}]); \ No newline at end of file diff --git a/assets/js/22dd74f7.033355fb.js b/assets/js/22dd74f7.033355fb.js new file mode 100644 index 00000000..9294065f --- /dev/null +++ b/assets/js/22dd74f7.033355fb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1567],{55226:e=>{e.exports=JSON.parse('{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"sidebar":[{"type":"link","label":"Introduction","href":"/","docId":"overview","unlisted":false},{"type":"link","label":"Quickstart","href":"/quickstart","docId":"quickstart","unlisted":false},{"type":"category","label":"AutoEval Developer Platform","items":[{"type":"link","label":"Introduction","href":"/autoeval/autoeval-intro","docId":"autoeval/autoeval-intro","unlisted":false},{"type":"link","label":"Evaluation Metrics","href":"/autoeval/metrics","docId":"autoeval/metrics","unlisted":false},{"type":"category","label":"Manage Datasets","items":[{"type":"link","label":"Example Datasets","href":"/autoeval/datasets/example-datasets","docId":"autoeval/datasets/example-datasets","unlisted":false}],"collapsed":true,"collapsible":true,"href":"/autoeval/datasets"},{"type":"link","label":"Synthetic Labeling","href":"/autoeval/labeling","docId":"autoeval/labeling","unlisted":false},{"type":"link","label":"Fine-tune Evaluators","href":"/autoeval/fine-tune","docId":"autoeval/fine-tune","unlisted":false},{"type":"link","label":"Evaluator Models","href":"/autoeval/models","docId":"autoeval/models","unlisted":false},{"type":"link","label":"Create Guardrails","href":"/autoeval/guardrails","docId":"autoeval/guardrails","unlisted":false}],"collapsible":true,"collapsed":true,"href":"/autoeval/"},{"type":"category","label":"API","items":[{"type":"link","label":"LastMile SDK","href":"/sdk","docId":"sdk","unlisted":false},{"type":"link","label":"Manage API keys","href":"/api-keys","docId":"api-keys","unlisted":false},{"type":"link","label":"LastMile AI API V2","href":"/api/lastmile-ai-api-v-2","docId":"api/lastmile-ai-api-v-2","unlisted":false},{"type":"category","label":"Dataset","items":[{"type":"link","label":"Create Dataset","href":"/api/create-dataset","className":"api-method post","docId":"api/create-dataset","unlisted":false},{"type":"link","label":"Upload Dataset File","href":"/api/upload-dataset-file","className":"api-method post","docId":"api/upload-dataset-file","unlisted":false},{"type":"link","label":"Finalize Single Dataset File Upload","href":"/api/finalize-single-dataset-file-upload","className":"api-method post","docId":"api/finalize-single-dataset-file-upload","unlisted":false},{"type":"link","label":"Get Dataset","href":"/api/get-dataset","className":"api-method post","docId":"api/get-dataset","unlisted":false},{"type":"link","label":"Get Dataset Download URL","href":"/api/get-dataset-download-url","className":"api-method post","docId":"api/get-dataset-download-url","unlisted":false},{"type":"link","label":"Get Dataset View","href":"/api/get-dataset-view","className":"api-method post","docId":"api/get-dataset-view","unlisted":false},{"type":"link","label":"List Datasets","href":"/api/list-datasets","className":"api-method post","docId":"api/list-datasets","unlisted":false},{"type":"link","label":"Clone Dataset","href":"/api/clone-dataset","className":"api-method post","docId":"api/clone-dataset","unlisted":false},{"type":"link","label":"Archive Dataset","href":"/api/archive-dataset","className":"api-method post","docId":"api/archive-dataset","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Evaluation","items":[{"type":"link","label":"Evaluate","href":"/api/evaluate","className":"api-method post","docId":"api/evaluate","unlisted":false},{"type":"link","label":"Evaluate Dataset","href":"/api/evaluate-dataset","className":"api-method post","docId":"api/evaluate-dataset","unlisted":false},{"type":"link","label":"List Metrics","href":"/api/list-metrics","className":"api-method post","docId":"api/list-metrics","unlisted":false},{"type":"link","label":"Get Metric","href":"/api/get-metric","className":"api-method post","docId":"api/get-metric","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Fine Tune Job","items":[{"type":"link","label":"Create Fine Tune Job","href":"/api/create-fine-tune-job","className":"api-method post","docId":"api/create-fine-tune-job","unlisted":false},{"type":"link","label":"Submit Fine Tune Job","href":"/api/submit-fine-tune-job","className":"api-method post","docId":"api/submit-fine-tune-job","unlisted":false},{"type":"link","label":"Get Fine Tune Job","href":"/api/get-fine-tune-job","className":"api-method post","docId":"api/get-fine-tune-job","unlisted":false},{"type":"link","label":"Get Fine Tune Job Status","href":"/api/get-fine-tune-job-status","className":"api-method post","docId":"api/get-fine-tune-job-status","unlisted":false},{"type":"link","label":"List Fine Tune Jobs","href":"/api/list-fine-tune-jobs","className":"api-method post","docId":"api/list-fine-tune-jobs","unlisted":false},{"type":"link","label":"List Base Models","href":"/api/list-base-models","className":"api-method post","docId":"api/list-base-models","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Project","items":[{"type":"link","label":"Create Project","href":"/api/create-project","className":"api-method post","docId":"api/create-project","unlisted":false},{"type":"link","label":"Get Project","href":"/api/get-project","className":"api-method post","docId":"api/get-project","unlisted":false},{"type":"link","label":"List Projects","href":"/api/list-projects","className":"api-method post","docId":"api/list-projects","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Pseudo Label Job","items":[{"type":"link","label":"Create Pseudo Label Job","href":"/api/create-pseudo-label-job","className":"api-method post","docId":"api/create-pseudo-label-job","unlisted":false},{"type":"link","label":"Submit Pseudo Label Job","href":"/api/submit-pseudo-label-job","className":"api-method post","docId":"api/submit-pseudo-label-job","unlisted":false},{"type":"link","label":"Get Pseudo Label Job Status","href":"/api/get-pseudo-label-job-status","className":"api-method post","docId":"api/get-pseudo-label-job-status","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Schemas","items":[{"type":"link","label":"CreateDatasetRequest","href":"/api/schemas/createdatasetrequest","className":"schema","docId":"api/schemas/createdatasetrequest","unlisted":false},{"type":"link","label":"CreateDatasetResponse","href":"/api/schemas/createdatasetresponse","className":"schema","docId":"api/schemas/createdatasetresponse","unlisted":false},{"type":"link","label":"Dataset","href":"/api/schemas/dataset","className":"schema","docId":"api/schemas/dataset","unlisted":false},{"type":"link","label":"Timestamp","href":"/api/schemas/timestamp","className":"schema","docId":"api/schemas/timestamp","unlisted":false},{"type":"link","label":"DatasetColumnInfo","href":"/api/schemas/datasetcolumninfo","className":"schema","docId":"api/schemas/datasetcolumninfo","unlisted":false},{"type":"link","label":"DatasetLabelState","href":"/api/schemas/datasetlabelstate","className":"schema","docId":"api/schemas/datasetlabelstate","unlisted":false},{"type":"link","label":"UploadDatasetFileRequest","href":"/api/schemas/uploaddatasetfilerequest","className":"schema","docId":"api/schemas/uploaddatasetfilerequest","unlisted":false},{"type":"link","label":"UploadDatasetFileResponse","href":"/api/schemas/uploaddatasetfileresponse","className":"schema","docId":"api/schemas/uploaddatasetfileresponse","unlisted":false},{"type":"link","label":"S3PresignedPost","href":"/api/schemas/s-3-presignedpost","className":"schema","docId":"api/schemas/s-3-presignedpost","unlisted":false},{"type":"link","label":"FieldsEntry","href":"/api/schemas/fieldsentry","className":"schema","docId":"api/schemas/fieldsentry","unlisted":false},{"type":"link","label":"FinalizeSingleDatasetFileUploadRequest","href":"/api/schemas/finalizesingledatasetfileuploadrequest","className":"schema","docId":"api/schemas/finalizesingledatasetfileuploadrequest","unlisted":false},{"type":"link","label":"FinalizeSingleDatasetFileUploadResponse","href":"/api/schemas/finalizesingledatasetfileuploadresponse","className":"schema","docId":"api/schemas/finalizesingledatasetfileuploadresponse","unlisted":false},{"type":"link","label":"DatasetFileInfo","href":"/api/schemas/datasetfileinfo","className":"schema","docId":"api/schemas/datasetfileinfo","unlisted":false},{"type":"link","label":"GetDatasetRequest","href":"/api/schemas/getdatasetrequest","className":"schema","docId":"api/schemas/getdatasetrequest","unlisted":false},{"type":"link","label":"GetDatasetResponse","href":"/api/schemas/getdatasetresponse","className":"schema","docId":"api/schemas/getdatasetresponse","unlisted":false},{"type":"link","label":"GetDatasetDownloadURLRequest","href":"/api/schemas/getdatasetdownloadurlrequest","className":"schema","docId":"api/schemas/getdatasetdownloadurlrequest","unlisted":false},{"type":"link","label":"GetDatasetDownloadURLResponse","href":"/api/schemas/getdatasetdownloadurlresponse","className":"schema","docId":"api/schemas/getdatasetdownloadurlresponse","unlisted":false},{"type":"link","label":"GetDatasetViewRequest","href":"/api/schemas/getdatasetviewrequest","className":"schema","docId":"api/schemas/getdatasetviewrequest","unlisted":false},{"type":"link","label":"ColumnFilter","href":"/api/schemas/columnfilter","className":"schema","docId":"api/schemas/columnfilter","unlisted":false},{"type":"link","label":"StringCriteria","href":"/api/schemas/stringcriteria","className":"schema","docId":"api/schemas/stringcriteria","unlisted":false},{"type":"link","label":"NumericCriteria","href":"/api/schemas/numericcriteria","className":"schema","docId":"api/schemas/numericcriteria","unlisted":false},{"type":"link","label":"RowTagsCriteria","href":"/api/schemas/rowtagscriteria","className":"schema","docId":"api/schemas/rowtagscriteria","unlisted":false},{"type":"link","label":"TimeRangeCriteria","href":"/api/schemas/timerangecriteria","className":"schema","docId":"api/schemas/timerangecriteria","unlisted":false},{"type":"link","label":"GetDatasetViewResponse","href":"/api/schemas/getdatasetviewresponse","className":"schema","docId":"api/schemas/getdatasetviewresponse","unlisted":false},{"type":"link","label":"DatasetView","href":"/api/schemas/datasetview","className":"schema","docId":"api/schemas/datasetview","unlisted":false},{"type":"link","label":"DataRow","href":"/api/schemas/datarow","className":"schema","docId":"api/schemas/datarow","unlisted":false},{"type":"link","label":"google.protobuf.Value","href":"/api/schemas/google-protobuf-value","className":"schema","docId":"api/schemas/google-protobuf-value","unlisted":false},{"type":"link","label":"Struct","href":"/api/schemas/struct","className":"schema","docId":"api/schemas/struct","unlisted":false},{"type":"link","label":"FieldsEntry","href":"/api/schemas/fieldsentry","className":"schema","docId":"api/schemas/fieldsentry","unlisted":false},{"type":"link","label":"ListValue","href":"/api/schemas/listvalue","className":"schema","docId":"api/schemas/listvalue","unlisted":false},{"type":"link","label":"ListDatasetsRequest","href":"/api/schemas/listdatasetsrequest","className":"schema","docId":"api/schemas/listdatasetsrequest","unlisted":false},{"type":"link","label":"ListDatasetsRequestFilters","href":"/api/schemas/listdatasetsrequestfilters","className":"schema","docId":"api/schemas/listdatasetsrequestfilters","unlisted":false},{"type":"link","label":"ListDatasetsResponse","href":"/api/schemas/listdatasetsresponse","className":"schema","docId":"api/schemas/listdatasetsresponse","unlisted":false},{"type":"link","label":"CloneDatasetRequest","href":"/api/schemas/clonedatasetrequest","className":"schema","docId":"api/schemas/clonedatasetrequest","unlisted":false},{"type":"link","label":"CloneDatasetResponse","href":"/api/schemas/clonedatasetresponse","className":"schema","docId":"api/schemas/clonedatasetresponse","unlisted":false},{"type":"link","label":"ArchiveDatasetRequest","href":"/api/schemas/archivedatasetrequest","className":"schema","docId":"api/schemas/archivedatasetrequest","unlisted":false},{"type":"link","label":"ArchiveDatasetResponse","href":"/api/schemas/archivedatasetresponse","className":"schema","docId":"api/schemas/archivedatasetresponse","unlisted":false},{"type":"link","label":"EvaluateRequest","href":"/api/schemas/evaluaterequest","className":"schema","docId":"api/schemas/evaluaterequest","unlisted":false},{"type":"link","label":"Metric","href":"/api/schemas/metric","className":"schema","docId":"api/schemas/metric","unlisted":false},{"type":"link","label":"EvaluateResponse","href":"/api/schemas/evaluateresponse","className":"schema","docId":"api/schemas/evaluateresponse","unlisted":false},{"type":"link","label":"EvaluateDatasetRequest","href":"/api/schemas/evaluatedatasetrequest","className":"schema","docId":"api/schemas/evaluatedatasetrequest","unlisted":false},{"type":"link","label":"EvaluateDatasetResponse","href":"/api/schemas/evaluatedatasetresponse","className":"schema","docId":"api/schemas/evaluatedatasetresponse","unlisted":false},{"type":"link","label":"ListMetricsRequest","href":"/api/schemas/listmetricsrequest","className":"schema","docId":"api/schemas/listmetricsrequest","unlisted":false},{"type":"link","label":"ListMetricsResponse","href":"/api/schemas/listmetricsresponse","className":"schema","docId":"api/schemas/listmetricsresponse","unlisted":false},{"type":"link","label":"GetMetricRequest","href":"/api/schemas/getmetricrequest","className":"schema","docId":"api/schemas/getmetricrequest","unlisted":false},{"type":"link","label":"GetMetricResponse","href":"/api/schemas/getmetricresponse","className":"schema","docId":"api/schemas/getmetricresponse","unlisted":false},{"type":"link","label":"CreateFineTuneJobRequest","href":"/api/schemas/createfinetunejobrequest","className":"schema","docId":"api/schemas/createfinetunejobrequest","unlisted":false},{"type":"link","label":"FineTuneJobConfig","href":"/api/schemas/finetunejobconfig","className":"schema","docId":"api/schemas/finetunejobconfig","unlisted":false},{"type":"link","label":"CreateFineTuneJobResponse","href":"/api/schemas/createfinetunejobresponse","className":"schema","docId":"api/schemas/createfinetunejobresponse","unlisted":false},{"type":"link","label":"SubmitFineTuneJobRequest","href":"/api/schemas/submitfinetunejobrequest","className":"schema","docId":"api/schemas/submitfinetunejobrequest","unlisted":false},{"type":"link","label":"SubmitFineTuneJobResponse","href":"/api/schemas/submitfinetunejobresponse","className":"schema","docId":"api/schemas/submitfinetunejobresponse","unlisted":false},{"type":"link","label":"GetFineTuneJobRequest","href":"/api/schemas/getfinetunejobrequest","className":"schema","docId":"api/schemas/getfinetunejobrequest","unlisted":false},{"type":"link","label":"GetFineTuneJobResponse","href":"/api/schemas/getfinetunejobresponse","className":"schema","docId":"api/schemas/getfinetunejobresponse","unlisted":false},{"type":"link","label":"FineTuneJob","href":"/api/schemas/finetunejob","className":"schema","docId":"api/schemas/finetunejob","unlisted":false},{"type":"link","label":"FineTuneJobResult","href":"/api/schemas/finetunejobresult","className":"schema","docId":"api/schemas/finetunejobresult","unlisted":false},{"type":"link","label":"TrainingProgress","href":"/api/schemas/trainingprogress","className":"schema","docId":"api/schemas/trainingprogress","unlisted":false},{"type":"link","label":"ModelFile","href":"/api/schemas/modelfile","className":"schema","docId":"api/schemas/modelfile","unlisted":false},{"type":"link","label":"GetFineTuneJobStatusRequest","href":"/api/schemas/getfinetunejobstatusrequest","className":"schema","docId":"api/schemas/getfinetunejobstatusrequest","unlisted":false},{"type":"link","label":"GetFineTuneJobStatusResponse","href":"/api/schemas/getfinetunejobstatusresponse","className":"schema","docId":"api/schemas/getfinetunejobstatusresponse","unlisted":false},{"type":"link","label":"ListFineTuneJobsRequest","href":"/api/schemas/listfinetunejobsrequest","className":"schema","docId":"api/schemas/listfinetunejobsrequest","unlisted":false},{"type":"link","label":"ListFineTuneJobsRequestFilters","href":"/api/schemas/listfinetunejobsrequestfilters","className":"schema","docId":"api/schemas/listfinetunejobsrequestfilters","unlisted":false},{"type":"link","label":"ListFineTuneJobsResponse","href":"/api/schemas/listfinetunejobsresponse","className":"schema","docId":"api/schemas/listfinetunejobsresponse","unlisted":false},{"type":"link","label":"ListBaseModelsRequest","href":"/api/schemas/listbasemodelsrequest","className":"schema","docId":"api/schemas/listbasemodelsrequest","unlisted":false},{"type":"link","label":"ListBaseModelsResponse","href":"/api/schemas/listbasemodelsresponse","className":"schema","docId":"api/schemas/listbasemodelsresponse","unlisted":false},{"type":"link","label":"Model","href":"/api/schemas/model","className":"schema","docId":"api/schemas/model","unlisted":false},{"type":"link","label":"MetricBaseModel","href":"/api/schemas/metricbasemodel","className":"schema","docId":"api/schemas/metricbasemodel","unlisted":false},{"type":"link","label":"ModelCard","href":"/api/schemas/modelcard","className":"schema","docId":"api/schemas/modelcard","unlisted":false},{"type":"link","label":"ValuesEntry","href":"/api/schemas/valuesentry","className":"schema","docId":"api/schemas/valuesentry","unlisted":false},{"type":"link","label":"CreateProjectRequest","href":"/api/schemas/createprojectrequest","className":"schema","docId":"api/schemas/createprojectrequest","unlisted":false},{"type":"link","label":"CreateProjectResponse","href":"/api/schemas/createprojectresponse","className":"schema","docId":"api/schemas/createprojectresponse","unlisted":false},{"type":"link","label":"Project","href":"/api/schemas/project","className":"schema","docId":"api/schemas/project","unlisted":false},{"type":"link","label":"GetProjectRequest","href":"/api/schemas/getprojectrequest","className":"schema","docId":"api/schemas/getprojectrequest","unlisted":false},{"type":"link","label":"GetProjectResponse","href":"/api/schemas/getprojectresponse","className":"schema","docId":"api/schemas/getprojectresponse","unlisted":false},{"type":"link","label":"ListProjectsRequest","href":"/api/schemas/listprojectsrequest","className":"schema","docId":"api/schemas/listprojectsrequest","unlisted":false},{"type":"link","label":"ListProjectsRequestFilters","href":"/api/schemas/listprojectsrequestfilters","className":"schema","docId":"api/schemas/listprojectsrequestfilters","unlisted":false},{"type":"link","label":"ListProjectsResponse","href":"/api/schemas/listprojectsresponse","className":"schema","docId":"api/schemas/listprojectsresponse","unlisted":false},{"type":"link","label":"CreatePseudoLabelJobRequest","href":"/api/schemas/createpseudolabeljobrequest","className":"schema","docId":"api/schemas/createpseudolabeljobrequest","unlisted":false},{"type":"link","label":"PseudoLabelJobConfig","href":"/api/schemas/pseudolabeljobconfig","className":"schema","docId":"api/schemas/pseudolabeljobconfig","unlisted":false},{"type":"link","label":"PromptTemplate","href":"/api/schemas/prompttemplate","className":"schema","docId":"api/schemas/prompttemplate","unlisted":false},{"type":"link","label":"CreatePseudoLabelJobResponse","href":"/api/schemas/createpseudolabeljobresponse","className":"schema","docId":"api/schemas/createpseudolabeljobresponse","unlisted":false},{"type":"link","label":"SubmitPseudoLabelJobRequest","href":"/api/schemas/submitpseudolabeljobrequest","className":"schema","docId":"api/schemas/submitpseudolabeljobrequest","unlisted":false},{"type":"link","label":"SubmitPseudoLabelJobResponse","href":"/api/schemas/submitpseudolabeljobresponse","className":"schema","docId":"api/schemas/submitpseudolabeljobresponse","unlisted":false},{"type":"link","label":"GetPseudoLabelJobStatusRequest","href":"/api/schemas/getpseudolabeljobstatusrequest","className":"schema","docId":"api/schemas/getpseudolabeljobstatusrequest","unlisted":false},{"type":"link","label":"GetPseudoLabelJobStatusResponse","href":"/api/schemas/getpseudolabeljobstatusresponse","className":"schema","docId":"api/schemas/getpseudolabeljobstatusresponse","unlisted":false}],"collapsed":true,"collapsible":true}],"collapsible":true,"collapsed":true,"href":"/category/api"},{"type":"link","label":"VPC Deployment","href":"/deployment","docId":"deployment","unlisted":false},{"type":"link","label":"AI Workbooks","href":"/workbooks","docId":"workbooks","unlisted":false},{"type":"link","label":"RAG Workbench","description":"Experimentation and monitoring of RAG pipelines","className":"sidebar-link","href":"https://rag.lastmileai.dev"},{"type":"link","label":"Prompt Management","description":"AIConfig is the config-based prompt management framework","className":"sidebar-link","href":"https://aiconfig.lastmileai.dev"}]},"docs":{"api-keys":{"id":"api-keys","title":"Manage API keys","description":"Get your LastMile API key","sidebar":"sidebar"},"api/archive-dataset":{"id":"api/archive-dataset","title":"Archive Dataset","description":"Archive a dataset","sidebar":"sidebar"},"api/clone-dataset":{"id":"api/clone-dataset","title":"Clone Dataset","description":"Clone a dataset into a new dataset containing the latest file contents","sidebar":"sidebar"},"api/create-dataset":{"id":"api/create-dataset","title":"Create Dataset","description":"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.","sidebar":"sidebar"},"api/create-fine-tune-job":{"id":"api/create-fine-tune-job","title":"Create Fine Tune Job","description":"Step 1 of 2: Create a new job configuration for fine-tuning, to be","sidebar":"sidebar"},"api/create-project":{"id":"api/create-project","title":"Create Project","description":"Create a new Project","sidebar":"sidebar"},"api/create-pseudo-label-job":{"id":"api/create-pseudo-label-job","title":"Create Pseudo Label Job","description":"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be","sidebar":"sidebar"},"api/evaluate":{"id":"api/evaluate","title":"Evaluate","description":"Evaluate a metric on rows of data, returning scores for each row. Specify","sidebar":"sidebar"},"api/evaluate-dataset":{"id":"api/evaluate-dataset","title":"Evaluate Dataset","description":"Evaluate a metric on a dataset, returning scores for each example. Specify","sidebar":"sidebar"},"api/finalize-single-dataset-file-upload":{"id":"api/finalize-single-dataset-file-upload","title":"Finalize Single Dataset File Upload","description":"Finalize a Dataset file upload. This call should be made after the file has","sidebar":"sidebar"},"api/get-dataset":{"id":"api/get-dataset","title":"Get Dataset","description":"Get a Dataset.","sidebar":"sidebar"},"api/get-dataset-download-url":{"id":"api/get-dataset-download-url","title":"Get Dataset Download URL","description":"Get a download url for a Dataset.","sidebar":"sidebar"},"api/get-dataset-view":{"id":"api/get-dataset-view","title":"Get Dataset View","description":"Get a paginated view of the data within a Dataset.","sidebar":"sidebar"},"api/get-fine-tune-job":{"id":"api/get-fine-tune-job","title":"Get Fine Tune Job","description":"Get the full job details","sidebar":"sidebar"},"api/get-fine-tune-job-status":{"id":"api/get-fine-tune-job-status","title":"Get Fine Tune Job Status","description":"Get the status of an existing job, including any results.","sidebar":"sidebar"},"api/get-metric":{"id":"api/get-metric","title":"Get Metric","description":"Get a specific evaluation metric by id or name.","sidebar":"sidebar"},"api/get-project":{"id":"api/get-project","title":"Get Project","description":"Get a Project.","sidebar":"sidebar"},"api/get-pseudo-label-job-status":{"id":"api/get-pseudo-label-job-status","title":"Get Pseudo Label Job Status","description":"Get the status of an existing job, including any results.","sidebar":"sidebar"},"api/lastmile-ai-api-v-2":{"id":"api/lastmile-ai-api-v-2","title":"LastMile AI API V2","description":"LastMile AI API V2: Components","sidebar":"sidebar"},"api/list-base-models":{"id":"api/list-base-models","title":"List Base Models","description":"List all base models available for fine-tuning.","sidebar":"sidebar"},"api/list-datasets":{"id":"api/list-datasets","title":"List Datasets","description":"List Datasets.","sidebar":"sidebar"},"api/list-fine-tune-jobs":{"id":"api/list-fine-tune-jobs","title":"List Fine Tune Jobs","description":"List all fine-tune jobs with optional filters.","sidebar":"sidebar"},"api/list-metrics":{"id":"api/list-metrics","title":"List Metrics","description":"List all available evaluation metrics.","sidebar":"sidebar"},"api/list-projects":{"id":"api/list-projects","title":"List Projects","description":"List Projects.","sidebar":"sidebar"},"api/schemas/archivedatasetrequest":{"id":"api/schemas/archivedatasetrequest","title":"ArchiveDatasetRequest","description":"Delete a dataset","sidebar":"sidebar"},"api/schemas/archivedatasetresponse":{"id":"api/schemas/archivedatasetresponse","title":"ArchiveDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/clonedatasetrequest":{"id":"api/schemas/clonedatasetrequest","title":"CloneDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/clonedatasetresponse":{"id":"api/schemas/clonedatasetresponse","title":"CloneDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/columnfilter":{"id":"api/schemas/columnfilter","title":"ColumnFilter","description":"","sidebar":"sidebar"},"api/schemas/createdatasetrequest":{"id":"api/schemas/createdatasetrequest","title":"CreateDatasetRequest","description":"Create a Dataset, initially an empty shell until a file is uploaded","sidebar":"sidebar"},"api/schemas/createdatasetresponse":{"id":"api/schemas/createdatasetresponse","title":"CreateDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/createfinetunejobrequest":{"id":"api/schemas/createfinetunejobrequest","title":"CreateFineTuneJobRequest","description":"Create a new Fine Tune Job","sidebar":"sidebar"},"api/schemas/createfinetunejobresponse":{"id":"api/schemas/createfinetunejobresponse","title":"CreateFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/createprojectrequest":{"id":"api/schemas/createprojectrequest","title":"CreateProjectRequest","description":"Create a Project","sidebar":"sidebar"},"api/schemas/createprojectresponse":{"id":"api/schemas/createprojectresponse","title":"CreateProjectResponse","description":"","sidebar":"sidebar"},"api/schemas/createpseudolabeljobrequest":{"id":"api/schemas/createpseudolabeljobrequest","title":"CreatePseudoLabelJobRequest","description":"","sidebar":"sidebar"},"api/schemas/createpseudolabeljobresponse":{"id":"api/schemas/createpseudolabeljobresponse","title":"CreatePseudoLabelJobResponse","description":"","sidebar":"sidebar"},"api/schemas/datarow":{"id":"api/schemas/datarow","title":"DataRow","description":"","sidebar":"sidebar"},"api/schemas/dataset":{"id":"api/schemas/dataset","title":"Dataset","description":"A Dataset in the most basic sense: metadata and ownership, but nothing tied","sidebar":"sidebar"},"api/schemas/datasetcolumninfo":{"id":"api/schemas/datasetcolumninfo","title":"DatasetColumnInfo","description":"","sidebar":"sidebar"},"api/schemas/datasetfileinfo":{"id":"api/schemas/datasetfileinfo","title":"DatasetFileInfo","description":"","sidebar":"sidebar"},"api/schemas/datasetlabelstate":{"id":"api/schemas/datasetlabelstate","title":"DatasetLabelState","description":"","sidebar":"sidebar"},"api/schemas/datasetview":{"id":"api/schemas/datasetview","title":"DatasetView","description":"","sidebar":"sidebar"},"api/schemas/evaluatedatasetrequest":{"id":"api/schemas/evaluatedatasetrequest","title":"EvaluateDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/evaluatedatasetresponse":{"id":"api/schemas/evaluatedatasetresponse","title":"EvaluateDatasetResponse","description":"models and scores correspond in the same manner as in EvaluateResponse","sidebar":"sidebar"},"api/schemas/evaluaterequest":{"id":"api/schemas/evaluaterequest","title":"EvaluateRequest","description":"","sidebar":"sidebar"},"api/schemas/evaluateresponse":{"id":"api/schemas/evaluateresponse","title":"EvaluateResponse","description":"The index of the float value corresponds to that of","sidebar":"sidebar"},"api/schemas/fieldsentry":{"id":"api/schemas/fieldsentry","title":"FieldsEntry","description":"","sidebar":"sidebar"},"api/schemas/finalizesingledatasetfileuploadrequest":{"id":"api/schemas/finalizesingledatasetfileuploadrequest","title":"FinalizeSingleDatasetFileUploadRequest","description":"Request to finalize a single dataset file upload","sidebar":"sidebar"},"api/schemas/finalizesingledatasetfileuploadresponse":{"id":"api/schemas/finalizesingledatasetfileuploadresponse","title":"FinalizeSingleDatasetFileUploadResponse","description":"Response after finalizing a single dataset file upload","sidebar":"sidebar"},"api/schemas/finetunejob":{"id":"api/schemas/finetunejob","title":"FineTuneJob","description":"","sidebar":"sidebar"},"api/schemas/finetunejobconfig":{"id":"api/schemas/finetunejobconfig","title":"FineTuneJobConfig","description":"","sidebar":"sidebar"},"api/schemas/finetunejobresult":{"id":"api/schemas/finetunejobresult","title":"FineTuneJobResult","description":"Result of a Fine-Tuning Job.","sidebar":"sidebar"},"api/schemas/getdatasetdownloadurlrequest":{"id":"api/schemas/getdatasetdownloadurlrequest","title":"GetDatasetDownloadURLRequest","description":"","sidebar":"sidebar"},"api/schemas/getdatasetdownloadurlresponse":{"id":"api/schemas/getdatasetdownloadurlresponse","title":"GetDatasetDownloadURLResponse","description":"","sidebar":"sidebar"},"api/schemas/getdatasetrequest":{"id":"api/schemas/getdatasetrequest","title":"GetDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/getdatasetresponse":{"id":"api/schemas/getdatasetresponse","title":"GetDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/getdatasetviewrequest":{"id":"api/schemas/getdatasetviewrequest","title":"GetDatasetViewRequest","description":"Get a view of the data within a dataset.","sidebar":"sidebar"},"api/schemas/getdatasetviewresponse":{"id":"api/schemas/getdatasetviewresponse","title":"GetDatasetViewResponse","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobrequest":{"id":"api/schemas/getfinetunejobrequest","title":"GetFineTuneJobRequest","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobresponse":{"id":"api/schemas/getfinetunejobresponse","title":"GetFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobstatusrequest":{"id":"api/schemas/getfinetunejobstatusrequest","title":"GetFineTuneJobStatusRequest","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobstatusresponse":{"id":"api/schemas/getfinetunejobstatusresponse","title":"GetFineTuneJobStatusResponse","description":"","sidebar":"sidebar"},"api/schemas/getmetricrequest":{"id":"api/schemas/getmetricrequest","title":"GetMetricRequest","description":"Requested metric must have at least id or name set.","sidebar":"sidebar"},"api/schemas/getmetricresponse":{"id":"api/schemas/getmetricresponse","title":"GetMetricResponse","description":"Returns a full metric object with all fields set.","sidebar":"sidebar"},"api/schemas/getprojectrequest":{"id":"api/schemas/getprojectrequest","title":"GetProjectRequest","description":"","sidebar":"sidebar"},"api/schemas/getprojectresponse":{"id":"api/schemas/getprojectresponse","title":"GetProjectResponse","description":"","sidebar":"sidebar"},"api/schemas/getpseudolabeljobstatusrequest":{"id":"api/schemas/getpseudolabeljobstatusrequest","title":"GetPseudoLabelJobStatusRequest","description":"","sidebar":"sidebar"},"api/schemas/getpseudolabeljobstatusresponse":{"id":"api/schemas/getpseudolabeljobstatusresponse","title":"GetPseudoLabelJobStatusResponse","description":"","sidebar":"sidebar"},"api/schemas/google-protobuf-value":{"id":"api/schemas/google-protobuf-value","title":"google.protobuf.Value","description":"Ordered row values with length always equal to `num_rows` on the","sidebar":"sidebar"},"api/schemas/listbasemodelsrequest":{"id":"api/schemas/listbasemodelsrequest","title":"ListBaseModelsRequest","description":"","sidebar":"sidebar"},"api/schemas/listbasemodelsresponse":{"id":"api/schemas/listbasemodelsresponse","title":"ListBaseModelsResponse","description":"","sidebar":"sidebar"},"api/schemas/listdatasetsrequest":{"id":"api/schemas/listdatasetsrequest","title":"ListDatasetsRequest","description":"","sidebar":"sidebar"},"api/schemas/listdatasetsrequestfilters":{"id":"api/schemas/listdatasetsrequestfilters","title":"ListDatasetsRequestFilters","description":"Filter listed datasets by ALL filters specified","sidebar":"sidebar"},"api/schemas/listdatasetsresponse":{"id":"api/schemas/listdatasetsresponse","title":"ListDatasetsResponse","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsrequest":{"id":"api/schemas/listfinetunejobsrequest","title":"ListFineTuneJobsRequest","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsrequestfilters":{"id":"api/schemas/listfinetunejobsrequestfilters","title":"ListFineTuneJobsRequestFilters","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsresponse":{"id":"api/schemas/listfinetunejobsresponse","title":"ListFineTuneJobsResponse","description":"","sidebar":"sidebar"},"api/schemas/listmetricsrequest":{"id":"api/schemas/listmetricsrequest","title":"ListMetricsRequest","description":"","sidebar":"sidebar"},"api/schemas/listmetricsresponse":{"id":"api/schemas/listmetricsresponse","title":"ListMetricsResponse","description":"","sidebar":"sidebar"},"api/schemas/listprojectsrequest":{"id":"api/schemas/listprojectsrequest","title":"ListProjectsRequest","description":"","sidebar":"sidebar"},"api/schemas/listprojectsrequestfilters":{"id":"api/schemas/listprojectsrequestfilters","title":"ListProjectsRequestFilters","description":"","sidebar":"sidebar"},"api/schemas/listprojectsresponse":{"id":"api/schemas/listprojectsresponse","title":"ListProjectsResponse","description":"","sidebar":"sidebar"},"api/schemas/listvalue":{"id":"api/schemas/listvalue","title":"ListValue","description":"","sidebar":"sidebar"},"api/schemas/metric":{"id":"api/schemas/metric","title":"Metric","description":"","sidebar":"sidebar"},"api/schemas/metricbasemodel":{"id":"api/schemas/metricbasemodel","title":"MetricBaseModel","description":"Information about a base model corresponding to a metric","sidebar":"sidebar"},"api/schemas/model":{"id":"api/schemas/model","title":"Model","description":"Definition for the model","sidebar":"sidebar"},"api/schemas/modelcard":{"id":"api/schemas/modelcard","title":"ModelCard","description":"","sidebar":"sidebar"},"api/schemas/modelfile":{"id":"api/schemas/modelfile","title":"ModelFile","description":"Actual file asset corresponding to a model","sidebar":"sidebar"},"api/schemas/numericcriteria":{"id":"api/schemas/numericcriteria","title":"NumericCriteria","description":"","sidebar":"sidebar"},"api/schemas/project":{"id":"api/schemas/project","title":"Project","description":"","sidebar":"sidebar"},"api/schemas/prompttemplate":{"id":"api/schemas/prompttemplate","title":"PromptTemplate","description":"","sidebar":"sidebar"},"api/schemas/pseudolabeljobconfig":{"id":"api/schemas/pseudolabeljobconfig","title":"PseudoLabelJobConfig","description":"Configuration for LLM Judge labeling job.","sidebar":"sidebar"},"api/schemas/rowtagscriteria":{"id":"api/schemas/rowtagscriteria","title":"RowTagsCriteria","description":"","sidebar":"sidebar"},"api/schemas/s-3-presignedpost":{"id":"api/schemas/s-3-presignedpost","title":"S3PresignedPost","description":"","sidebar":"sidebar"},"api/schemas/stringcriteria":{"id":"api/schemas/stringcriteria","title":"StringCriteria","description":"","sidebar":"sidebar"},"api/schemas/struct":{"id":"api/schemas/struct","title":"Struct","description":"","sidebar":"sidebar"},"api/schemas/submitfinetunejobrequest":{"id":"api/schemas/submitfinetunejobrequest","title":"SubmitFineTuneJobRequest","description":"","sidebar":"sidebar"},"api/schemas/submitfinetunejobresponse":{"id":"api/schemas/submitfinetunejobresponse","title":"SubmitFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/submitpseudolabeljobrequest":{"id":"api/schemas/submitpseudolabeljobrequest","title":"SubmitPseudoLabelJobRequest","description":"","sidebar":"sidebar"},"api/schemas/submitpseudolabeljobresponse":{"id":"api/schemas/submitpseudolabeljobresponse","title":"SubmitPseudoLabelJobResponse","description":"","sidebar":"sidebar"},"api/schemas/timerangecriteria":{"id":"api/schemas/timerangecriteria","title":"TimeRangeCriteria","description":"","sidebar":"sidebar"},"api/schemas/timestamp":{"id":"api/schemas/timestamp","title":"Timestamp","description":"","sidebar":"sidebar"},"api/schemas/trainingprogress":{"id":"api/schemas/trainingprogress","title":"TrainingProgress","description":"Progress metrics from model training.","sidebar":"sidebar"},"api/schemas/uploaddatasetfilerequest":{"id":"api/schemas/uploaddatasetfilerequest","title":"UploadDatasetFileRequest","description":"Initiate an upload by requesting a pre-signed S3 upload URL.","sidebar":"sidebar"},"api/schemas/uploaddatasetfileresponse":{"id":"api/schemas/uploaddatasetfileresponse","title":"UploadDatasetFileResponse","description":"","sidebar":"sidebar"},"api/schemas/valuesentry":{"id":"api/schemas/valuesentry","title":"ValuesEntry","description":"","sidebar":"sidebar"},"api/submit-fine-tune-job":{"id":"api/submit-fine-tune-job","title":"Submit Fine Tune Job","description":"Step 2 of 2: Submit the job configuration created by CreateFineTuneJob to","sidebar":"sidebar"},"api/submit-pseudo-label-job":{"id":"api/submit-pseudo-label-job","title":"Submit Pseudo Label Job","description":"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob","sidebar":"sidebar"},"api/upload-dataset-file":{"id":"api/upload-dataset-file","title":"Upload Dataset File","description":"Initiate a file upload to a Dataset. Call FinalizeSingleDatasetFileUpload","sidebar":"sidebar"},"autoeval/autoeval-intro":{"id":"autoeval/autoeval-intro","title":"Introduction","description":"Introduction to eval-driven development","sidebar":"sidebar"},"autoeval/datasets":{"id":"autoeval/datasets","title":"Manage Datasets","description":"Datasets let you organize application trace data in a consistent way.","sidebar":"sidebar"},"autoeval/datasets/example-datasets":{"id":"autoeval/datasets/example-datasets","title":"Example Datasets","description":"Synthetic datasets representing typical AI applications","sidebar":"sidebar"},"autoeval/fine-tune":{"id":"autoeval/fine-tune","title":"Fine-tune Evaluators","description":"Build your own evaluation metric by fine-tuning alBERTa evaluator models","sidebar":"sidebar"},"autoeval/guardrails":{"id":"autoeval/guardrails","title":"Create Guardrails","description":"Evaluation and guardrails are 2 sides of the same coin","sidebar":"sidebar"},"autoeval/index":{"id":"autoeval/index","title":"AutoEval Developer Platform","description":"Platform Overview","sidebar":"sidebar"},"autoeval/labeling":{"id":"autoeval/labeling","title":"Synthetic Labeling","description":"Generate high-quality labels using LLMs + human refinement","sidebar":"sidebar"},"autoeval/metrics":{"id":"autoeval/metrics","title":"Evaluation Metrics","description":"Out-of-the-box metrics for common AI applications","sidebar":"sidebar"},"autoeval/models":{"id":"autoeval/models","title":"Evaluator Models","description":"AutoEval models for evaluation tasks","sidebar":"sidebar"},"autoeval/models/alberta":{"id":"autoeval/models/alberta","title":"alBERTa","description":"A 400M parameter state-of-the-art, encoder based model designed for evaluating. This models works well without few-shot prompting or fine-tuning. However, for further performance improvements, the AlBERTa fleet of models are available for fine-tuning."},"autoeval/models/alberta-8k":{"id":"autoeval/models/alberta-8k","title":"al-BERTa-LC-8k","description":"A 400M parameter state-of-the-art, encoder based model for calcuating the factual consistency of the generated answer against the provided context."},"autoeval/models/model-benchmarks":{"id":"autoeval/models/model-benchmarks","title":"alBERTa Benchmarks","description":""},"deployment":{"id":"deployment","title":"VPC Deployment","description":"Hosting options for the AutoEval platform","sidebar":"sidebar"},"guides/guardrails-guide":{"id":"guides/guardrails-guide","title":"Realtime Guardrails","description":""},"guides/multi-agent-evaluation":{"id":"guides/multi-agent-evaluation","title":"Multi-agent evaluation","description":""},"guides/rag-evaluation":{"id":"guides/rag-evaluation","title":"RAG Evaluation","description":""},"overview":{"id":"overview","title":"Introduction","description":"LastMile is the full-stack developer platform to debug, evaluate and improve LLM applications. We make it easy to fine-tune custom evaluators, set up guardrails & monitor app performance.","sidebar":"sidebar"},"quickstart":{"id":"quickstart","title":"Quickstart","description":"Let\'s get you started with AutoEval","sidebar":"sidebar"},"release-notes":{"id":"release-notes","title":"Release Notes","description":"Release Notes"},"release-notes/2024-11-07-release":{"id":"release-notes/2024-11-07-release","title":"Introducing AutoEval","description":"Nov 7, 2024"},"sdk":{"id":"sdk","title":"LastMile SDK","description":"PyPI version","sidebar":"sidebar"},"workbooks":{"id":"workbooks","title":"AI Workbooks","description":"Workbooks are interactive documents that combine responses from generative AI models to create unique AI-powered applications and workflows. A workbook enables you to string together various generative AI models to build powerful applications. In a workbook, you can connect text, image, and audio models in a single environment.","sidebar":"sidebar"}}}}')}}]); \ No newline at end of file diff --git a/assets/js/22dd74f7.c5fe3699.js b/assets/js/22dd74f7.c5fe3699.js deleted file mode 100644 index 2c69101b..00000000 --- a/assets/js/22dd74f7.c5fe3699.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1567],{55226:e=>{e.exports=JSON.parse('{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"sidebar":[{"type":"link","label":"Introduction","href":"/","docId":"overview","unlisted":false},{"type":"link","label":"Quickstart","href":"/quickstart","docId":"quickstart","unlisted":false},{"type":"category","label":"AutoEval Developer Platform","items":[{"type":"link","label":"Introduction","href":"/autoeval/autoeval-intro","docId":"autoeval/autoeval-intro","unlisted":false},{"type":"link","label":"Evaluation Metrics","href":"/autoeval/metrics","docId":"autoeval/metrics","unlisted":false},{"type":"category","label":"Manage Datasets","items":[{"type":"link","label":"Example Datasets","href":"/autoeval/datasets/example-datasets","docId":"autoeval/datasets/example-datasets","unlisted":false}],"collapsed":true,"collapsible":true,"href":"/autoeval/datasets"},{"type":"link","label":"Synthetic Labeling","href":"/autoeval/labeling","docId":"autoeval/labeling","unlisted":false},{"type":"link","label":"Fine-tune Evaluators","href":"/autoeval/fine-tune","docId":"autoeval/fine-tune","unlisted":false},{"type":"link","label":"Evaluator Models","href":"/autoeval/models","docId":"autoeval/models","unlisted":false},{"type":"link","label":"Create Guardrails","href":"/autoeval/guardrails","docId":"autoeval/guardrails","unlisted":false}],"collapsible":true,"collapsed":true,"href":"/autoeval/"},{"type":"category","label":"API","items":[{"type":"link","label":"LastMile SDK","href":"/sdk","docId":"sdk","unlisted":false},{"type":"link","label":"Manage API keys","href":"/api-keys","docId":"api-keys","unlisted":false},{"type":"link","label":"LastMile AI API V2","href":"/api/lastmile-ai-api-v-2","docId":"api/lastmile-ai-api-v-2","unlisted":false},{"type":"category","label":"Dataset","items":[{"type":"link","label":"Create Dataset","href":"/api/create-dataset","className":"api-method post","docId":"api/create-dataset","unlisted":false},{"type":"link","label":"Upload Dataset File","href":"/api/upload-dataset-file","className":"api-method post","docId":"api/upload-dataset-file","unlisted":false},{"type":"link","label":"Finalize Single Dataset File Upload","href":"/api/finalize-single-dataset-file-upload","className":"api-method post","docId":"api/finalize-single-dataset-file-upload","unlisted":false},{"type":"link","label":"Get Dataset","href":"/api/get-dataset","className":"api-method post","docId":"api/get-dataset","unlisted":false},{"type":"link","label":"Get Dataset Download URL","href":"/api/get-dataset-download-url","className":"api-method post","docId":"api/get-dataset-download-url","unlisted":false},{"type":"link","label":"Get Dataset View","href":"/api/get-dataset-view","className":"api-method post","docId":"api/get-dataset-view","unlisted":false},{"type":"link","label":"List Datasets","href":"/api/list-datasets","className":"api-method post","docId":"api/list-datasets","unlisted":false},{"type":"link","label":"Clone Dataset","href":"/api/clone-dataset","className":"api-method post","docId":"api/clone-dataset","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Evaluation","items":[{"type":"link","label":"Evaluate","href":"/api/evaluate","className":"api-method post","docId":"api/evaluate","unlisted":false},{"type":"link","label":"Evaluate Dataset","href":"/api/evaluate-dataset","className":"api-method post","docId":"api/evaluate-dataset","unlisted":false},{"type":"link","label":"List Metrics","href":"/api/list-metrics","className":"api-method post","docId":"api/list-metrics","unlisted":false},{"type":"link","label":"Get Metric","href":"/api/get-metric","className":"api-method post","docId":"api/get-metric","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Fine Tune Job","items":[{"type":"link","label":"Create Fine Tune Job","href":"/api/create-fine-tune-job","className":"api-method post","docId":"api/create-fine-tune-job","unlisted":false},{"type":"link","label":"Submit Fine Tune Job","href":"/api/submit-fine-tune-job","className":"api-method post","docId":"api/submit-fine-tune-job","unlisted":false},{"type":"link","label":"Get Fine Tune Job","href":"/api/get-fine-tune-job","className":"api-method post","docId":"api/get-fine-tune-job","unlisted":false},{"type":"link","label":"Get Fine Tune Job Status","href":"/api/get-fine-tune-job-status","className":"api-method post","docId":"api/get-fine-tune-job-status","unlisted":false},{"type":"link","label":"List Fine Tune Jobs","href":"/api/list-fine-tune-jobs","className":"api-method post","docId":"api/list-fine-tune-jobs","unlisted":false},{"type":"link","label":"List Base Models","href":"/api/list-base-models","className":"api-method post","docId":"api/list-base-models","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Project","items":[{"type":"link","label":"Create Project","href":"/api/create-project","className":"api-method post","docId":"api/create-project","unlisted":false},{"type":"link","label":"Get Project","href":"/api/get-project","className":"api-method post","docId":"api/get-project","unlisted":false},{"type":"link","label":"List Projects","href":"/api/list-projects","className":"api-method post","docId":"api/list-projects","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Pseudo Label Job","items":[{"type":"link","label":"Create Pseudo Label Job","href":"/api/create-pseudo-label-job","className":"api-method post","docId":"api/create-pseudo-label-job","unlisted":false},{"type":"link","label":"Submit Pseudo Label Job","href":"/api/submit-pseudo-label-job","className":"api-method post","docId":"api/submit-pseudo-label-job","unlisted":false},{"type":"link","label":"Get Pseudo Label Job Status","href":"/api/get-pseudo-label-job-status","className":"api-method post","docId":"api/get-pseudo-label-job-status","unlisted":false}],"collapsed":true,"collapsible":true},{"type":"category","label":"Schemas","items":[{"type":"link","label":"MetricBaseModel","href":"/api/schemas/metricbasemodel","className":"schema","docId":"api/schemas/metricbasemodel","unlisted":false},{"type":"link","label":"ModelCard","href":"/api/schemas/modelcard","className":"schema","docId":"api/schemas/modelcard","unlisted":false},{"type":"link","label":"ValuesEntry","href":"/api/schemas/valuesentry","className":"schema","docId":"api/schemas/valuesentry","unlisted":false},{"type":"link","label":"Model","href":"/api/schemas/model","className":"schema","docId":"api/schemas/model","unlisted":false},{"type":"link","label":"ModelFile","href":"/api/schemas/modelfile","className":"schema","docId":"api/schemas/modelfile","unlisted":false},{"type":"link","label":"TrainingProgress","href":"/api/schemas/trainingprogress","className":"schema","docId":"api/schemas/trainingprogress","unlisted":false},{"type":"link","label":"DataColumn","href":"/api/schemas/datacolumn","className":"schema","docId":"api/schemas/datacolumn","unlisted":false},{"type":"link","label":"Dataset","href":"/api/schemas/dataset","className":"schema","docId":"api/schemas/dataset","unlisted":false},{"type":"link","label":"DatasetFileInfo","href":"/api/schemas/datasetfileinfo","className":"schema","docId":"api/schemas/datasetfileinfo","unlisted":false},{"type":"link","label":"DatasetColumnInfo","href":"/api/schemas/datasetcolumninfo","className":"schema","docId":"api/schemas/datasetcolumninfo","unlisted":false},{"type":"link","label":"DatasetView","href":"/api/schemas/datasetview","className":"schema","docId":"api/schemas/datasetview","unlisted":false},{"type":"link","label":"DataRow","href":"/api/schemas/datarow","className":"schema","docId":"api/schemas/datarow","unlisted":false},{"type":"link","label":"DatasetLabelState","href":"/api/schemas/datasetlabelstate","className":"schema","docId":"api/schemas/datasetlabelstate","unlisted":false},{"type":"link","label":"PromptTemplate","href":"/api/schemas/prompttemplate","className":"schema","docId":"api/schemas/prompttemplate","unlisted":false},{"type":"link","label":"FineTuneJob","href":"/api/schemas/finetunejob","className":"schema","docId":"api/schemas/finetunejob","unlisted":false},{"type":"link","label":"FineTuneJobConfig","href":"/api/schemas/finetunejobconfig","className":"schema","docId":"api/schemas/finetunejobconfig","unlisted":false},{"type":"link","label":"FineTuneJobResult","href":"/api/schemas/finetunejobresult","className":"schema","docId":"api/schemas/finetunejobresult","unlisted":false},{"type":"link","label":"Project","href":"/api/schemas/project","className":"schema","docId":"api/schemas/project","unlisted":false},{"type":"link","label":"CreateDatasetRequest","href":"/api/schemas/createdatasetrequest","className":"schema","docId":"api/schemas/createdatasetrequest","unlisted":false},{"type":"link","label":"CreateDatasetResponse","href":"/api/schemas/createdatasetresponse","className":"schema","docId":"api/schemas/createdatasetresponse","unlisted":false},{"type":"link","label":"UploadDatasetFileRequest","href":"/api/schemas/uploaddatasetfilerequest","className":"schema","docId":"api/schemas/uploaddatasetfilerequest","unlisted":false},{"type":"link","label":"UploadDatasetFileResponse","href":"/api/schemas/uploaddatasetfileresponse","className":"schema","docId":"api/schemas/uploaddatasetfileresponse","unlisted":false},{"type":"link","label":"S3PresignedPost","href":"/api/schemas/s-3-presignedpost","className":"schema","docId":"api/schemas/s-3-presignedpost","unlisted":false},{"type":"link","label":"FieldsEntry","href":"/api/schemas/fieldsentry","className":"schema","docId":"api/schemas/fieldsentry","unlisted":false},{"type":"link","label":"FinalizeSingleDatasetFileUploadRequest","href":"/api/schemas/finalizesingledatasetfileuploadrequest","className":"schema","docId":"api/schemas/finalizesingledatasetfileuploadrequest","unlisted":false},{"type":"link","label":"FinalizeSingleDatasetFileUploadResponse","href":"/api/schemas/finalizesingledatasetfileuploadresponse","className":"schema","docId":"api/schemas/finalizesingledatasetfileuploadresponse","unlisted":false},{"type":"link","label":"GetDatasetRequest","href":"/api/schemas/getdatasetrequest","className":"schema","docId":"api/schemas/getdatasetrequest","unlisted":false},{"type":"link","label":"GetDatasetResponse","href":"/api/schemas/getdatasetresponse","className":"schema","docId":"api/schemas/getdatasetresponse","unlisted":false},{"type":"link","label":"GetDatasetViewRequest","href":"/api/schemas/getdatasetviewrequest","className":"schema","docId":"api/schemas/getdatasetviewrequest","unlisted":false},{"type":"link","label":"GetDatasetViewResponse","href":"/api/schemas/getdatasetviewresponse","className":"schema","docId":"api/schemas/getdatasetviewresponse","unlisted":false},{"type":"link","label":"ListDatasetsRequestFilters","href":"/api/schemas/listdatasetsrequestfilters","className":"schema","docId":"api/schemas/listdatasetsrequestfilters","unlisted":false},{"type":"link","label":"ListDatasetsRequest","href":"/api/schemas/listdatasetsrequest","className":"schema","docId":"api/schemas/listdatasetsrequest","unlisted":false},{"type":"link","label":"ListDatasetsResponse","href":"/api/schemas/listdatasetsresponse","className":"schema","docId":"api/schemas/listdatasetsresponse","unlisted":false},{"type":"link","label":"GetDatasetDownloadURLRequest","href":"/api/schemas/getdatasetdownloadurlrequest","className":"schema","docId":"api/schemas/getdatasetdownloadurlrequest","unlisted":false},{"type":"link","label":"GetDatasetDownloadURLResponse","href":"/api/schemas/getdatasetdownloadurlresponse","className":"schema","docId":"api/schemas/getdatasetdownloadurlresponse","unlisted":false},{"type":"link","label":"CloneDatasetRequest","href":"/api/schemas/clonedatasetrequest","className":"schema","docId":"api/schemas/clonedatasetrequest","unlisted":false},{"type":"link","label":"CloneDatasetResponse","href":"/api/schemas/clonedatasetresponse","className":"schema","docId":"api/schemas/clonedatasetresponse","unlisted":false},{"type":"link","label":"Metric","href":"/api/schemas/metric","className":"schema","docId":"api/schemas/metric","unlisted":false},{"type":"link","label":"EvaluateRequest","href":"/api/schemas/evaluaterequest","className":"schema","docId":"api/schemas/evaluaterequest","unlisted":false},{"type":"link","label":"EvaluateResponse","href":"/api/schemas/evaluateresponse","className":"schema","docId":"api/schemas/evaluateresponse","unlisted":false},{"type":"link","label":"EvaluateDatasetRequest","href":"/api/schemas/evaluatedatasetrequest","className":"schema","docId":"api/schemas/evaluatedatasetrequest","unlisted":false},{"type":"link","label":"EvaluateDatasetResponse","href":"/api/schemas/evaluatedatasetresponse","className":"schema","docId":"api/schemas/evaluatedatasetresponse","unlisted":false},{"type":"link","label":"ListMetricsRequest","href":"/api/schemas/listmetricsrequest","className":"schema","docId":"api/schemas/listmetricsrequest","unlisted":false},{"type":"link","label":"ListMetricsResponse","href":"/api/schemas/listmetricsresponse","className":"schema","docId":"api/schemas/listmetricsresponse","unlisted":false},{"type":"link","label":"GetMetricRequest","href":"/api/schemas/getmetricrequest","className":"schema","docId":"api/schemas/getmetricrequest","unlisted":false},{"type":"link","label":"GetMetricResponse","href":"/api/schemas/getmetricresponse","className":"schema","docId":"api/schemas/getmetricresponse","unlisted":false},{"type":"link","label":"CreateFineTuneJobRequest","href":"/api/schemas/createfinetunejobrequest","className":"schema","docId":"api/schemas/createfinetunejobrequest","unlisted":false},{"type":"link","label":"CreateFineTuneJobResponse","href":"/api/schemas/createfinetunejobresponse","className":"schema","docId":"api/schemas/createfinetunejobresponse","unlisted":false},{"type":"link","label":"SubmitFineTuneJobRequest","href":"/api/schemas/submitfinetunejobrequest","className":"schema","docId":"api/schemas/submitfinetunejobrequest","unlisted":false},{"type":"link","label":"SubmitFineTuneJobResponse","href":"/api/schemas/submitfinetunejobresponse","className":"schema","docId":"api/schemas/submitfinetunejobresponse","unlisted":false},{"type":"link","label":"GetFineTuneJobRequest","href":"/api/schemas/getfinetunejobrequest","className":"schema","docId":"api/schemas/getfinetunejobrequest","unlisted":false},{"type":"link","label":"GetFineTuneJobResponse","href":"/api/schemas/getfinetunejobresponse","className":"schema","docId":"api/schemas/getfinetunejobresponse","unlisted":false},{"type":"link","label":"GetFineTuneJobStatusRequest","href":"/api/schemas/getfinetunejobstatusrequest","className":"schema","docId":"api/schemas/getfinetunejobstatusrequest","unlisted":false},{"type":"link","label":"GetFineTuneJobStatusResponse","href":"/api/schemas/getfinetunejobstatusresponse","className":"schema","docId":"api/schemas/getfinetunejobstatusresponse","unlisted":false},{"type":"link","label":"ListFineTuneJobsRequestFilters","href":"/api/schemas/listfinetunejobsrequestfilters","className":"schema","docId":"api/schemas/listfinetunejobsrequestfilters","unlisted":false},{"type":"link","label":"ListFineTuneJobsRequest","href":"/api/schemas/listfinetunejobsrequest","className":"schema","docId":"api/schemas/listfinetunejobsrequest","unlisted":false},{"type":"link","label":"ListFineTuneJobsResponse","href":"/api/schemas/listfinetunejobsresponse","className":"schema","docId":"api/schemas/listfinetunejobsresponse","unlisted":false},{"type":"link","label":"ListBaseModelsRequest","href":"/api/schemas/listbasemodelsrequest","className":"schema","docId":"api/schemas/listbasemodelsrequest","unlisted":false},{"type":"link","label":"ListBaseModelsResponse","href":"/api/schemas/listbasemodelsresponse","className":"schema","docId":"api/schemas/listbasemodelsresponse","unlisted":false},{"type":"link","label":"CreateProjectRequest","href":"/api/schemas/createprojectrequest","className":"schema","docId":"api/schemas/createprojectrequest","unlisted":false},{"type":"link","label":"CreateProjectResponse","href":"/api/schemas/createprojectresponse","className":"schema","docId":"api/schemas/createprojectresponse","unlisted":false},{"type":"link","label":"GetProjectRequest","href":"/api/schemas/getprojectrequest","className":"schema","docId":"api/schemas/getprojectrequest","unlisted":false},{"type":"link","label":"GetProjectResponse","href":"/api/schemas/getprojectresponse","className":"schema","docId":"api/schemas/getprojectresponse","unlisted":false},{"type":"link","label":"ListProjectsRequestFilters","href":"/api/schemas/listprojectsrequestfilters","className":"schema","docId":"api/schemas/listprojectsrequestfilters","unlisted":false},{"type":"link","label":"ListProjectsRequest","href":"/api/schemas/listprojectsrequest","className":"schema","docId":"api/schemas/listprojectsrequest","unlisted":false},{"type":"link","label":"ListProjectsResponse","href":"/api/schemas/listprojectsresponse","className":"schema","docId":"api/schemas/listprojectsresponse","unlisted":false},{"type":"link","label":"PseudoLabelJobConfig","href":"/api/schemas/pseudolabeljobconfig","className":"schema","docId":"api/schemas/pseudolabeljobconfig","unlisted":false},{"type":"link","label":"CreatePseudoLabelJobRequest","href":"/api/schemas/createpseudolabeljobrequest","className":"schema","docId":"api/schemas/createpseudolabeljobrequest","unlisted":false},{"type":"link","label":"CreatePseudoLabelJobResponse","href":"/api/schemas/createpseudolabeljobresponse","className":"schema","docId":"api/schemas/createpseudolabeljobresponse","unlisted":false},{"type":"link","label":"SubmitPseudoLabelJobRequest","href":"/api/schemas/submitpseudolabeljobrequest","className":"schema","docId":"api/schemas/submitpseudolabeljobrequest","unlisted":false},{"type":"link","label":"SubmitPseudoLabelJobResponse","href":"/api/schemas/submitpseudolabeljobresponse","className":"schema","docId":"api/schemas/submitpseudolabeljobresponse","unlisted":false},{"type":"link","label":"GetPseudoLabelJobStatusRequest","href":"/api/schemas/getpseudolabeljobstatusrequest","className":"schema","docId":"api/schemas/getpseudolabeljobstatusrequest","unlisted":false},{"type":"link","label":"GetPseudoLabelJobStatusResponse","href":"/api/schemas/getpseudolabeljobstatusresponse","className":"schema","docId":"api/schemas/getpseudolabeljobstatusresponse","unlisted":false},{"type":"link","label":"google.protobuf.Value","href":"/api/schemas/google-protobuf-value","className":"schema","docId":"api/schemas/google-protobuf-value","unlisted":false}],"collapsed":true,"collapsible":true}],"collapsible":true,"collapsed":true,"href":"/category/api"},{"type":"link","label":"VPC Deployment","href":"/deployment","docId":"deployment","unlisted":false},{"type":"link","label":"AI Workbooks","href":"/workbooks","docId":"workbooks","unlisted":false},{"type":"link","label":"RAG Workbench","description":"Experimentation and monitoring of RAG pipelines","className":"sidebar-link","href":"https://rag.lastmileai.dev"},{"type":"link","label":"Prompt Management","description":"AIConfig is the config-based prompt management framework","className":"sidebar-link","href":"https://aiconfig.lastmileai.dev"}]},"docs":{"api-keys":{"id":"api-keys","title":"Manage API keys","description":"Get your LastMile API key","sidebar":"sidebar"},"api/clone-dataset":{"id":"api/clone-dataset","title":"Clone Dataset","description":"Clone a dataset into a new dataset containing the latest file contents","sidebar":"sidebar"},"api/create-dataset":{"id":"api/create-dataset","title":"Create Dataset","description":"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.","sidebar":"sidebar"},"api/create-fine-tune-job":{"id":"api/create-fine-tune-job","title":"Create Fine Tune Job","description":"Step 1 of 2: Create a new job configuration for fine-tuning, to be","sidebar":"sidebar"},"api/create-project":{"id":"api/create-project","title":"Create Project","description":"Create a new Project","sidebar":"sidebar"},"api/create-pseudo-label-job":{"id":"api/create-pseudo-label-job","title":"Create Pseudo Label Job","description":"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be","sidebar":"sidebar"},"api/evaluate":{"id":"api/evaluate","title":"Evaluate","description":"Evaluate a metric on rows of data, returning scores for each row. Specify","sidebar":"sidebar"},"api/evaluate-dataset":{"id":"api/evaluate-dataset","title":"Evaluate Dataset","description":"Evaluate a metric on a dataset, returning scores for each example. Specify","sidebar":"sidebar"},"api/finalize-single-dataset-file-upload":{"id":"api/finalize-single-dataset-file-upload","title":"Finalize Single Dataset File Upload","description":"Finalize a Dataset file upload. This call should be made after the file has","sidebar":"sidebar"},"api/get-dataset":{"id":"api/get-dataset","title":"Get Dataset","description":"Get a Dataset.","sidebar":"sidebar"},"api/get-dataset-download-url":{"id":"api/get-dataset-download-url","title":"Get Dataset Download URL","description":"Get a download url for a Dataset.","sidebar":"sidebar"},"api/get-dataset-view":{"id":"api/get-dataset-view","title":"Get Dataset View","description":"Get a paginated view of the data within a Dataset.","sidebar":"sidebar"},"api/get-fine-tune-job":{"id":"api/get-fine-tune-job","title":"Get Fine Tune Job","description":"Get the full job details","sidebar":"sidebar"},"api/get-fine-tune-job-status":{"id":"api/get-fine-tune-job-status","title":"Get Fine Tune Job Status","description":"Get the status of an existing job, including any results.","sidebar":"sidebar"},"api/get-metric":{"id":"api/get-metric","title":"Get Metric","description":"Get a specific evaluation metric by id or name.","sidebar":"sidebar"},"api/get-project":{"id":"api/get-project","title":"Get Project","description":"Get a Project.","sidebar":"sidebar"},"api/get-pseudo-label-job-status":{"id":"api/get-pseudo-label-job-status","title":"Get Pseudo Label Job Status","description":"Get the status of an existing job, including any results.","sidebar":"sidebar"},"api/lastmile-ai-api-v-2":{"id":"api/lastmile-ai-api-v-2","title":"LastMile AI API V2","description":"LastMile AI API V2: Components","sidebar":"sidebar"},"api/list-base-models":{"id":"api/list-base-models","title":"List Base Models","description":"List all base models available for fine-tuning.","sidebar":"sidebar"},"api/list-datasets":{"id":"api/list-datasets","title":"List Datasets","description":"List Datasets.","sidebar":"sidebar"},"api/list-fine-tune-jobs":{"id":"api/list-fine-tune-jobs","title":"List Fine Tune Jobs","description":"List all fine-tune jobs with optional filters.","sidebar":"sidebar"},"api/list-metrics":{"id":"api/list-metrics","title":"List Metrics","description":"List all available evaluation metrics.","sidebar":"sidebar"},"api/list-projects":{"id":"api/list-projects","title":"List Projects","description":"List Projects.","sidebar":"sidebar"},"api/schemas/clonedatasetrequest":{"id":"api/schemas/clonedatasetrequest","title":"CloneDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/clonedatasetresponse":{"id":"api/schemas/clonedatasetresponse","title":"CloneDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/createdatasetrequest":{"id":"api/schemas/createdatasetrequest","title":"CreateDatasetRequest","description":"Create a Dataset, initially an empty shell until a file is uploaded","sidebar":"sidebar"},"api/schemas/createdatasetresponse":{"id":"api/schemas/createdatasetresponse","title":"CreateDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/createfinetunejobrequest":{"id":"api/schemas/createfinetunejobrequest","title":"CreateFineTuneJobRequest","description":"Create a new Fine Tune Job","sidebar":"sidebar"},"api/schemas/createfinetunejobresponse":{"id":"api/schemas/createfinetunejobresponse","title":"CreateFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/createprojectrequest":{"id":"api/schemas/createprojectrequest","title":"CreateProjectRequest","description":"Create a Project","sidebar":"sidebar"},"api/schemas/createprojectresponse":{"id":"api/schemas/createprojectresponse","title":"CreateProjectResponse","description":"","sidebar":"sidebar"},"api/schemas/createpseudolabeljobrequest":{"id":"api/schemas/createpseudolabeljobrequest","title":"CreatePseudoLabelJobRequest","description":"","sidebar":"sidebar"},"api/schemas/createpseudolabeljobresponse":{"id":"api/schemas/createpseudolabeljobresponse","title":"CreatePseudoLabelJobResponse","description":"","sidebar":"sidebar"},"api/schemas/datacolumn":{"id":"api/schemas/datacolumn","title":"DataColumn","description":"","sidebar":"sidebar"},"api/schemas/datarow":{"id":"api/schemas/datarow","title":"DataRow","description":"","sidebar":"sidebar"},"api/schemas/dataset":{"id":"api/schemas/dataset","title":"Dataset","description":"A Dataset in the most basic sense: metadata and ownership, but nothing tied","sidebar":"sidebar"},"api/schemas/datasetcolumninfo":{"id":"api/schemas/datasetcolumninfo","title":"DatasetColumnInfo","description":"","sidebar":"sidebar"},"api/schemas/datasetfileinfo":{"id":"api/schemas/datasetfileinfo","title":"DatasetFileInfo","description":"","sidebar":"sidebar"},"api/schemas/datasetlabelstate":{"id":"api/schemas/datasetlabelstate","title":"DatasetLabelState","description":"","sidebar":"sidebar"},"api/schemas/datasetview":{"id":"api/schemas/datasetview","title":"DatasetView","description":"","sidebar":"sidebar"},"api/schemas/evaluatedatasetrequest":{"id":"api/schemas/evaluatedatasetrequest","title":"EvaluateDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/evaluatedatasetresponse":{"id":"api/schemas/evaluatedatasetresponse","title":"EvaluateDatasetResponse","description":"models and scores correspond in the same manner as in EvaluateResponse","sidebar":"sidebar"},"api/schemas/evaluaterequest":{"id":"api/schemas/evaluaterequest","title":"EvaluateRequest","description":"","sidebar":"sidebar"},"api/schemas/evaluateresponse":{"id":"api/schemas/evaluateresponse","title":"EvaluateResponse","description":"The index of the float value corresponds to that of","sidebar":"sidebar"},"api/schemas/fieldsentry":{"id":"api/schemas/fieldsentry","title":"FieldsEntry","description":"","sidebar":"sidebar"},"api/schemas/finalizesingledatasetfileuploadrequest":{"id":"api/schemas/finalizesingledatasetfileuploadrequest","title":"FinalizeSingleDatasetFileUploadRequest","description":"Request to finalize a single dataset file upload","sidebar":"sidebar"},"api/schemas/finalizesingledatasetfileuploadresponse":{"id":"api/schemas/finalizesingledatasetfileuploadresponse","title":"FinalizeSingleDatasetFileUploadResponse","description":"Response after finalizing a single dataset file upload","sidebar":"sidebar"},"api/schemas/finetunejob":{"id":"api/schemas/finetunejob","title":"FineTuneJob","description":"","sidebar":"sidebar"},"api/schemas/finetunejobconfig":{"id":"api/schemas/finetunejobconfig","title":"FineTuneJobConfig","description":"","sidebar":"sidebar"},"api/schemas/finetunejobresult":{"id":"api/schemas/finetunejobresult","title":"FineTuneJobResult","description":"Result of a Fine-Tuning Job.","sidebar":"sidebar"},"api/schemas/getdatasetdownloadurlrequest":{"id":"api/schemas/getdatasetdownloadurlrequest","title":"GetDatasetDownloadURLRequest","description":"","sidebar":"sidebar"},"api/schemas/getdatasetdownloadurlresponse":{"id":"api/schemas/getdatasetdownloadurlresponse","title":"GetDatasetDownloadURLResponse","description":"","sidebar":"sidebar"},"api/schemas/getdatasetrequest":{"id":"api/schemas/getdatasetrequest","title":"GetDatasetRequest","description":"","sidebar":"sidebar"},"api/schemas/getdatasetresponse":{"id":"api/schemas/getdatasetresponse","title":"GetDatasetResponse","description":"","sidebar":"sidebar"},"api/schemas/getdatasetviewrequest":{"id":"api/schemas/getdatasetviewrequest","title":"GetDatasetViewRequest","description":"Get a view of the data within a dataset.","sidebar":"sidebar"},"api/schemas/getdatasetviewresponse":{"id":"api/schemas/getdatasetviewresponse","title":"GetDatasetViewResponse","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobrequest":{"id":"api/schemas/getfinetunejobrequest","title":"GetFineTuneJobRequest","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobresponse":{"id":"api/schemas/getfinetunejobresponse","title":"GetFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobstatusrequest":{"id":"api/schemas/getfinetunejobstatusrequest","title":"GetFineTuneJobStatusRequest","description":"","sidebar":"sidebar"},"api/schemas/getfinetunejobstatusresponse":{"id":"api/schemas/getfinetunejobstatusresponse","title":"GetFineTuneJobStatusResponse","description":"","sidebar":"sidebar"},"api/schemas/getmetricrequest":{"id":"api/schemas/getmetricrequest","title":"GetMetricRequest","description":"Requested metric must have at least id or name set.","sidebar":"sidebar"},"api/schemas/getmetricresponse":{"id":"api/schemas/getmetricresponse","title":"GetMetricResponse","description":"Returns a full metric object with all fields set.","sidebar":"sidebar"},"api/schemas/getprojectrequest":{"id":"api/schemas/getprojectrequest","title":"GetProjectRequest","description":"","sidebar":"sidebar"},"api/schemas/getprojectresponse":{"id":"api/schemas/getprojectresponse","title":"GetProjectResponse","description":"","sidebar":"sidebar"},"api/schemas/getpseudolabeljobstatusrequest":{"id":"api/schemas/getpseudolabeljobstatusrequest","title":"GetPseudoLabelJobStatusRequest","description":"","sidebar":"sidebar"},"api/schemas/getpseudolabeljobstatusresponse":{"id":"api/schemas/getpseudolabeljobstatusresponse","title":"GetPseudoLabelJobStatusResponse","description":"","sidebar":"sidebar"},"api/schemas/google-protobuf-value":{"id":"api/schemas/google-protobuf-value","title":"google.protobuf.Value","description":"Ordered row values with length always equal to `num_rows` on the","sidebar":"sidebar"},"api/schemas/listbasemodelsrequest":{"id":"api/schemas/listbasemodelsrequest","title":"ListBaseModelsRequest","description":"","sidebar":"sidebar"},"api/schemas/listbasemodelsresponse":{"id":"api/schemas/listbasemodelsresponse","title":"ListBaseModelsResponse","description":"","sidebar":"sidebar"},"api/schemas/listdatasetsrequest":{"id":"api/schemas/listdatasetsrequest","title":"ListDatasetsRequest","description":"","sidebar":"sidebar"},"api/schemas/listdatasetsrequestfilters":{"id":"api/schemas/listdatasetsrequestfilters","title":"ListDatasetsRequestFilters","description":"Filter listed datasets by ALL filters specified","sidebar":"sidebar"},"api/schemas/listdatasetsresponse":{"id":"api/schemas/listdatasetsresponse","title":"ListDatasetsResponse","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsrequest":{"id":"api/schemas/listfinetunejobsrequest","title":"ListFineTuneJobsRequest","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsrequestfilters":{"id":"api/schemas/listfinetunejobsrequestfilters","title":"ListFineTuneJobsRequestFilters","description":"","sidebar":"sidebar"},"api/schemas/listfinetunejobsresponse":{"id":"api/schemas/listfinetunejobsresponse","title":"ListFineTuneJobsResponse","description":"","sidebar":"sidebar"},"api/schemas/listmetricsrequest":{"id":"api/schemas/listmetricsrequest","title":"ListMetricsRequest","description":"","sidebar":"sidebar"},"api/schemas/listmetricsresponse":{"id":"api/schemas/listmetricsresponse","title":"ListMetricsResponse","description":"","sidebar":"sidebar"},"api/schemas/listprojectsrequest":{"id":"api/schemas/listprojectsrequest","title":"ListProjectsRequest","description":"","sidebar":"sidebar"},"api/schemas/listprojectsrequestfilters":{"id":"api/schemas/listprojectsrequestfilters","title":"ListProjectsRequestFilters","description":"","sidebar":"sidebar"},"api/schemas/listprojectsresponse":{"id":"api/schemas/listprojectsresponse","title":"ListProjectsResponse","description":"","sidebar":"sidebar"},"api/schemas/metric":{"id":"api/schemas/metric","title":"Metric","description":"","sidebar":"sidebar"},"api/schemas/metricbasemodel":{"id":"api/schemas/metricbasemodel","title":"MetricBaseModel","description":"Information about a base model corresponding to a metric","sidebar":"sidebar"},"api/schemas/model":{"id":"api/schemas/model","title":"Model","description":"Definition for the model","sidebar":"sidebar"},"api/schemas/modelcard":{"id":"api/schemas/modelcard","title":"ModelCard","description":"","sidebar":"sidebar"},"api/schemas/modelfile":{"id":"api/schemas/modelfile","title":"ModelFile","description":"Actual file asset corresponding to a model","sidebar":"sidebar"},"api/schemas/project":{"id":"api/schemas/project","title":"Project","description":"","sidebar":"sidebar"},"api/schemas/prompttemplate":{"id":"api/schemas/prompttemplate","title":"PromptTemplate","description":"","sidebar":"sidebar"},"api/schemas/pseudolabeljobconfig":{"id":"api/schemas/pseudolabeljobconfig","title":"PseudoLabelJobConfig","description":"Configuration for LLM Judge labeling job.","sidebar":"sidebar"},"api/schemas/s-3-presignedpost":{"id":"api/schemas/s-3-presignedpost","title":"S3PresignedPost","description":"","sidebar":"sidebar"},"api/schemas/submitfinetunejobrequest":{"id":"api/schemas/submitfinetunejobrequest","title":"SubmitFineTuneJobRequest","description":"","sidebar":"sidebar"},"api/schemas/submitfinetunejobresponse":{"id":"api/schemas/submitfinetunejobresponse","title":"SubmitFineTuneJobResponse","description":"","sidebar":"sidebar"},"api/schemas/submitpseudolabeljobrequest":{"id":"api/schemas/submitpseudolabeljobrequest","title":"SubmitPseudoLabelJobRequest","description":"","sidebar":"sidebar"},"api/schemas/submitpseudolabeljobresponse":{"id":"api/schemas/submitpseudolabeljobresponse","title":"SubmitPseudoLabelJobResponse","description":"","sidebar":"sidebar"},"api/schemas/trainingprogress":{"id":"api/schemas/trainingprogress","title":"TrainingProgress","description":"Progress metrics from model training.","sidebar":"sidebar"},"api/schemas/uploaddatasetfilerequest":{"id":"api/schemas/uploaddatasetfilerequest","title":"UploadDatasetFileRequest","description":"Initiate an upload by requesting a pre-signed S3 upload URL.","sidebar":"sidebar"},"api/schemas/uploaddatasetfileresponse":{"id":"api/schemas/uploaddatasetfileresponse","title":"UploadDatasetFileResponse","description":"","sidebar":"sidebar"},"api/schemas/valuesentry":{"id":"api/schemas/valuesentry","title":"ValuesEntry","description":"","sidebar":"sidebar"},"api/submit-fine-tune-job":{"id":"api/submit-fine-tune-job","title":"Submit Fine Tune Job","description":"Step 2 of 2: Submit the job configuration created by CreateFineTuneJob to","sidebar":"sidebar"},"api/submit-pseudo-label-job":{"id":"api/submit-pseudo-label-job","title":"Submit Pseudo Label Job","description":"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob","sidebar":"sidebar"},"api/upload-dataset-file":{"id":"api/upload-dataset-file","title":"Upload Dataset File","description":"Initiate a file upload to a Dataset. Call FinalizeSingleDatasetFileUpload","sidebar":"sidebar"},"autoeval/autoeval-intro":{"id":"autoeval/autoeval-intro","title":"Introduction","description":"Introduction to eval-driven development","sidebar":"sidebar"},"autoeval/datasets":{"id":"autoeval/datasets","title":"Manage Datasets","description":"Datasets let you organize application trace data in a consistent way.","sidebar":"sidebar"},"autoeval/datasets/example-datasets":{"id":"autoeval/datasets/example-datasets","title":"Example Datasets","description":"Synthetic datasets representing typical AI applications","sidebar":"sidebar"},"autoeval/fine-tune":{"id":"autoeval/fine-tune","title":"Fine-tune Evaluators","description":"Build your own evaluation metric by fine-tuning alBERTa evaluator models","sidebar":"sidebar"},"autoeval/guardrails":{"id":"autoeval/guardrails","title":"Create Guardrails","description":"Evaluation and guardrails are 2 sides of the same coin","sidebar":"sidebar"},"autoeval/index":{"id":"autoeval/index","title":"AutoEval Developer Platform","description":"Platform Overview","sidebar":"sidebar"},"autoeval/labeling":{"id":"autoeval/labeling","title":"Synthetic Labeling","description":"Generate high-quality labels using LLMs + human refinement","sidebar":"sidebar"},"autoeval/metrics":{"id":"autoeval/metrics","title":"Evaluation Metrics","description":"Out-of-the-box metrics for common AI applications","sidebar":"sidebar"},"autoeval/models":{"id":"autoeval/models","title":"Evaluator Models","description":"AutoEval models for evaluation tasks","sidebar":"sidebar"},"autoeval/models/alberta":{"id":"autoeval/models/alberta","title":"alBERTa","description":"A 400M parameter state-of-the-art, encoder based model designed for evaluating. This models works well without few-shot prompting or fine-tuning. However, for further performance improvements, the AlBERTa fleet of models are available for fine-tuning."},"autoeval/models/alberta-8k":{"id":"autoeval/models/alberta-8k","title":"al-BERTa-LC-8k","description":"A 400M parameter state-of-the-art, encoder based model for calcuating the factual consistency of the generated answer against the provided context."},"autoeval/models/model-benchmarks":{"id":"autoeval/models/model-benchmarks","title":"alBERTa Benchmarks","description":""},"deployment":{"id":"deployment","title":"VPC Deployment","description":"Hosting options for the AutoEval platform","sidebar":"sidebar"},"guides/guardrails-guide":{"id":"guides/guardrails-guide","title":"Realtime Guardrails","description":""},"guides/multi-agent-evaluation":{"id":"guides/multi-agent-evaluation","title":"Multi-agent evaluation","description":""},"guides/rag-evaluation":{"id":"guides/rag-evaluation","title":"RAG Evaluation","description":""},"overview":{"id":"overview","title":"Introduction","description":"LastMile is the full-stack developer platform to debug, evaluate and improve LLM applications. We make it easy to fine-tune custom evaluators, set up guardrails & monitor app performance.","sidebar":"sidebar"},"quickstart":{"id":"quickstart","title":"Quickstart","description":"Let\'s get you started with AutoEval","sidebar":"sidebar"},"release-notes":{"id":"release-notes","title":"Release Notes","description":"Release Notes"},"release-notes/2024-11-07-release":{"id":"release-notes/2024-11-07-release","title":"Introducing AutoEval","description":"Nov 7, 2024"},"sdk":{"id":"sdk","title":"LastMile SDK","description":"PyPI version","sidebar":"sidebar"},"workbooks":{"id":"workbooks","title":"AI Workbooks","description":"Workbooks are interactive documents that combine responses from generative AI models to create unique AI-powered applications and workflows. A workbook enables you to string together various generative AI models to build powerful applications. In a workbook, you can connect text, image, and audio models in a single environment.","sidebar":"sidebar"}}}}')}}]); \ No newline at end of file diff --git a/assets/js/233ef674.a7432a7a.js b/assets/js/233ef674.a7432a7a.js deleted file mode 100644 index ece7fb11..00000000 --- a/assets/js/233ef674.a7432a7a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9655],{54764:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>u,frontMatter:()=>t,metadata:()=>d,toc:()=>p});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),m=a.n(l),n=(a(23397),a(51107));a(19365);const t={id:"listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",sidebar_label:"ListBaseModelsResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",source:"@site/docs/api/schemas/listbasemodelsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listbasemodelsresponse",permalink:"/api/schemas/listbasemodelsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",sidebar_label:"ListBaseModelsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListBaseModelsRequest",permalink:"/api/schemas/listbasemodelsrequest"},next:{title:"CreateProjectRequest",permalink:"/api/schemas/createprojectrequest"}},o={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListBaseModelsResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"models"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(m(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(m(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(m(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(m(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(m(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(m(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/233ef674.e4ff2df6.js b/assets/js/233ef674.e4ff2df6.js new file mode 100644 index 00000000..a3cfcc89 --- /dev/null +++ b/assets/js/233ef674.e4ff2df6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9655],{54764:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>p,frontMatter:()=>m,metadata:()=>d,toc:()=>E});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),t=a.n(l),n=(a(23397),a(51107));a(19365);const m={id:"listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",sidebar_label:"ListBaseModelsResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",source:"@site/docs/api/schemas/listbasemodelsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listbasemodelsresponse",permalink:"/api/schemas/listbasemodelsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listbasemodelsresponse",title:"ListBaseModelsResponse",description:"",sidebar_label:"ListBaseModelsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListBaseModelsRequest",permalink:"/api/schemas/listbasemodelsrequest"},next:{title:"Model",permalink:"/api/schemas/model"}},o={},E=[];function _(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListBaseModelsResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"models"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(t(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(t(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}function p(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/24b35aac.18ecdee3.js b/assets/js/24b35aac.18ecdee3.js deleted file mode 100644 index aca6cdda..00000000 --- a/assets/js/24b35aac.18ecdee3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7186],{67328:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>d,toc:()=>m});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),r=(a(23397),a(51107));a(19365);const o={id:"createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",sidebar_label:"CreatePseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",source:"@site/docs/api/schemas/createpseudolabeljobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createpseudolabeljobrequest",permalink:"/api/schemas/createpseudolabeljobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",sidebar_label:"CreatePseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"PseudoLabelJobConfig",permalink:"/api/schemas/pseudolabeljobconfig"},next:{title:"CreatePseudoLabelJobResponse",permalink:"/api/schemas/createpseudolabeljobresponse"}},p={},m=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"CreatePseudoLabelJobRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Partial configuration containing updates via its non-null fields."})}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/24b35aac.baa47c02.js b/assets/js/24b35aac.baa47c02.js new file mode 100644 index 00000000..1a0ca780 --- /dev/null +++ b/assets/js/24b35aac.baa47c02.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7186],{67328:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>d,toc:()=>m});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),r=(a(23397),a(51107));a(19365);const o={id:"createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",sidebar_label:"CreatePseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",source:"@site/docs/api/schemas/createpseudolabeljobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createpseudolabeljobrequest",permalink:"/api/schemas/createpseudolabeljobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createpseudolabeljobrequest",title:"CreatePseudoLabelJobRequest",description:"",sidebar_label:"CreatePseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsResponse",permalink:"/api/schemas/listprojectsresponse"},next:{title:"PseudoLabelJobConfig",permalink:"/api/schemas/pseudolabeljobconfig"}},p={},m=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"CreatePseudoLabelJobRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Partial configuration containing updates via its non-null fields."})}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/25f24b58.c9804cfc.js b/assets/js/25f24b58.c9804cfc.js deleted file mode 100644 index f3e5a4b5..00000000 --- a/assets/js/25f24b58.c9804cfc.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[861],{74592:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>m,contentTitle:()=>n,default:()=>h,frontMatter:()=>d,metadata:()=>c,toc:()=>u});var s=t(74848),i=t(28453),r=(t(6050),t(60674)),l=t.n(r),o=(t(23397),t(51107));t(19365);const d={id:"datarow",title:"DataRow",description:"",sidebar_label:"DataRow",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,c={id:"api/schemas/datarow",title:"DataRow",description:"",source:"@site/docs/api/schemas/datarow.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datarow",permalink:"/api/schemas/datarow",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datarow",title:"DataRow",description:"",sidebar_label:"DataRow",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetView",permalink:"/api/schemas/datasetview"},next:{title:"DatasetLabelState",permalink:"/api/schemas/datasetlabelstate"}},m={},u=[];function p(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"DataRow"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(l(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/25f24b58.dffef49d.js b/assets/js/25f24b58.dffef49d.js new file mode 100644 index 00000000..3f8e2b0b --- /dev/null +++ b/assets/js/25f24b58.dffef49d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[861],{74592:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>u,contentTitle:()=>d,default:()=>h,frontMatter:()=>n,metadata:()=>c,toc:()=>m});var s=t(74848),i=t(28453),r=(t(6050),t(60674)),o=t.n(r),l=(t(23397),t(51107));t(19365);const n={id:"datarow",title:"DataRow",description:"",sidebar_label:"DataRow",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,c={id:"api/schemas/datarow",title:"DataRow",description:"",source:"@site/docs/api/schemas/datarow.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datarow",permalink:"/api/schemas/datarow",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datarow",title:"DataRow",description:"",sidebar_label:"DataRow",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetView",permalink:"/api/schemas/datasetview"},next:{title:"google.protobuf.Value",permalink:"/api/schemas/google-protobuf-value"}},u={},m=[];function p(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"DataRow"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(o(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(o(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/2b85160b.0f5f7373.js b/assets/js/2b85160b.0f5f7373.js deleted file mode 100644 index a9f3a7b4..00000000 --- a/assets/js/2b85160b.0f5f7373.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9025],{28303:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>m,contentTitle:()=>n,default:()=>h,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var a=s(74848),l=s(28453),t=(s(6050),s(60674)),r=s.n(t),d=(s(23397),s(51107));s(19365);const o={id:"modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",sidebar_label:"ModelFile",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,c={id:"api/schemas/modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",source:"@site/docs/api/schemas/modelfile.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/modelfile",permalink:"/api/schemas/modelfile",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",sidebar_label:"ModelFile",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Model",permalink:"/api/schemas/model"},next:{title:"TrainingProgress",permalink:"/api/schemas/trainingprogress"}},m={},p=[];function u(e){const i={p:"p",...(0,l.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(d.default,{as:"h1",className:"openapi__heading",children:"ModelFile"}),"\n",(0,a.jsx)(i.p,{children:"Actual file asset corresponding to a model"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(r(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}function h(e={}){const{wrapper:i}={...(0,l.R)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/2b85160b.9c1f07da.js b/assets/js/2b85160b.9c1f07da.js new file mode 100644 index 00000000..4d18ea14 --- /dev/null +++ b/assets/js/2b85160b.9c1f07da.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9025],{28303:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>m,contentTitle:()=>o,default:()=>h,frontMatter:()=>d,metadata:()=>c,toc:()=>u});var a=i(74848),t=i(28453),l=(i(6050),i(60674)),r=i.n(l),n=(i(23397),i(51107));i(19365);const d={id:"modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",sidebar_label:"ModelFile",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",source:"@site/docs/api/schemas/modelfile.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/modelfile",permalink:"/api/schemas/modelfile",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"modelfile",title:"ModelFile",description:"Actual file asset corresponding to a model",sidebar_label:"ModelFile",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"TrainingProgress",permalink:"/api/schemas/trainingprogress"},next:{title:"GetFineTuneJobStatusRequest",permalink:"/api/schemas/getfinetunejobstatusrequest"}},m={},u=[];function p(e){const s={p:"p",...(0,t.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ModelFile"}),"\n",(0,a.jsx)(s.p,{children:"Actual file asset corresponding to a model"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(r(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/2d323518.2dcc6051.js b/assets/js/2d323518.2dcc6051.js new file mode 100644 index 00000000..09c299c8 --- /dev/null +++ b/assets/js/2d323518.2dcc6051.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7789],{6837:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>h,contentTitle:()=>o,default:()=>m,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var t=a(74848),i=a(28453),r=(a(6050),a(60674)),c=a.n(r),n=(a(23397),a(51107));a(19365);const l={id:"archivedatasetresponse",title:"ArchiveDatasetResponse",description:"",sidebar_label:"ArchiveDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,d={id:"api/schemas/archivedatasetresponse",title:"ArchiveDatasetResponse",description:"",source:"@site/docs/api/schemas/archivedatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/archivedatasetresponse",permalink:"/api/schemas/archivedatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"archivedatasetresponse",title:"ArchiveDatasetResponse",description:"",sidebar_label:"ArchiveDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ArchiveDatasetRequest",permalink:"/api/schemas/archivedatasetrequest"},next:{title:"EvaluateRequest",permalink:"/api/schemas/evaluaterequest"}},h={},p=[];function u(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ArchiveDatasetResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(c(),{collapsible:!1,name:"success",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})})]})}function m(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/2e826ce9.23443036.js b/assets/js/2e826ce9.23443036.js new file mode 100644 index 00000000..d269d52c --- /dev/null +++ b/assets/js/2e826ce9.23443036.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7741],{53162:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>m,contentTitle:()=>d,default:()=>h,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var s=a(74848),t=a(28453),n=(a(6050),a(60674)),l=a.n(n),r=(a(23397),a(51107));a(19365);const o={id:"datasetfileinfo",title:"DatasetFileInfo",description:"",sidebar_label:"DatasetFileInfo",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,c={id:"api/schemas/datasetfileinfo",title:"DatasetFileInfo",description:"",source:"@site/docs/api/schemas/datasetfileinfo.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetfileinfo",permalink:"/api/schemas/datasetfileinfo",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetfileinfo",title:"DatasetFileInfo",description:"",sidebar_label:"DatasetFileInfo",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FinalizeSingleDatasetFileUploadResponse",permalink:"/api/schemas/finalizesingledatasetfileuploadresponse"},next:{title:"GetDatasetRequest",permalink:"/api/schemas/getdatasetrequest"}},m={},p=[];function _(e){const i={p:"p",...(0,t.R)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"DatasetFileInfo"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,s.jsx)(l(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(l(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(l(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(l(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"columns"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object[]"})}),(0,s.jsx)("span",{className:"openapi-schema__divider"}),(0,s.jsx)("span",{className:"openapi-schema__required",children:(0,s.jsx)(i.p,{children:"required"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(i.p,{children:"Array ["})})}),(0,s.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,s.jsx)(l(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,s.jsx)(l(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(i.p,{children:"]"})})})]})]})})]})]})}function h(e={}){const{wrapper:i}={...(0,t.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/2e826ce9.4e8197b8.js b/assets/js/2e826ce9.4e8197b8.js deleted file mode 100644 index 219daa9b..00000000 --- a/assets/js/2e826ce9.4e8197b8.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7741],{53162:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>o,contentTitle:()=>d,default:()=>f,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=s(74848),t=s(28453),r=(s(6050),s(60674)),l=s.n(r),n=(s(23397),s(51107));s(19365);const c={id:"datasetfileinfo",title:"DatasetFileInfo",description:"",sidebar_label:"DatasetFileInfo",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,m={id:"api/schemas/datasetfileinfo",title:"DatasetFileInfo",description:"",source:"@site/docs/api/schemas/datasetfileinfo.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetfileinfo",permalink:"/api/schemas/datasetfileinfo",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetfileinfo",title:"DatasetFileInfo",description:"",sidebar_label:"DatasetFileInfo",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Dataset",permalink:"/api/schemas/dataset"},next:{title:"DatasetColumnInfo",permalink:"/api/schemas/datasetcolumninfo"}},o={},p=[];function h(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"DatasetFileInfo"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,i.jsx)(l(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(l(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(l(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(l(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(l(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})})]})]})}function f(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/2ee0c159.a5b52e4a.js b/assets/js/2ee0c159.a5b52e4a.js new file mode 100644 index 00000000..382acf71 --- /dev/null +++ b/assets/js/2ee0c159.a5b52e4a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2509],{40361:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>p,frontMatter:()=>n,metadata:()=>E,toc:()=>_});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),t=a.n(l),m=(a(23397),a(51107));a(19365);const n={id:"model",title:"Model",description:"Definition for the model",sidebar_label:"Model",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,E={id:"api/schemas/model",title:"Model",description:"Definition for the model",source:"@site/docs/api/schemas/model.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/model",permalink:"/api/schemas/model",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"model",title:"Model",description:"Definition for the model",sidebar_label:"Model",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListBaseModelsResponse",permalink:"/api/schemas/listbasemodelsresponse"},next:{title:"MetricBaseModel",permalink:"/api/schemas/metricbasemodel"}},o={},_=[];function d(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(m.default,{as:"h1",className:"openapi__heading",children:"Model"}),"\n",(0,i.jsx)(s.p,{children:"Definition for the model"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(t(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(t(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})})]})]})}function p(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}}}]); \ No newline at end of file diff --git a/assets/js/2ee0c159.a8059103.js b/assets/js/2ee0c159.a8059103.js deleted file mode 100644 index ac814309..00000000 --- a/assets/js/2ee0c159.a8059103.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2509],{40361:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>u,frontMatter:()=>n,metadata:()=>d,toc:()=>p});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),m=a.n(l),t=(a(23397),a(51107));a(19365);const n={id:"model",title:"Model",description:"Definition for the model",sidebar_label:"Model",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/model",title:"Model",description:"Definition for the model",source:"@site/docs/api/schemas/model.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/model",permalink:"/api/schemas/model",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"model",title:"Model",description:"Definition for the model",sidebar_label:"Model",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ValuesEntry",permalink:"/api/schemas/valuesentry"},next:{title:"ModelFile",permalink:"/api/schemas/modelfile"}},o={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.default,{as:"h1",className:"openapi__heading",children:"Model"}),"\n",(0,i.jsx)(s.p,{children:"Definition for the model"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(m(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(m(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(m(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(m(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(m(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/3ae4a187.3febda7a.js b/assets/js/3ae4a187.3febda7a.js deleted file mode 100644 index e768ef97..00000000 --- a/assets/js/3ae4a187.3febda7a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7317],{83106:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>b,frontMatter:()=>u,metadata:()=>l,toc:()=>d});var n=t(74848),i=t(28453),a=(t(6050),t(60674)),r=t.n(a),o=(t(23397),t(51107));t(19365);const u={id:"createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",sidebar_label:"CreateFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,l={id:"api/schemas/createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",source:"@site/docs/api/schemas/createfinetunejobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createfinetunejobresponse",permalink:"/api/schemas/createfinetunejobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",sidebar_label:"CreateFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateFineTuneJobRequest",permalink:"/api/schemas/createfinetunejobrequest"},next:{title:"SubmitFineTuneJobRequest",permalink:"/api/schemas/submitfinetunejobrequest"}},p={},d=[];function m(e){return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"CreateFineTuneJobResponse"}),"\n",(0,n.jsx)("ul",{children:(0,n.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function b(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,n.jsx)(s,{...e,children:(0,n.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/3ae4a187.9aff3d67.js b/assets/js/3ae4a187.9aff3d67.js new file mode 100644 index 00000000..c78f532d --- /dev/null +++ b/assets/js/3ae4a187.9aff3d67.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7317],{83106:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>p,contentTitle:()=>u,default:()=>b,frontMatter:()=>c,metadata:()=>l,toc:()=>d});var t=n(74848),i=n(28453),a=(n(6050),n(60674)),r=n.n(a),o=(n(23397),n(51107));n(19365);const c={id:"createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",sidebar_label:"CreateFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,l={id:"api/schemas/createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",source:"@site/docs/api/schemas/createfinetunejobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createfinetunejobresponse",permalink:"/api/schemas/createfinetunejobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createfinetunejobresponse",title:"CreateFineTuneJobResponse",description:"",sidebar_label:"CreateFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJobConfig",permalink:"/api/schemas/finetunejobconfig"},next:{title:"SubmitFineTuneJobRequest",permalink:"/api/schemas/submitfinetunejobrequest"}},p={},d=[];function m(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"CreateFineTuneJobResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function b(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/3cffc86c.8ec7b549.js b/assets/js/3cffc86c.8ec7b549.js new file mode 100644 index 00000000..9b2095cf --- /dev/null +++ b/assets/js/3cffc86c.8ec7b549.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[393],{19887:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>_,frontMatter:()=>o,metadata:()=>u,toc:()=>m});var i=t(74848),n=t(28453),a=(t(6050),t(60674)),r=t.n(a),l=(t(23397),t(51107));t(19365);const o={id:"listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",sidebar_label:"ListFineTuneJobsRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,u={id:"api/schemas/listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",source:"@site/docs/api/schemas/listfinetunejobsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsrequest",permalink:"/api/schemas/listfinetunejobsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",sidebar_label:"ListFineTuneJobsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobStatusResponse",permalink:"/api/schemas/getfinetunejobstatusresponse"},next:{title:"ListFineTuneJobsRequestFilters",permalink:"/api/schemas/listfinetunejobsrequestfilters"}},d={},m=[];function p(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(r(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(r(),{collapsible:!1,name:"status",required:!1,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}})]})]})})})]})}function _(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/3cffc86c.acea810c.js b/assets/js/3cffc86c.acea810c.js deleted file mode 100644 index b94ec3fb..00000000 --- a/assets/js/3cffc86c.acea810c.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[393],{19887:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>u,toc:()=>p});var t=i(74848),n=i(28453),a=(i(6050),i(60674)),r=i.n(a),l=(i(23397),i(51107));i(19365);const o={id:"listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",sidebar_label:"ListFineTuneJobsRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,u={id:"api/schemas/listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",source:"@site/docs/api/schemas/listfinetunejobsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsrequest",permalink:"/api/schemas/listfinetunejobsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsrequest",title:"ListFineTuneJobsRequest",description:"",sidebar_label:"ListFineTuneJobsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListFineTuneJobsRequestFilters",permalink:"/api/schemas/listfinetunejobsrequestfilters"},next:{title:"ListFineTuneJobsResponse",permalink:"/api/schemas/listfinetunejobsresponse"}},d={},p=[];function m(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsRequest"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"filters"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,t.jsx)(r(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/3f0003c5.2d04c99a.js b/assets/js/3f0003c5.2d04c99a.js deleted file mode 100644 index dbde4e3a..00000000 --- a/assets/js/3f0003c5.2d04c99a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1247],{34220:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>b,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var n=s(74848),i=s(28453),a=(s(6050),s(60674)),u=s.n(a),r=(s(23397),s(51107));s(19365);const o={id:"getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",sidebar_label:"GetFineTuneJobStatusRequest",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,c={id:"api/schemas/getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",source:"@site/docs/api/schemas/getfinetunejobstatusrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobstatusrequest",permalink:"/api/schemas/getfinetunejobstatusrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",sidebar_label:"GetFineTuneJobStatusRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobResponse",permalink:"/api/schemas/getfinetunejobresponse"},next:{title:"GetFineTuneJobStatusResponse",permalink:"/api/schemas/getfinetunejobstatusresponse"}},d={},p=[];function m(e){return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobStatusRequest"}),"\n",(0,n.jsx)("ul",{children:(0,n.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function b(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/3f0003c5.9fc2717c.js b/assets/js/3f0003c5.9fc2717c.js new file mode 100644 index 00000000..ea49715e --- /dev/null +++ b/assets/js/3f0003c5.9fc2717c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1247],{34220:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>o,default:()=>b,frontMatter:()=>l,metadata:()=>c,toc:()=>m});var i=s(74848),n=s(28453),a=(s(6050),s(60674)),u=s.n(a),r=(s(23397),s(51107));s(19365);const l={id:"getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",sidebar_label:"GetFineTuneJobStatusRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",source:"@site/docs/api/schemas/getfinetunejobstatusrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobstatusrequest",permalink:"/api/schemas/getfinetunejobstatusrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobstatusrequest",title:"GetFineTuneJobStatusRequest",description:"",sidebar_label:"GetFineTuneJobStatusRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ModelFile",permalink:"/api/schemas/modelfile"},next:{title:"GetFineTuneJobStatusResponse",permalink:"/api/schemas/getfinetunejobstatusresponse"}},d={},m=[];function p(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobStatusRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function b(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/414f5d99.081eb905.js b/assets/js/414f5d99.081eb905.js new file mode 100644 index 00000000..c361c6b2 --- /dev/null +++ b/assets/js/414f5d99.081eb905.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2889],{23929:(e,o,t)=>{t.r(o),t.d(o,{assets:()=>c,contentTitle:()=>u,default:()=>g,frontMatter:()=>n,metadata:()=>d,toc:()=>p});var a=t(74848),l=t(28453),r=(t(6050),t(60674)),s=t.n(r),i=(t(23397),t(51107));t(19365);const n={id:"google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",sidebar_label:"google.protobuf.Value",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,d={id:"api/schemas/google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",source:"@site/docs/api/schemas/google-protobuf-value.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/google-protobuf-value",permalink:"/api/schemas/google-protobuf-value",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",sidebar_label:"google.protobuf.Value",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DataRow",permalink:"/api/schemas/datarow"},next:{title:"Struct",permalink:"/api/schemas/struct"}},c={},p=[];function h(e){const o={code:"code",p:"p",...(0,l.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(i.default,{as:"h1",className:"openapi__heading",children:"google.protobuf.Value"}),"\n",(0,a.jsxs)(o.p,{children:["Ordered row values with length always equal to ",(0,a.jsx)(o.code,{children:"num_rows"})," on the\ncorresponding view."]}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(s(),{name:"property name*",required:!1,schemaName:"any",qualifierMessage:void 0,schema:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0,title:"google.protobuf.Value"},collapsible:!1,discriminator:!1})})]})}function g(e={}){const{wrapper:o}={...(0,l.R)(),...e.components};return o?(0,a.jsx)(o,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/414f5d99.c0e9c5c6.js b/assets/js/414f5d99.c0e9c5c6.js deleted file mode 100644 index 3bd5867a..00000000 --- a/assets/js/414f5d99.c0e9c5c6.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2889],{23929:(e,o,t)=>{t.r(o),t.d(o,{assets:()=>p,contentTitle:()=>u,default:()=>h,frontMatter:()=>n,metadata:()=>d,toc:()=>c});var l=t(74848),s=t(28453),a=(t(6050),t(60674)),r=t.n(a),i=(t(23397),t(51107));t(19365);const n={id:"google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",sidebar_label:"google.protobuf.Value",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,d={id:"api/schemas/google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",source:"@site/docs/api/schemas/google-protobuf-value.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/google-protobuf-value",permalink:"/api/schemas/google-protobuf-value",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"google-protobuf-value",title:"google.protobuf.Value",description:"Ordered row values with length always equal to `num_rows` on the",sidebar_label:"google.protobuf.Value",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetPseudoLabelJobStatusResponse",permalink:"/api/schemas/getpseudolabeljobstatusresponse"},next:{title:"VPC Deployment",permalink:"/deployment"}},p={},c=[];function g(e){const o={code:"code",p:"p",...(0,s.R)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(i.default,{as:"h1",className:"openapi__heading",children:"google.protobuf.Value"}),"\n",(0,l.jsxs)(o.p,{children:["Ordered row values with length always equal to ",(0,l.jsx)(o.code,{children:"num_rows"})," on the\ncorresponding view."]}),"\n",(0,l.jsx)("ul",{children:(0,l.jsx)(r(),{name:"property name*",required:!1,schemaName:"any",qualifierMessage:void 0,schema:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0,title:"google.protobuf.Value"},collapsible:!1,discriminator:!1})})]})}function h(e={}){const{wrapper:o}={...(0,s.R)(),...e.components};return o?(0,l.jsx)(o,{...e,children:(0,l.jsx)(g,{...e})}):g(e)}}}]); \ No newline at end of file diff --git a/assets/js/417fc5b4.860a377b.js b/assets/js/417fc5b4.860a377b.js deleted file mode 100644 index 46eeee93..00000000 --- a/assets/js/417fc5b4.860a377b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7743],{26497:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>d,toc:()=>m});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),o=a.n(n),l=(a(23397),a(51107));a(19365);const r={id:"pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",sidebar_label:"PseudoLabelJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",source:"@site/docs/api/schemas/pseudolabeljobconfig.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/pseudolabeljobconfig",permalink:"/api/schemas/pseudolabeljobconfig",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",sidebar_label:"PseudoLabelJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsResponse",permalink:"/api/schemas/listprojectsresponse"},next:{title:"CreatePseudoLabelJobRequest",permalink:"/api/schemas/createpseudolabeljobrequest"}},p={},m=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"PseudoLabelJobConfig"}),"\n",(0,i.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(o(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(o(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(o(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(o(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(o(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(o(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(o(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(o(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(o(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(o(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/417fc5b4.890e893a.js b/assets/js/417fc5b4.890e893a.js new file mode 100644 index 00000000..5c4a5c1d --- /dev/null +++ b/assets/js/417fc5b4.890e893a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7743],{26497:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>d,toc:()=>m});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),o=a.n(n),l=(a(23397),a(51107));a(19365);const r={id:"pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",sidebar_label:"PseudoLabelJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",source:"@site/docs/api/schemas/pseudolabeljobconfig.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/pseudolabeljobconfig",permalink:"/api/schemas/pseudolabeljobconfig",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"pseudolabeljobconfig",title:"PseudoLabelJobConfig",description:"Configuration for LLM Judge labeling job.",sidebar_label:"PseudoLabelJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreatePseudoLabelJobRequest",permalink:"/api/schemas/createpseudolabeljobrequest"},next:{title:"PromptTemplate",permalink:"/api/schemas/prompttemplate"}},p={},m=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"PseudoLabelJobConfig"}),"\n",(0,i.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(o(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(o(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(o(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(o(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(o(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(o(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(o(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(o(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(o(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(o(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/473282fb.0555ddca.js b/assets/js/473282fb.b5d670f2.js similarity index 70% rename from assets/js/473282fb.0555ddca.js rename to assets/js/473282fb.b5d670f2.js index 93098dea..82b8636e 100644 --- a/assets/js/473282fb.0555ddca.js +++ b/assets/js/473282fb.b5d670f2.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7625],{58754:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var t=a(74848),i=a(28453),l=(a(6050),a(60674)),r=a.n(l),n=(a(23397),a(51107));a(19365);const c={id:"evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",sidebar_label:"EvaluateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,m={id:"api/schemas/evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",source:"@site/docs/api/schemas/evaluatedatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluatedatasetrequest",permalink:"/api/schemas/evaluatedatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",sidebar_label:"EvaluateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateResponse",permalink:"/api/schemas/evaluateresponse"},next:{title:"EvaluateDatasetResponse",permalink:"/api/schemas/evaluatedatasetresponse"}},o={},p=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"EvaluateDatasetRequest"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7625],{58754:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>d,default:()=>_,frontMatter:()=>c,metadata:()=>o,toc:()=>u});var t=a(74848),i=a(28453),l=(a(6050),a(60674)),r=a.n(l),n=(a(23397),a(51107));a(19365);const c={id:"evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",sidebar_label:"EvaluateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",source:"@site/docs/api/schemas/evaluatedatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluatedatasetrequest",permalink:"/api/schemas/evaluatedatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluatedatasetrequest",title:"EvaluateDatasetRequest",description:"",sidebar_label:"EvaluateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateResponse",permalink:"/api/schemas/evaluateresponse"},next:{title:"EvaluateDatasetResponse",permalink:"/api/schemas/evaluatedatasetresponse"}},m={},u=[];function p(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"EvaluateDatasetRequest"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function _(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/497dafea.655e3030.js b/assets/js/497dafea.655e3030.js new file mode 100644 index 00000000..e86fb834 --- /dev/null +++ b/assets/js/497dafea.655e3030.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1848],{99213:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>N,contentTitle:()=>g,default:()=>q,frontMatter:()=>A,metadata:()=>k,toc:()=>D});var i=s(74848),t=s(28453),l=s(91366),n=s.n(l),d=(s(6050),s(57742)),r=s.n(d),c=(s(67792),s(27362)),o=s.n(c),p=(s(36683),s(81124)),m=s.n(p),h=s(60674),x=s.n(h),j=s(23397),u=s.n(j),v=s(51107),f=(s(77675),s(19365));const A={id:"archive-dataset",title:"Archive Dataset",description:"Archive a dataset",api:"eJylVMtu2zAQ/BVhz0wU+Kibk7RAihYNErc9GEKxljYWE4pkSMqNIfDfiyVlR6n7OPRii+LsY2ZnNULArYdqDdcY0FOAWoCx5DBIo29aqGDpmk7u6HAvoCXfOGkZ8HpdYNEeEZ6awcmwh2o9wiWhI7ccQgfVuo61AEfPA/lwado9VCM0RgfSgR/RWiWbVLt89Jx/BN901CM/BRkUnXR0l7OBgLC3fG02j9Tw2TpmEiR5jpZtypExPjiptxBj7kY6alkE2TL/twSvSVGY84sxh3lrtM+5FxcX/Pc28H5oGvL+YVDFUVEQ/0831/0nX5/Lz0hvjFGE+oT1AVnHTK2n0BkevTVJV4s8OyjRynJR4hDMd9qhKidBSswNpsG7HTmf5j44BRV0IVhflaVCH3qpCOV5S7sTF9060w4NH4qcozgrPqIPn6SiYnkDbJuDq+5Zocxx7q0jTS7JvSQY004gENPDe+N6DFDBh2+rJAUrf/dqyXcv2FsWPlvmaBUBUj+Y+WBmDRbL25vi6+KE1ymkKq5Mb40mHTwIYLkydHF+wUVY8x6TFTT2s/kXf9jA2QL9dhknVQK9hNIqlJqrpOGM02TXgFaCAG7/OF0uc8xxmHAtoGNPVGsYxw16+uJUjPz6eSDH+14L2KGTuGGF1nUU0BG25JIlnmgPFVzlds9W3BjD1cANnixDFIeIZdOQDX/F1jPb3n6+X/G4p+9Lb1qOcfgDRPqtAPgjx9HJRendCAr1dsAtY3NONge+9dYvXkqspivU+1mH45gRK/NEOkYQE5XAZ4i8aj8BQS3hmw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},g=void 0,k={id:"api/archive-dataset",title:"Archive Dataset",description:"Archive a dataset",source:"@site/docs/api/archive-dataset.api.mdx",sourceDirName:"api",slug:"/api/archive-dataset",permalink:"/api/archive-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"archive-dataset",title:"Archive Dataset",description:"Archive a dataset",api:"eJylVMtu2zAQ/BVhz0wU+Kibk7RAihYNErc9GEKxljYWE4pkSMqNIfDfiyVlR6n7OPRii+LsY2ZnNULArYdqDdcY0FOAWoCx5DBIo29aqGDpmk7u6HAvoCXfOGkZ8HpdYNEeEZ6awcmwh2o9wiWhI7ccQgfVuo61AEfPA/lwado9VCM0RgfSgR/RWiWbVLt89Jx/BN901CM/BRkUnXR0l7OBgLC3fG02j9Tw2TpmEiR5jpZtypExPjiptxBj7kY6alkE2TL/twSvSVGY84sxh3lrtM+5FxcX/Pc28H5oGvL+YVDFUVEQ/0831/0nX5/Lz0hvjFGE+oT1AVnHTK2n0BkevTVJV4s8OyjRynJR4hDMd9qhKidBSswNpsG7HTmf5j44BRV0IVhflaVCH3qpCOV5S7sTF9060w4NH4qcozgrPqIPn6SiYnkDbJuDq+5Zocxx7q0jTS7JvSQY004gENPDe+N6DFDBh2+rJAUrf/dqyXcv2FsWPlvmaBUBUj+Y+WBmDRbL25vi6+KE1ymkKq5Mb40mHTwIYLkydHF+wUVY8x6TFTT2s/kXf9jA2QL9dhknVQK9hNIqlJqrpOGM02TXgFaCAG7/OF0uc8xxmHAtoGNPVGsYxw16+uJUjPz6eSDH+14L2KGTuGGF1nUU0BG25JIlnmgPFVzlds9W3BjD1cANnixDFIeIZdOQDX/F1jPb3n6+X/G4p+9Lb1qOcfgDRPqtAPgjx9HJRendCAr1dsAtY3NONge+9dYvXkqspivU+1mH45gRK/NEOkYQE5XAZ4i8aj8BQS3hmw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Clone Dataset",permalink:"/api/clone-dataset"},next:{title:"Evaluate",permalink:"/api/evaluate"}},N={},D=[];function V(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(v.default,{as:"h1",className:"openapi__heading",children:"Archive Dataset"}),"\n",(0,i.jsx)(r(),{method:"post",path:"/api/2/auto_eval/dataset/archive",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Archive a dataset"}),"\n",(0,i.jsx)(v.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"success",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "success": true\n}',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file diff --git a/assets/js/4d0fbbc9.6eb86ec4.js b/assets/js/4d0fbbc9.6eb86ec4.js deleted file mode 100644 index f0b97540..00000000 --- a/assets/js/4d0fbbc9.6eb86ec4.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8441],{94578:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>p,contentTitle:()=>l,default:()=>h,frontMatter:()=>n,metadata:()=>u,toc:()=>d});var r=s(74848),i=s(28453),a=(s(6050),s(60674)),c=s.n(a),o=(s(23397),s(51107));s(19365);const n={id:"getprojectrequest",title:"GetProjectRequest",description:"",sidebar_label:"GetProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,u={id:"api/schemas/getprojectrequest",title:"GetProjectRequest",description:"",source:"@site/docs/api/schemas/getprojectrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getprojectrequest",permalink:"/api/schemas/getprojectrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getprojectrequest",title:"GetProjectRequest",description:"",sidebar_label:"GetProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateProjectResponse",permalink:"/api/schemas/createprojectresponse"},next:{title:"GetProjectResponse",permalink:"/api/schemas/getprojectresponse"}},p={},d=[];function m(e){return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"GetProjectRequest"}),"\n",(0,r.jsx)("ul",{children:(0,r.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/4d0fbbc9.9cf7f3e7.js b/assets/js/4d0fbbc9.9cf7f3e7.js new file mode 100644 index 00000000..5f912636 --- /dev/null +++ b/assets/js/4d0fbbc9.9cf7f3e7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8441],{94578:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>n,default:()=>h,frontMatter:()=>o,metadata:()=>u,toc:()=>p});var r=s(74848),i=s(28453),a=(s(6050),s(60674)),c=s.n(a),l=(s(23397),s(51107));s(19365);const o={id:"getprojectrequest",title:"GetProjectRequest",description:"",sidebar_label:"GetProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,u={id:"api/schemas/getprojectrequest",title:"GetProjectRequest",description:"",source:"@site/docs/api/schemas/getprojectrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getprojectrequest",permalink:"/api/schemas/getprojectrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getprojectrequest",title:"GetProjectRequest",description:"",sidebar_label:"GetProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Project",permalink:"/api/schemas/project"},next:{title:"GetProjectResponse",permalink:"/api/schemas/getprojectresponse"}},d={},p=[];function m(e){return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetProjectRequest"}),"\n",(0,r.jsx)("ul",{children:(0,r.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/4df9b9e7.10cb2dce.js b/assets/js/4df9b9e7.10cb2dce.js deleted file mode 100644 index 628a38e6..00000000 --- a/assets/js/4df9b9e7.10cb2dce.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6135],{65217:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>u,contentTitle:()=>c,default:()=>h,frontMatter:()=>d,metadata:()=>o,toc:()=>p});var s=t(74848),i=t(28453),l=(t(6050),t(60674)),r=t.n(l),n=(t(23397),t(51107));t(19365);const d={id:"createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",sidebar_label:"CreateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,o={id:"api/schemas/createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",source:"@site/docs/api/schemas/createdatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createdatasetrequest",permalink:"/api/schemas/createdatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",sidebar_label:"CreateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Project",permalink:"/api/schemas/project"},next:{title:"CreateDatasetResponse",permalink:"/api/schemas/createdatasetresponse"}},u={},p=[];function m(e){const a={p:"p",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"CreateDatasetRequest"}),"\n",(0,s.jsx)(a.p,{children:"Create a Dataset, initially an empty shell until a file is uploaded"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,s.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,s.jsx)(r(),{collapsible:!1,name:"isFewShotExamples",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"PseudoLabel job fields."}}),(0,s.jsx)(r(),{collapsible:!1,name:"isActiveLabels",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(r(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/4df9b9e7.7da0c2fe.js b/assets/js/4df9b9e7.7da0c2fe.js new file mode 100644 index 00000000..103d29a4 --- /dev/null +++ b/assets/js/4df9b9e7.7da0c2fe.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6135],{65217:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>u,contentTitle:()=>o,default:()=>h,frontMatter:()=>d,metadata:()=>c,toc:()=>p});var s=t(74848),i=t(28453),l=(t(6050),t(60674)),r=t.n(l),n=(t(23397),t(51107));t(19365);const d={id:"createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",sidebar_label:"CreateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",source:"@site/docs/api/schemas/createdatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createdatasetrequest",permalink:"/api/schemas/createdatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createdatasetrequest",title:"CreateDatasetRequest",description:"Create a Dataset, initially an empty shell until a file is uploaded",sidebar_label:"CreateDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Get Pseudo Label Job Status",permalink:"/api/get-pseudo-label-job-status"},next:{title:"CreateDatasetResponse",permalink:"/api/schemas/createdatasetresponse"}},u={},p=[];function m(e){const a={p:"p",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"CreateDatasetRequest"}),"\n",(0,s.jsx)(a.p,{children:"Create a Dataset, initially an empty shell until a file is uploaded"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,s.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,s.jsx)(r(),{collapsible:!1,name:"isFewShotExamples",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"PseudoLabel job fields."}}),(0,s.jsx)(r(),{collapsible:!1,name:"isActiveLabels",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(r(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/5812a974.1a3d7d77.js b/assets/js/5812a974.1a3d7d77.js new file mode 100644 index 00000000..ee3aea2e --- /dev/null +++ b/assets/js/5812a974.1a3d7d77.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6914],{22530:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>o,metadata:()=>p,toc:()=>u});var r=s(74848),a=s(28453),i=(s(6050),s(60674)),c=s.n(i),n=(s(23397),s(51107));s(19365);const o={id:"createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",sidebar_label:"CreateProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,p={id:"api/schemas/createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",source:"@site/docs/api/schemas/createprojectrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createprojectrequest",permalink:"/api/schemas/createprojectrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",sidebar_label:"CreateProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ValuesEntry",permalink:"/api/schemas/valuesentry"},next:{title:"CreateProjectResponse",permalink:"/api/schemas/createprojectresponse"}},d={},u=[];function m(e){const t={p:"p",...(0,a.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"CreateProjectRequest"}),"\n",(0,r.jsx)(t.p,{children:"Create a Project"}),"\n",(0,r.jsxs)("ul",{children:[(0,r.jsx)(c(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the project, if one exists."}}),(0,r.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the project, if one exists."}}),(0,r.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Organization to associate the project with, if applicable"}})]})]})}function h(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/5812a974.881ac96d.js b/assets/js/5812a974.881ac96d.js deleted file mode 100644 index 1af4ce89..00000000 --- a/assets/js/5812a974.881ac96d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6914],{22530:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>n,metadata:()=>p,toc:()=>u});var r=s(74848),a=s(28453),i=(s(6050),s(60674)),c=s.n(i),o=(s(23397),s(51107));s(19365);const n={id:"createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",sidebar_label:"CreateProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,p={id:"api/schemas/createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",source:"@site/docs/api/schemas/createprojectrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createprojectrequest",permalink:"/api/schemas/createprojectrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createprojectrequest",title:"CreateProjectRequest",description:"Create a Project",sidebar_label:"CreateProjectRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListBaseModelsResponse",permalink:"/api/schemas/listbasemodelsresponse"},next:{title:"CreateProjectResponse",permalink:"/api/schemas/createprojectresponse"}},d={},u=[];function m(e){const t={p:"p",...(0,a.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"CreateProjectRequest"}),"\n",(0,r.jsx)(t.p,{children:"Create a Project"}),"\n",(0,r.jsxs)("ul",{children:[(0,r.jsx)(c(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the project, if one exists."}}),(0,r.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the project, if one exists."}}),(0,r.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Organization to associate the project with, if applicable"}})]})]})}function h(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/58fe28d5.3da35eb0.js b/assets/js/58fe28d5.3da35eb0.js new file mode 100644 index 00000000..8397995f --- /dev/null +++ b/assets/js/58fe28d5.3da35eb0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2948],{32244:(e,i,r)=>{r.r(i),r.d(i,{assets:()=>d,contentTitle:()=>m,default:()=>_,frontMatter:()=>c,metadata:()=>u,toc:()=>o});var t=r(74848),s=r(28453),a=(r(6050),r(60674)),n=r.n(a),l=(r(23397),r(51107));r(19365);const c={id:"stringcriteria",title:"StringCriteria",description:"",sidebar_label:"StringCriteria",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,u={id:"api/schemas/stringcriteria",title:"StringCriteria",description:"",source:"@site/docs/api/schemas/stringcriteria.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/stringcriteria",permalink:"/api/schemas/stringcriteria",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"stringcriteria",title:"StringCriteria",description:"",sidebar_label:"StringCriteria",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ColumnFilter",permalink:"/api/schemas/columnfilter"},next:{title:"NumericCriteria",permalink:"/api/schemas/numericcriteria"}},d={},o=[];function O(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"StringCriteria"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_CONTAINS`, `OPERATOR_STARTS_WITH`, `OPERATOR_ENDS_WITH`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_CONTAINS","OPERATOR_STARTS_WITH","OPERATOR_ENDS_WITH"],title:"Operator"}}),(0,t.jsx)(n(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function _(e={}){const{wrapper:i}={...(0,s.R)(),...e.components};return i?(0,t.jsx)(i,{...e,children:(0,t.jsx)(O,{...e})}):O()}}}]); \ No newline at end of file diff --git a/assets/js/598e6858.3227887e.js b/assets/js/598e6858.3227887e.js deleted file mode 100644 index e2b01187..00000000 --- a/assets/js/598e6858.3227887e.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3789],{4108:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>c,contentTitle:()=>n,default:()=>h,frontMatter:()=>m,metadata:()=>o,toc:()=>d});var s=a(74848),i=a(28453),l=(a(6050),a(60674)),r=a.n(l),p=(a(23397),a(51107));a(19365);const m={id:"prompttemplate",title:"PromptTemplate",description:"",sidebar_label:"PromptTemplate",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,o={id:"api/schemas/prompttemplate",title:"PromptTemplate",description:"",source:"@site/docs/api/schemas/prompttemplate.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/prompttemplate",permalink:"/api/schemas/prompttemplate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"prompttemplate",title:"PromptTemplate",description:"",sidebar_label:"PromptTemplate",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetLabelState",permalink:"/api/schemas/datasetlabelstate"},next:{title:"FineTuneJob",permalink:"/api/schemas/finetunejob"}},c={},d=[];function u(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(p.default,{as:"h1",className:"openapi__heading",children:"PromptTemplate"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(r(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/598e6858.8cdd441d.js b/assets/js/598e6858.8cdd441d.js new file mode 100644 index 00000000..d580e09b --- /dev/null +++ b/assets/js/598e6858.8cdd441d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3789],{4108:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>h,frontMatter:()=>m,metadata:()=>n,toc:()=>d});var a=s(74848),i=s(28453),l=(s(6050),s(60674)),r=s.n(l),p=(s(23397),s(51107));s(19365);const m={id:"prompttemplate",title:"PromptTemplate",description:"",sidebar_label:"PromptTemplate",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,n={id:"api/schemas/prompttemplate",title:"PromptTemplate",description:"",source:"@site/docs/api/schemas/prompttemplate.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/prompttemplate",permalink:"/api/schemas/prompttemplate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"prompttemplate",title:"PromptTemplate",description:"",sidebar_label:"PromptTemplate",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"PseudoLabelJobConfig",permalink:"/api/schemas/pseudolabeljobconfig"},next:{title:"CreatePseudoLabelJobResponse",permalink:"/api/schemas/createpseudolabeljobresponse"}},c={},d=[];function u(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(p.default,{as:"h1",className:"openapi__heading",children:"PromptTemplate"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(r(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/5ad93693.17f03000.js b/assets/js/5ad93693.17f03000.js deleted file mode 100644 index b17d03c1..00000000 --- a/assets/js/5ad93693.17f03000.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1339],{89924:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>u,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"clonedatasetresponse",title:"CloneDatasetResponse",description:"",sidebar_label:"CloneDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/clonedatasetresponse",title:"CloneDatasetResponse",description:"",source:"@site/docs/api/schemas/clonedatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/clonedatasetresponse",permalink:"/api/schemas/clonedatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clonedatasetresponse",title:"CloneDatasetResponse",description:"",sidebar_label:"CloneDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CloneDatasetRequest",permalink:"/api/schemas/clonedatasetrequest"},next:{title:"Metric",permalink:"/api/schemas/metric"}},d={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"CloneDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/5ad93693.c3cea629.js b/assets/js/5ad93693.c3cea629.js new file mode 100644 index 00000000..b6747333 --- /dev/null +++ b/assets/js/5ad93693.c3cea629.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1339],{89924:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const o={id:"clonedatasetresponse",title:"CloneDatasetResponse",description:"",sidebar_label:"CloneDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,m={id:"api/schemas/clonedatasetresponse",title:"CloneDatasetResponse",description:"",source:"@site/docs/api/schemas/clonedatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/clonedatasetresponse",permalink:"/api/schemas/clonedatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clonedatasetresponse",title:"CloneDatasetResponse",description:"",sidebar_label:"CloneDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CloneDatasetRequest",permalink:"/api/schemas/clonedatasetrequest"},next:{title:"ArchiveDatasetRequest",permalink:"/api/schemas/archivedatasetrequest"}},d={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"CloneDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(r(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(r(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(r(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(r(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(r(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(r(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(r(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(r(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/5b29449f.343723d3.js b/assets/js/5b29449f.343723d3.js new file mode 100644 index 00000000..41a4e9b8 --- /dev/null +++ b/assets/js/5b29449f.343723d3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2932],{87109:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>g,contentTitle:()=>x,default:()=>D,frontMatter:()=>S,metadata:()=>f,toc:()=>E});var i=s(74848),t=s(28453),n=s(91366),l=s.n(n),r=(s(6050),s(57742)),d=s.n(r),o=(s(67792),s(27362)),m=s.n(o),c=(s(36683),s(81124)),p=s.n(c),h=s(60674),u=s.n(h),T=s(23397),N=s.n(T),j=s(51107),_=(s(77675),s(19365));const S={id:"create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",api:"eJzdWG1vIjkS/isl34dkpA6MsqvVitV8YAi5Y44hudDsahQQMt0FeNJt99huCIf476uyu6HTQGZGu3fS7hde/FKuevzUi2vLLF8Y1npkN9xyg5ZNAqYy1NwKJXsxa7GORm6xnA5YjCbSIqP5/SxwkLiGYlEDRgZhlCWKx8XQrUgQrILcDcJcJGjov10ixMUuFjCDUa6F3bDW45a9R65Rt3O7ZK3HyW4SMI1fcjT2vYo3rLVlkZIWpaWfPMsSETmlm58NabZlJlpiyumXFTbBuikPXhgLmN1kNKtmnzGi/5kmBKxAQ5slT9EJ8auM1UIujnD4V55yeaWRx3yWINAmmCtdNTAAMQclEfBZGGsabFcT8p1nVCZBzb92kjC3uB4ule0+8zRLvG3FeTOlEuTy6MB7g3ms+nyGCXxWM5gLTOJSXDuyYoVu8pSsncORECUWfc20cIlQLCda8Dh29hCpCpvAKrarI3ag383ecims4EmyAS4B08xuwCwxSSCXViTAHfdAmIKKGLPdjuRqNJmSxuNy/fYtfb08a5hHERozzxPYewgL/jAL/bFfpWEBQ1XQwSdf3yq+8QJ6NzUeuZuOnLpx254SMlc65Za1SD28siJF2pJn8fdu+Zt4mVpL1COD+ltJf8A8N6hhvVSg1tIc3YLM0we1rjqakBYXqIvJjkrOTBYOIf7reDm03ObmlG4o85QSwYe799Nh2A5Hw+loMLzvdnq3ve4NC6oT/xl1R/Wxh9Fg0Bv88+Vg5+7jfb8b1td22oNOt9+vD9+2ezQ2CfYU/6BmhcZHlnS1VvrYEGKsSvJUVo3kWvMNC5iwmJpjz6aLKDZBptGgtCCku4OEWzQWqmnME06Y8n5YUPfIjpPVk3P1v/NNF8f+jw4qZIzPJxhWV7ZH60pdPaiwFnZZ4HmkfSIsap4Mvsn/CYliw0vn9wd5Z/cizhP8ph22h91w2rnrjz4OpjfT8NN9t8b102t6g/CH69dmf/rx7Oxt/6792m43/8r+Yfjgvev09PtPYXd4drY9+FT1qhc0vQkJpzrStIQANA5iXt6kkMBf3iH8RlfyhMkGYiUvLEjEGHCFekOXvhhLWKLGAGa5BWEvDCyUiinJzyhyUsIUNnCnoK9MXAGwUiKGXD5JtRZykWwgUqgjL09I+9OPsOJJjob+KPr44boBXRmpWMiFpwU+W8rzo/B2+jPkMkFDq2NK0BiPJSi7RL0Whni488Wl0BgTRUTMqn5VdZjSE14yd0ISEqqFKFzh6RBjaKp0jSKwuD2ksquvXqay48DSP5zwtcBSCv7LBvxTvm/cVA3CBUoXEDJXrV69iqivStPMhphmSXFTr8cc/sR9bi7PEdJYnUc07dISnk5EdTmiVLpQr7BFGHACAp9TXIkNKSfCS8vJ36RfACkawxd4RNbaTR9ZOPkudlcrmEPZcagxzhQUh6w7qRveLrNnmVNTZSzMuBERGJQGW5Ci5XRFwGUMTgOzFJmPGVK5OAJWOK8lb7c+9x77bXnNk50v6p+vIhXjsHzwPJJbyAXRjK/40OlIr06V68jltDRT2kKfG5u6TK9VChdJ8ffil7Ecy0hJYyFKBBUJ79wLpVx/uR1LgJl7tobqCWWL3jT0ZmigXD1e9NvD8GOv352273vT8O7f3cHFJIBmE0K6eVEUfTjneWIdEhGXFCVVKqwLWbs3TgVuNjKCeS4dByHlQl6+AXe4164M0O+Ar7kotW0Uw6bh7/7SS/ObVIKNRC0uy5qz+KYlO1rlD/mF7YI9hvcbu3QvoDp+yoylg65EDmrAOhxLBPfokSolfFNL+L1TDjmhlWws0F6O2TGEY/YmAPjHN2P4ZiwP8JwDZiwzLaQ9QoNRFyJFu1TUGcmUax9knDoUrMkz0bxu8tyqKa540iw2Nb1Q193QK9Seh7lOWIstrc1Mq9ksgeKiEePq+B2uVewDDngZcOVg+0jYtntOq7J1MqT3pk8B1QbKPjrRkaSLW0bvdbeIBcWP27L4+/Bb6NyL3rEPh75L0T04NEbOhbv98InGg9U5HrcQ/GilaVAp6QXV0pWnb8V6aN/34NfrIwWOl7Sgo9JMSZSWAhbdhV963XjrMoMyNuWyYlvRXjjT/Kp0oP7kPlhxV1TCNLOEC9dOcZTZFnR7ZDwTLGBk955ypOBe1YJ2k4AtiaetR7bdzrjBkU52Oxr+kqOmTtskYCuuBb12XaMtYEvkMWrH0yfckHXezquiVHSlF6XGer+DooPf0Y4idMH1/NqqK93fDUPiYNHZS1VMezRfs8B9thilpszn3NbWj/lIlFNObDEvkxjLXxK+RnBnVfkslJuKhtttJXTvdiwoTHGhiO0op/wOddND4w==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},x=void 0,f={id:"api/create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",source:"@site/docs/api/create-dataset.api.mdx",sourceDirName:"api",slug:"/api/create-dataset",permalink:"/api/create-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",api:"eJzdWG1vIjkS/isl34dkpA6MsqvVitV8YAi5Y44hudDsahQQMt0FeNJt99huCIf476uyu6HTQGZGu3fS7hde/FKuevzUi2vLLF8Y1npkN9xyg5ZNAqYy1NwKJXsxa7GORm6xnA5YjCbSIqP5/SxwkLiGYlEDRgZhlCWKx8XQrUgQrILcDcJcJGjov10ixMUuFjCDUa6F3bDW45a9R65Rt3O7ZK3HyW4SMI1fcjT2vYo3rLVlkZIWpaWfPMsSETmlm58NabZlJlpiyumXFTbBuikPXhgLmN1kNKtmnzGi/5kmBKxAQ5slT9EJ8auM1UIujnD4V55yeaWRx3yWINAmmCtdNTAAMQclEfBZGGsabFcT8p1nVCZBzb92kjC3uB4ule0+8zRLvG3FeTOlEuTy6MB7g3ms+nyGCXxWM5gLTOJSXDuyYoVu8pSsncORECUWfc20cIlQLCda8Dh29hCpCpvAKrarI3ag383ecims4EmyAS4B08xuwCwxSSCXViTAHfdAmIKKGLPdjuRqNJmSxuNy/fYtfb08a5hHERozzxPYewgL/jAL/bFfpWEBQ1XQwSdf3yq+8QJ6NzUeuZuOnLpx254SMlc65Za1SD28siJF2pJn8fdu+Zt4mVpL1COD+ltJf8A8N6hhvVSg1tIc3YLM0we1rjqakBYXqIvJjkrOTBYOIf7reDm03ObmlG4o85QSwYe799Nh2A5Hw+loMLzvdnq3ve4NC6oT/xl1R/Wxh9Fg0Bv88+Vg5+7jfb8b1td22oNOt9+vD9+2ezQ2CfYU/6BmhcZHlnS1VvrYEGKsSvJUVo3kWvMNC5iwmJpjz6aLKDZBptGgtCCku4OEWzQWqmnME06Y8n5YUPfIjpPVk3P1v/NNF8f+jw4qZIzPJxhWV7ZH60pdPaiwFnZZ4HmkfSIsap4Mvsn/CYliw0vn9wd5Z/cizhP8ph22h91w2rnrjz4OpjfT8NN9t8b102t6g/CH69dmf/rx7Oxt/6792m43/8r+Yfjgvev09PtPYXd4drY9+FT1qhc0vQkJpzrStIQANA5iXt6kkMBf3iH8RlfyhMkGYiUvLEjEGHCFekOXvhhLWKLGAGa5BWEvDCyUiinJzyhyUsIUNnCnoK9MXAGwUiKGXD5JtRZykWwgUqgjL09I+9OPsOJJjob+KPr44boBXRmpWMiFpwU+W8rzo/B2+jPkMkFDq2NK0BiPJSi7RL0Whni488Wl0BgTRUTMqn5VdZjSE14yd0ISEqqFKFzh6RBjaKp0jSKwuD2ksquvXqay48DSP5zwtcBSCv7LBvxTvm/cVA3CBUoXEDJXrV69iqivStPMhphmSXFTr8cc/sR9bi7PEdJYnUc07dISnk5EdTmiVLpQr7BFGHACAp9TXIkNKSfCS8vJ36RfACkawxd4RNbaTR9ZOPkudlcrmEPZcagxzhQUh6w7qRveLrNnmVNTZSzMuBERGJQGW5Ci5XRFwGUMTgOzFJmPGVK5OAJWOK8lb7c+9x77bXnNk50v6p+vIhXjsHzwPJJbyAXRjK/40OlIr06V68jltDRT2kKfG5u6TK9VChdJ8ffil7Ecy0hJYyFKBBUJ79wLpVx/uR1LgJl7tobqCWWL3jT0ZmigXD1e9NvD8GOv352273vT8O7f3cHFJIBmE0K6eVEUfTjneWIdEhGXFCVVKqwLWbs3TgVuNjKCeS4dByHlQl6+AXe4164M0O+Ar7kotW0Uw6bh7/7SS/ObVIKNRC0uy5qz+KYlO1rlD/mF7YI9hvcbu3QvoDp+yoylg65EDmrAOhxLBPfokSolfFNL+L1TDjmhlWws0F6O2TGEY/YmAPjHN2P4ZiwP8JwDZiwzLaQ9QoNRFyJFu1TUGcmUax9knDoUrMkz0bxu8tyqKa540iw2Nb1Q193QK9Seh7lOWIstrc1Mq9ksgeKiEePq+B2uVewDDngZcOVg+0jYtntOq7J1MqT3pk8B1QbKPjrRkaSLW0bvdbeIBcWP27L4+/Bb6NyL3rEPh75L0T04NEbOhbv98InGg9U5HrcQ/GilaVAp6QXV0pWnb8V6aN/34NfrIwWOl7Sgo9JMSZSWAhbdhV963XjrMoMyNuWyYlvRXjjT/Kp0oP7kPlhxV1TCNLOEC9dOcZTZFnR7ZDwTLGBk955ypOBe1YJ2k4AtiaetR7bdzrjBkU52Oxr+kqOmTtskYCuuBb12XaMtYEvkMWrH0yfckHXezquiVHSlF6XGer+DooPf0Y4idMH1/NqqK93fDUPiYNHZS1VMezRfs8B9thilpszn3NbWj/lIlFNObDEvkxjLXxK+RnBnVfkslJuKhtttJXTvdiwoTHGhiO0op/wOddND4w==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"LastMile AI API V2",permalink:"/api/lastmile-ai-api-v-2"},next:{title:"Upload Dataset File",permalink:"/api/upload-dataset-file"}},g={},E=[];function b(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(j.default,{as:"h1",className:"openapi__heading",children:"Create Dataset"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/create",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset."}),"\n",(0,i.jsx)(j.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(_.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"isFewShotExamples",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"PseudoLabel job fields."}}),(0,i.jsx)(u(),{collapsible:!1,name:"isActiveLabels",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(_.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(_.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(N(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(_.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(_.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "JOB_STATUS_UNSPECIFIED",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ],\n "labelState": {\n "labelingStatus": "JOB_STATUS_UNSPECIFIED",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(b,{...e})}):b(e)}}}]); \ No newline at end of file diff --git a/assets/js/5b29449f.f03e767f.js b/assets/js/5b29449f.f03e767f.js deleted file mode 100644 index 64f23800..00000000 --- a/assets/js/5b29449f.f03e767f.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2932],{87109:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>b,default:()=>K,frontMatter:()=>N,metadata:()=>v,toc:()=>y});var i=s(74848),t=s(28453),r=s(91366),n=s.n(r),l=(s(6050),s(57742)),o=s.n(l),d=(s(67792),s(27362)),m=s.n(d),c=(s(36683),s(81124)),p=s.n(c),h=s(60674),u=s.n(h),x=s(23397),j=s.n(x),g=s(51107),f=(s(77675),s(19365));const N={id:"create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",api:"eJzdWEtv2zgQ/isD7iEJoNhFji56cNMUm27aBrWze4iNgJbGNluKVMlRHK+h/74YUrIVy2lS7OOwl8Qmh8OZj9+8vBEkF14MbsU7SdIjiWkibIFOkrLmMhMDce5QEjbbicjQp04VvL/dBQkGV1AL9eDGI9wU2sqsXnqvNAJZKMMizJVGz99piZDVp0QiPKalU7QWg9uNeIvSoRuWtBSD22k1TYTD7yV6emuztRhsRGoNoSH+KItCqzQY3f/q2bKN8OkSc8mfSJHGfVe+RGUiEbQueNfOvmLK3wvHCJBCz4eNzDEoiVKenDKLDg6/lrk0pw5lJmcagQ/B3Lq2gwmoOViDgA/Kk++Jak/JT97R2gQ7f+4m5d/jarS0dPEg80JH3+r7ZtZqlKZz4bXHMrNXcoYavtoZzBXqrFE3TEndY9g8pKsKODKizKLnXBsvEWpxpoXMsuAPk6r2CciKah+xHf3ebT03ipTUeg3SAOYFrcEvUWsoDSkNMnAPlK+piJmoKtbr0BfW+IjL2atX/O/xXaMyTdH7ealhGyEi+dssjNc+S8MahraiXUz++Kh64QNcvtvjUXjpNJibDemQkrl1uSQxYPPwlFSOfKQssp898j+JMrsy6G48upeSfod56dHBamnBrozvvIIp8y921Q40ZQgX6OrNc6uf2KwDQv0ZeDkiSaXv2tYRvHDOuoNyqdVlbto6pHNyLRKhCHPfDRz2sz4EhUOPhkCZ4KKWhJ6gXSXieyrfuM/0fkz486Dr0sztv0f9kCb+Q/4rk+HDgQfcN/aS5RpbI6iwUrSs8exYrxWhk/rTi8KLkagPPI6teFGMpaiiw4sqlmflMON2QmWiDV0bk8bZx8ZNWYPmasIUxcMs8rzVeF9zJ5xRZhEr1ONk0OXO1e6G57jTKH4qZA6h54PsnoULNAHSIpTT0x8aHMtmXtAY80LXQPz4XvlNxuTR3KOMJ1emvO1ZIR4O5X09qjG6Nq/2RXkICpIYlaEHgFyugQufVCbUWRaAHL2XC+xwYQ/IjofTnyJPO8Xu8uIuCT6R8XZ5a7rv+LDJP01Wyq0nmEmvUvBoPA4gR5L8RCBNBsECv1RFArOSwFgOvwWQwmxiuH1RFLNXrwNF88zTKnYdD6epzXDUdGS3zDqzEAPxQd7LUbCR22JbujRkhbywjuBKespDrnQ2hyNdfz16PTETk1rjCVKtOM2+CS1UI3+8mRiAWeirx/YbmgE3XdzU9NDc3x5dDUfjj5dXF3fD68u78effLj4dTRPo92HML6/qqoRzWWoKSKTSwAzB5oqIna9OggnSr00K89IEDkIulTk+gXB5tK5JU29ArqRqrO3Vy74X3/44aouHrMaetovjpijW/1mkYql4yWtRJVsMr9e0DC3aPn7WT0yArkEO9oANODYIbtFjUxr47ojxe2MDcspZ01sgHU9EF8KJOEkAfnkxhicTs4PnKWAmpnDKUAcNwWNSjrS0PLoVNsw3heQRSvRlofpnfVmSvcN7qfv1oX5UGsYvd48u8rB0WgzEkqjwg36/AUqqXob33UHB2SwmHIg64DTA9pGxHV4Gq5rZbsQNccyw7Qlvm534SrYliPFAEYREUn9435TPD3+MQ3hxo/1lNxjW481ucnsq3W2XD0xG5ErszjhxtTXVPGqe5rbdm7e8h+H1Jfx+1jGgKzKAc5sX1qAhTlj8FlH0rPcqVAbrKZem5Vs9/zwxnbdG5H94UK/fivCB+oWWKsx7gTKbmm63QhZKJIL93lKODdyaWtNumogl83RwKzabmfR443RV8fL3Eh3/FDBNxL10itvx8EtAIpYoM3SBp99wzd5FP0/HbBeL6zI0pvsDGWeHeGKYphiS69Oy7VC6/jwaMwfrnx5ym/EZJ1ciCX8HgktTEWvuYBPXYiYquSYORNTJjJWPCb9H8OBV01ibdcvCzaaVuqtKJLUrIRWJimvKX8xjNfY=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},b=void 0,v={id:"api/create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",source:"@site/docs/api/create-dataset.api.mdx",sourceDirName:"api",slug:"/api/create-dataset",permalink:"/api/create-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-dataset",title:"Create Dataset",description:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset.",api:"eJzdWEtv2zgQ/isD7iEJoNhFji56cNMUm27aBrWze4iNgJbGNluKVMlRHK+h/74YUrIVy2lS7OOwl8Qmh8OZj9+8vBEkF14MbsU7SdIjiWkibIFOkrLmMhMDce5QEjbbicjQp04VvL/dBQkGV1AL9eDGI9wU2sqsXnqvNAJZKMMizJVGz99piZDVp0QiPKalU7QWg9uNeIvSoRuWtBSD22k1TYTD7yV6emuztRhsRGoNoSH+KItCqzQY3f/q2bKN8OkSc8mfSJHGfVe+RGUiEbQueNfOvmLK3wvHCJBCz4eNzDEoiVKenDKLDg6/lrk0pw5lJmcagQ/B3Lq2gwmoOViDgA/Kk++Jak/JT97R2gQ7f+4m5d/jarS0dPEg80JH3+r7ZtZqlKZz4bXHMrNXcoYavtoZzBXqrFE3TEndY9g8pKsKODKizKLnXBsvEWpxpoXMsuAPk6r2CciKah+xHf3ebT03ipTUeg3SAOYFrcEvUWsoDSkNMnAPlK+piJmoKtbr0BfW+IjL2atX/O/xXaMyTdH7ealhGyEi+dssjNc+S8MahraiXUz++Kh64QNcvtvjUXjpNJibDemQkrl1uSQxYPPwlFSOfKQssp898j+JMrsy6G48upeSfod56dHBamnBrozvvIIp8y921Q40ZQgX6OrNc6uf2KwDQv0ZeDkiSaXv2tYRvHDOuoNyqdVlbto6pHNyLRKhCHPfDRz2sz4EhUOPhkCZ4KKWhJ6gXSXieyrfuM/0fkz486Dr0sztv0f9kCb+Q/4rk+HDgQfcN/aS5RpbI6iwUrSs8exYrxWhk/rTi8KLkagPPI6teFGMpaiiw4sqlmflMON2QmWiDV0bk8bZx8ZNWYPmasIUxcMs8rzVeF9zJ5xRZhEr1ONk0OXO1e6G57jTKH4qZA6h54PsnoULNAHSIpTT0x8aHMtmXtAY80LXQPz4XvlNxuTR3KOMJ1emvO1ZIR4O5X09qjG6Nq/2RXkICpIYlaEHgFyugQufVCbUWRaAHL2XC+xwYQ/IjofTnyJPO8Xu8uIuCT6R8XZ5a7rv+LDJP01Wyq0nmEmvUvBoPA4gR5L8RCBNBsECv1RFArOSwFgOvwWQwmxiuH1RFLNXrwNF88zTKnYdD6epzXDUdGS3zDqzEAPxQd7LUbCR22JbujRkhbywjuBKespDrnQ2hyNdfz16PTETk1rjCVKtOM2+CS1UI3+8mRiAWeirx/YbmgE3XdzU9NDc3x5dDUfjj5dXF3fD68u78effLj4dTRPo92HML6/qqoRzWWoKSKTSwAzB5oqIna9OggnSr00K89IEDkIulTk+gXB5tK5JU29ArqRqrO3Vy74X3/44aouHrMaetovjpijW/1mkYql4yWtRJVsMr9e0DC3aPn7WT0yArkEO9oANODYIbtFjUxr47ojxe2MDcspZ01sgHU9EF8KJOEkAfnkxhicTs4PnKWAmpnDKUAcNwWNSjrS0PLoVNsw3heQRSvRlofpnfVmSvcN7qfv1oX5UGsYvd48u8rB0WgzEkqjwg36/AUqqXob33UHB2SwmHIg64DTA9pGxHV4Gq5rZbsQNccyw7Qlvm534SrYliPFAEYREUn9435TPD3+MQ3hxo/1lNxjW481ucnsq3W2XD0xG5ErszjhxtTXVPGqe5rbdm7e8h+H1Jfx+1jGgKzKAc5sX1qAhTlj8FlH0rPcqVAbrKZem5Vs9/zwxnbdG5H94UK/fivCB+oWWKsx7gTKbmm63QhZKJIL93lKODdyaWtNumogl83RwKzabmfR443RV8fL3Eh3/FDBNxL10itvx8EtAIpYoM3SBp99wzd5FP0/HbBeL6zI0pvsDGWeHeGKYphiS69Oy7VC6/jwaMwfrnx5ym/EZJ1ciCX8HgktTEWvuYBPXYiYquSYORNTJjJWPCb9H8OBV01ibdcvCzaaVuqtKJLUrIRWJimvKX8xjNfY=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"LastMile AI API V2",permalink:"/api/lastmile-ai-api-v-2"},next:{title:"Upload Dataset File",permalink:"/api/upload-dataset-file"}},q={},y=[];function D(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Create Dataset"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/dataset/create",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Create a new Dataset. Use UploadDatasetFile to upload files to the dataset."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"isFewShotExamples",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"PseudoLabel job fields."}}),(0,i.jsx)(u(),{collapsible:!1,name:"isActiveLabels",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "string",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ],\n "labelState": {\n "labelingStatus": "string",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/5b81d483.02dcf77c.js b/assets/js/5b81d483.02dcf77c.js new file mode 100644 index 00000000..c45f0c90 --- /dev/null +++ b/assets/js/5b81d483.02dcf77c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9240],{53331:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>p,toc:()=>m});var i=t(74848),r=t(28453),a=(t(6050),t(60674)),c=t.n(a),n=(t(23397),t(51107));t(19365);const l={id:"listprojectsrequest",title:"ListProjectsRequest",description:"",sidebar_label:"ListProjectsRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,p={id:"api/schemas/listprojectsrequest",title:"ListProjectsRequest",description:"",source:"@site/docs/api/schemas/listprojectsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsrequest",permalink:"/api/schemas/listprojectsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsrequest",title:"ListProjectsRequest",description:"",sidebar_label:"ListProjectsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetProjectResponse",permalink:"/api/schemas/getprojectresponse"},next:{title:"ListProjectsRequestFilters",permalink:"/api/schemas/listprojectsrequestfilters"}},d={},m=[];function u(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListProjectsRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(c(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search only projects associated with specific organization"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/5b81d483.ccd82a59.js b/assets/js/5b81d483.ccd82a59.js deleted file mode 100644 index a8f7d53c..00000000 --- a/assets/js/5b81d483.ccd82a59.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9240],{53331:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>p,toc:()=>m});var i=t(74848),r=t(28453),a=(t(6050),t(60674)),c=t.n(a),n=(t(23397),t(51107));t(19365);const l={id:"listprojectsrequest",title:"ListProjectsRequest",description:"",sidebar_label:"ListProjectsRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,p={id:"api/schemas/listprojectsrequest",title:"ListProjectsRequest",description:"",source:"@site/docs/api/schemas/listprojectsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsrequest",permalink:"/api/schemas/listprojectsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsrequest",title:"ListProjectsRequest",description:"",sidebar_label:"ListProjectsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsRequestFilters",permalink:"/api/schemas/listprojectsrequestfilters"},next:{title:"ListProjectsResponse",permalink:"/api/schemas/listprojectsresponse"}},d={},m=[];function u(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListProjectsRequest"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(c(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search only projects associated with specific organization"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/5c641f29.7fafd5dd.js b/assets/js/5c641f29.7fafd5dd.js new file mode 100644 index 00000000..d50a27c8 --- /dev/null +++ b/assets/js/5c641f29.7fafd5dd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8687],{55500:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>E,contentTitle:()=>S,default:()=>b,frontMatter:()=>g,metadata:()=>N,toc:()=>f});var i=s(74848),t=s(28453),n=s(91366),r=s.n(n),l=(s(6050),s(57742)),o=s.n(l),d=(s(67792),s(27362)),c=s.n(d),m=(s(36683),s(81124)),p=s.n(m),h=s(60674),u=s.n(h),T=s(23397),_=s.n(T),x=s(51107),j=(s(77675),s(19365));const g={id:"clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",api:"eJzVWN1v2zYQ/1cIvvRFiYO0KAa9OY6zuXCdLJZXFKlh0OLZZkORKknZ8Qz/78ORUqzIH023dcBeAofH++Dd7760oY7NLY0f6DVzzIKj44jqHAxzQqsepzHtSK2gokaUg02NyJFcEQkjPNCJUE4TRhSsno9SrRwTSqg5cQsgkjmwjsyEBE8C5SyNqIW0MMKtafywoVfADJh24RY0fhhvxxE18K0A6640X9N4Q0tG/MnyXIrUm9v6atGoDbXpAjKGv5xwEhqPuA+yaETdOkeinn6FFP/PDT7dCbDIWz4AnbCprlpnhJrvuaGUTJwmKWqi24gqlsH3OQc1TyHHOenNiNKO5EYvBQcekZWQkhQWvPvwDtEz/7vim4JQ8y8qqOao+4WO75nwW5ExdWaAcTaVQGrEhqLzL+rvWlezLTca3f0atyYLIOV1dC3jPGip+cxput0GfAgDHJG8i9t4uw1Em2tlQ1QvLy58cF8oGhZpCtbOCkmewU+jfwqzoPW1OKvL2aXbaVbxSif2rpuhxEikBpgD3naHhMy0yZijMZoHZ05kHtRFzn+U5XV50AChB9JMm7rNEREzguUGnoR19vznAf2QJr1SYEYWzGuBu/N5YcGQ1UITvVJ2LwqqyO71ytaECuVgDqYkdrQ8QhRKOMGk+NPDcuiYK+wh20AVGSbGh9uryTBpJ6PhZDQY3nU7vZte95pGdcLvo+6oeXY/Ggx6g19fHnZuP971u0nzbqc96HT7/ebxTbuHZ+PoGeIf9LS0eO8lXWO02X8IIlbLIlP1RzJj2JpGVDjI7H5iYyBKJpIbsKCwR9UbUZlqN9iPAuCEreJDo2ZGdrysnprpn5ebvjf+hwkqFIenAwhrGtvDe5WtwalkJdyi9Oee9VI4MEwOXpX/6ImS4WXyB0Uh2YOI4wC/biftYTeZdG77o4+DyfUk+XzXbWD98J3eIHl7eYr6/t1R6k3/tn2K29NP8A+T+5Bdh8lXn5Pu8Ci1Pfhcz6oXML1O0E+HZhV0oPUuZlUkhaqNcT6G5BOG5BHkmnCt3jiiADiBJZg1Bh0njgUYiMi0cES4N5bMtebYqKdYObFfChd5LfDEslyCb+JLLTgp1KPSK6Hmck1SDSYN8oRy79+RJZMF2DBLCuXeXp6Trko1xznCwwKeHBGWjJKbyS+kUBIs3ubYn4F/UUS7BZiVsIjDxnAgOK3nVT1hqkx4idwxSpBsChLLFRwuMRZJVWqUhcXzoMlf9bTZyvYLS3+n4XuFpRL8vy34h3LfelLDhXNQviDkFgquz056NEyWWe4SyHJZRup0zWGPLPTmSo9Q1pkiRbJvS3C4ETXliMro0rzyLcISLyAKPWUmQHKSsXW1ERGmwgWSgbVsDntgbUR674XjH0J3fYLZjR27GePIQLHruuPmw9tV96x6aqatI1NmRUosKAsxycAxDBFhihNvgV2IPNQMpX0dIU74rMVsd6H37udtFWY/0m8jmoFbaFxPc+1XuZzhskhbLBetyxYrnJ7AkslWydcKaxnumWYJxvo1szCSxnThXG7jVksy6zIhgYlzDsu9IN8ZzQM0SJBBzkifWfcRB4d2j+KWWi2xQ1wMQrLWV9lnHKFKtMVfozGd+ks0Kn/cVG36w6fEOwIXjvvdBtwN1bSxo+7QGSbuY2h9Pq4tYrURS+BsU1tFam8k7bse+eNyT+L+lZh0dJZrVS736PFw9fL8wmeqti5jfmQvjQ0fEo58Zqgt/P/eF4cyFthMWrlkQvnxCSGxKdH0QFkuaETxxc+IQtuerQyoGkd0gSiMH+hmM2UWRkZut3j8rQCDnzTGEV0yI3Dt8F80IroAxsF4GD7CGt8VLDsre7bvgVijmnvnNqo42mkKuTt5d1xLlLvbYYIQKz+hZJojj2ErGvm/McUakYfiF2/CGXYbNS+wOMU0yERAspd4buDXv6qaz9W6ZuFmE24k+hHUdkuj8ikO/6dbTO6/AAErWTI=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},S=void 0,N={id:"api/clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",source:"@site/docs/api/clone-dataset.api.mdx",sourceDirName:"api",slug:"/api/clone-dataset",permalink:"/api/clone-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",api:"eJzVWN1v2zYQ/1cIvvRFiYO0KAa9OY6zuXCdLJZXFKlh0OLZZkORKknZ8Qz/78ORUqzIH023dcBeAofH++Dd7760oY7NLY0f6DVzzIKj44jqHAxzQqsepzHtSK2gokaUg02NyJFcEQkjPNCJUE4TRhSsno9SrRwTSqg5cQsgkjmwjsyEBE8C5SyNqIW0MMKtafywoVfADJh24RY0fhhvxxE18K0A6640X9N4Q0tG/MnyXIrUm9v6atGoDbXpAjKGv5xwEhqPuA+yaETdOkeinn6FFP/PDT7dCbDIWz4AnbCprlpnhJrvuaGUTJwmKWqi24gqlsH3OQc1TyHHOenNiNKO5EYvBQcekZWQkhQWvPvwDtEz/7vim4JQ8y8qqOao+4WO75nwW5ExdWaAcTaVQGrEhqLzL+rvWlezLTca3f0atyYLIOV1dC3jPGip+cxput0GfAgDHJG8i9t4uw1Em2tlQ1QvLy58cF8oGhZpCtbOCkmewU+jfwqzoPW1OKvL2aXbaVbxSif2rpuhxEikBpgD3naHhMy0yZijMZoHZ05kHtRFzn+U5XV50AChB9JMm7rNEREzguUGnoR19vznAf2QJr1SYEYWzGuBu/N5YcGQ1UITvVJ2LwqqyO71ytaECuVgDqYkdrQ8QhRKOMGk+NPDcuiYK+wh20AVGSbGh9uryTBpJ6PhZDQY3nU7vZte95pGdcLvo+6oeXY/Ggx6g19fHnZuP971u0nzbqc96HT7/ebxTbuHZ+PoGeIf9LS0eO8lXWO02X8IIlbLIlP1RzJj2JpGVDjI7H5iYyBKJpIbsKCwR9UbUZlqN9iPAuCEreJDo2ZGdrysnprpn5ebvjf+hwkqFIenAwhrGtvDe5WtwalkJdyi9Oee9VI4MEwOXpX/6ImS4WXyB0Uh2YOI4wC/biftYTeZdG77o4+DyfUk+XzXbWD98J3eIHl7eYr6/t1R6k3/tn2K29NP8A+T+5Bdh8lXn5Pu8Ci1Pfhcz6oXML1O0E+HZhV0oPUuZlUkhaqNcT6G5BOG5BHkmnCt3jiiADiBJZg1Bh0njgUYiMi0cES4N5bMtebYqKdYObFfChd5LfDEslyCb+JLLTgp1KPSK6Hmck1SDSYN8oRy79+RJZMF2DBLCuXeXp6Trko1xznCwwKeHBGWjJKbyS+kUBIs3ubYn4F/UUS7BZiVsIjDxnAgOK3nVT1hqkx4idwxSpBsChLLFRwuMRZJVWqUhcXzoMlf9bTZyvYLS3+n4XuFpRL8vy34h3LfelLDhXNQviDkFgquz056NEyWWe4SyHJZRup0zWGPLPTmSo9Q1pkiRbJvS3C4ETXliMro0rzyLcISLyAKPWUmQHKSsXW1ERGmwgWSgbVsDntgbUR674XjH0J3fYLZjR27GePIQLHruuPmw9tV96x6aqatI1NmRUosKAsxycAxDBFhihNvgV2IPNQMpX0dIU74rMVsd6H37udtFWY/0m8jmoFbaFxPc+1XuZzhskhbLBetyxYrnJ7AkslWydcKaxnumWYJxvo1szCSxnThXG7jVksy6zIhgYlzDsu9IN8ZzQM0SJBBzkifWfcRB4d2j+KWWi2xQ1wMQrLWV9lnHKFKtMVfozGd+ks0Kn/cVG36w6fEOwIXjvvdBtwN1bSxo+7QGSbuY2h9Pq4tYrURS+BsU1tFam8k7bse+eNyT+L+lZh0dJZrVS736PFw9fL8wmeqti5jfmQvjQ0fEo58Zqgt/P/eF4cyFthMWrlkQvnxCSGxKdH0QFkuaETxxc+IQtuerQyoGkd0gSiMH+hmM2UWRkZut3j8rQCDnzTGEV0yI3Dt8F80IroAxsF4GD7CGt8VLDsre7bvgVijmnvnNqo42mkKuTt5d1xLlLvbYYIQKz+hZJojj2ErGvm/McUakYfiF2/CGXYbNS+wOMU0yERAspd4buDXv6qaz9W6ZuFmE24k+hHUdkuj8ikO/6dbTO6/AAErWTI=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Datasets",permalink:"/api/list-datasets"},next:{title:"Archive Dataset",permalink:"/api/archive-dataset"}},E={},f=[];function y(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Clone Dataset"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/dataset/clone",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Clone a dataset into a new dataset containing the latest file contents"}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(j.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Dataset to clone"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"New dataset name. If not provided, will use the name of the dataset being\n cloned"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset.\n If not provided, will use the name of the dataset being cloned"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(_(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "JOB_STATUS_UNSPECIFIED",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ],\n "labelState": {\n "labelingStatus": "JOB_STATUS_UNSPECIFIED",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function b(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(y,{...e})}):y(e)}}}]); \ No newline at end of file diff --git a/assets/js/5c641f29.968d0b25.js b/assets/js/5c641f29.968d0b25.js deleted file mode 100644 index cff4db54..00000000 --- a/assets/js/5c641f29.968d0b25.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8687],{55500:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>y,contentTitle:()=>v,default:()=>M,frontMatter:()=>N,metadata:()=>b,toc:()=>q});var i=s(74848),t=s(28453),n=s(91366),l=s.n(n),r=(s(6050),s(57742)),m=s.n(r),o=(s(67792),s(27362)),d=s.n(o),c=(s(36683),s(81124)),p=s.n(c),h=s(60674),u=s.n(h),g=s(23397),j=s.n(g),x=s(51107),f=(s(77675),s(19365));const N={id:"clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",api:"eJy9V0tz2zYQ/isYnGkr4yNvjpNM1UlTj+20B1uTWZErCTYIIMDSsqrhf+8sQEoUKT/SNr1oKO578e3yw1YSLIPMb+UHIAhIcpZJ69ADKWumpczlhbYGO2kmSwyFV47FnVCAKJNcKENWgDC43r0qrCFQRpmloBUKDYSBxEJpjCI0FGQmAxa1V7SR+e1Wvkfw6M9rWsn8dtbMMunxe42B3ttyI/OtbA35EZzTqojpTu4DJ7WVoVhhBfxEijQOirhKvmQmaeNYaOf3WPB/57l0UhjYti2Am7DtVAN5ZZajNrSeBVlRcCTZZNJAha9bful1ii1OxXQhjCXhvH1UJZaZWCutRR0wto91hF3E585ujsos70wKXXLsgxivpfBLXYE58QglzDWKnnAQ6PTO/NPserk5b7ndb2nrzQpFq86thbJMUXo9IyubJuFDeSwZyftzmzVNEgZnTUinevbuXTzcg0DXdVFgCItaix34ZfZvYZaivhVnfT/7cXvZVL2xidMPw6Pkkyg8AmF5TsecLKyvgGTO6eEJqSqCunblj5q8bQ4GIIxAWljfzzkTaiF43eCTChROfx7Qj0Wya4P+a0D/VuDue14H9GK9ssKuTRidgqmrK7sOPafKEC7Rt8ILq58RKqNIgVZ/RVheE1AdxrmNFD96b/1RvcLqujJ9H+A9bGQmFWEVxnPDdbZGwnkMaPgT0N/zLZI/8bpP56lCVz7D+xDwF9HX1Czsz4N+/PT8j/hXpsSnIwc4THbKel2uqalirWjV9nOUvVaEHvSXN40Xd6I1OJytFCjNUnIxwsVgvapS9lvX70lX7GFyM/agYY6aIYrHURRY1FXfYifa8Mfj3s6Hy2CMnc/7CK9hp3P83Mgc616IuoMMl2hiS13AurQnLyacPn2VoxusnG4b8XJceIC0PLo4ygTydcHiwA7x+CgP/agu6Ta9thYVRHSQpalcKNSlqGDTUTYBJimICkOAJY6wMGjkqMLZD4Gnv2L3e3G/BJ/ZePu9NRsWft7tn24rVTaQmENQhQhoAuaiQgI+IgGmFDGDsFIuE/OamOmsIm9VWN4ZpiCK0vY6fY51JM7RZLJCWlnmz85GrumA2aycgFOTswnUZL/hI+hJazdJvJGJsH9EHyIPrr2WuVwRuZBPJhoCVUojqNMSH0eHfOltmaAhkg9xIj5DoN949Z5PJdPojmVfM3NJs9Dn2jsccUjOJarJXM6jkszah0/dovv1z5vYCGZEV3uK/vEJKqdxQKL36EyU4Dm07l73mOLBx2xh+1ypV6M4v5yKP85GHscqubiwlbOmvX1wx5Pq2em7OKk2UAWRU7TJppvOM/eg3o3kv7sStWdB+EQTp0GZ+AFiSGxbNN1KcEpmkiveIYpz22WZUDXL5IpRmN/K7XYOAb963TT8+nuNnu9cs0w+glfMi+KVK5MrhBJ9hOEDbriulNnJDafF6rqODGFIjJusszgvCnT0ou6sNyiXv1/fMMTaO15lS7bxsJZZ/M0l7wiXll++Te94mZtlzcspl8knAxIO8TzAb6yqYzhm08twu00aN/YBTdPIrC2F+L9seLj/Bn8ZS0U=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,b={id:"api/clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",source:"@site/docs/api/clone-dataset.api.mdx",sourceDirName:"api",slug:"/api/clone-dataset",permalink:"/api/clone-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"clone-dataset",title:"Clone Dataset",description:"Clone a dataset into a new dataset containing the latest file contents",api:"eJy9V0tz2zYQ/isYnGkr4yNvjpNM1UlTj+20B1uTWZErCTYIIMDSsqrhf+8sQEoUKT/SNr1oKO578e3yw1YSLIPMb+UHIAhIcpZJ69ADKWumpczlhbYGO2kmSwyFV47FnVCAKJNcKENWgDC43r0qrCFQRpmloBUKDYSBxEJpjCI0FGQmAxa1V7SR+e1Wvkfw6M9rWsn8dtbMMunxe42B3ttyI/OtbA35EZzTqojpTu4DJ7WVoVhhBfxEijQOirhKvmQmaeNYaOf3WPB/57l0UhjYti2Am7DtVAN5ZZajNrSeBVlRcCTZZNJAha9bful1ii1OxXQhjCXhvH1UJZaZWCutRR0wto91hF3E585ujsos70wKXXLsgxivpfBLXYE58QglzDWKnnAQ6PTO/NPserk5b7ndb2nrzQpFq86thbJMUXo9IyubJuFDeSwZyftzmzVNEgZnTUinevbuXTzcg0DXdVFgCItaix34ZfZvYZaivhVnfT/7cXvZVL2xidMPw6Pkkyg8AmF5TsecLKyvgGTO6eEJqSqCunblj5q8bQ4GIIxAWljfzzkTaiF43eCTChROfx7Qj0Wya4P+a0D/VuDue14H9GK9ssKuTRidgqmrK7sOPafKEC7Rt8ILq58RKqNIgVZ/RVheE1AdxrmNFD96b/1RvcLqujJ9H+A9bGQmFWEVxnPDdbZGwnkMaPgT0N/zLZI/8bpP56lCVz7D+xDwF9HX1Czsz4N+/PT8j/hXpsSnIwc4THbKel2uqalirWjV9nOUvVaEHvSXN40Xd6I1OJytFCjNUnIxwsVgvapS9lvX70lX7GFyM/agYY6aIYrHURRY1FXfYifa8Mfj3s6Hy2CMnc/7CK9hp3P83Mgc616IuoMMl2hiS13AurQnLyacPn2VoxusnG4b8XJceIC0PLo4ygTydcHiwA7x+CgP/agu6Ta9thYVRHSQpalcKNSlqGDTUTYBJimICkOAJY6wMGjkqMLZD4Gnv2L3e3G/BJ/ZePu9NRsWft7tn24rVTaQmENQhQhoAuaiQgI+IgGmFDGDsFIuE/OamOmsIm9VWN4ZpiCK0vY6fY51JM7RZLJCWlnmz85GrumA2aycgFOTswnUZL/hI+hJazdJvJGJsH9EHyIPrr2WuVwRuZBPJhoCVUojqNMSH0eHfOltmaAhkg9xIj5DoN949Z5PJdPojmVfM3NJs9Dn2jsccUjOJarJXM6jkszah0/dovv1z5vYCGZEV3uK/vEJKqdxQKL36EyU4Dm07l73mOLBx2xh+1ypV6M4v5yKP85GHscqubiwlbOmvX1wx5Pq2em7OKk2UAWRU7TJppvOM/eg3o3kv7sStWdB+EQTp0GZ+AFiSGxbNN1KcEpmkiveIYpz22WZUDXL5IpRmN/K7XYOAb963TT8+nuNnu9cs0w+glfMi+KVK5MrhBJ9hOEDbriulNnJDafF6rqODGFIjJusszgvCnT0ou6sNyiXv1/fMMTaO15lS7bxsJZZ/M0l7wiXll++Te94mZtlzcspl8knAxIO8TzAb6yqYzhm08twu00aN/YBTdPIrC2F+L9seLj/Bn8ZS0U=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Datasets",permalink:"/api/list-datasets"},next:{title:"Evaluate",permalink:"/api/evaluate"}},y={},q=[];function T(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Clone Dataset"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/dataset/clone",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Clone a dataset into a new dataset containing the latest file contents"}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Dataset to clone"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"New dataset name. If not provided, will use the name of the dataset being\n cloned"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset.\n If not provided, will use the name of the dataset being cloned"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The project to add the new dataset to"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "string",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ],\n "labelState": {\n "labelingStatus": "string",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/610ff161.36e79866.js b/assets/js/610ff161.36e79866.js new file mode 100644 index 00000000..047d380e --- /dev/null +++ b/assets/js/610ff161.36e79866.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1434],{17309:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>h,frontMatter:()=>u,metadata:()=>d,toc:()=>m});var i=t(74848),a=t(28453),l=(t(6050),t(60674)),r=t.n(l),n=(t(23397),t(51107));t(19365);const u={id:"listvalue",title:"ListValue",description:"",sidebar_label:"ListValue",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/listvalue",title:"ListValue",description:"",source:"@site/docs/api/schemas/listvalue.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listvalue",permalink:"/api/schemas/listvalue",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listvalue",title:"ListValue",description:"",sidebar_label:"ListValue",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FieldsEntry",permalink:"/api/schemas/fieldsentry"},next:{title:"ListDatasetsRequest",permalink:"/api/schemas/listdatasetsrequest"}},o={},m=[];function p(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListValue"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(r(),{collapsible:!1,name:"values",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}})})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/6295ffe8.b36e30f0.js b/assets/js/6295ffe8.b36e30f0.js new file mode 100644 index 00000000..e1ffa640 --- /dev/null +++ b/assets/js/6295ffe8.b36e30f0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[678],{98524:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>d,toc:()=>o});var a=t(74848),i=t(28453),m=(t(6050),t(60674)),n=t.n(m),l=(t(23397),t(51107));t(19365);const r={id:"timestamp",title:"Timestamp",description:"",sidebar_label:"Timestamp",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/timestamp",title:"Timestamp",description:"",source:"@site/docs/api/schemas/timestamp.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/timestamp",permalink:"/api/schemas/timestamp",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"timestamp",title:"Timestamp",description:"",sidebar_label:"Timestamp",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Dataset",permalink:"/api/schemas/dataset"},next:{title:"DatasetColumnInfo",permalink:"/api/schemas/datasetcolumninfo"}},p={},o=[];function u(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Timestamp"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(n(),{collapsible:!1,name:"seconds",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(n(),{collapsible:!1,name:"nanos",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/651ecddb.30694961.js b/assets/js/651ecddb.30694961.js new file mode 100644 index 00000000..a9b084a0 --- /dev/null +++ b/assets/js/651ecddb.30694961.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7725],{94456:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>d,contentTitle:()=>o,default:()=>_,frontMatter:()=>n,metadata:()=>m,toc:()=>u});var r=a(74848),s=a(28453),t=(a(6050),a(60674)),c=a.n(t),l=(a(23397),a(51107));a(19365);const n={id:"rowtagscriteria",title:"RowTagsCriteria",description:"",sidebar_label:"RowTagsCriteria",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/rowtagscriteria",title:"RowTagsCriteria",description:"",source:"@site/docs/api/schemas/rowtagscriteria.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/rowtagscriteria",permalink:"/api/schemas/rowtagscriteria",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"rowtagscriteria",title:"RowTagsCriteria",description:"",sidebar_label:"RowTagsCriteria",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"NumericCriteria",permalink:"/api/schemas/numericcriteria"},next:{title:"TimeRangeCriteria",permalink:"/api/schemas/timerangecriteria"}},d={},u=[];function p(e){return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"RowTagsCriteria"}),"\n",(0,r.jsxs)("ul",{children:[(0,r.jsx)(c(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_HAS_ANY`, `OPERATOR_HAS_ALL`, `OPERATOR_HAS_NONE`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_HAS_ANY","OPERATOR_HAS_ALL","OPERATOR_HAS_NONE"],title:"Operator"}}),(0,r.jsx)(c(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}function _(e={}){const{wrapper:i}={...(0,s.R)(),...e.components};return i?(0,r.jsx)(i,{...e,children:(0,r.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/65d61118.3f6d2694.js b/assets/js/65d61118.3f6d2694.js new file mode 100644 index 00000000..cb76bdb4 --- /dev/null +++ b/assets/js/65d61118.3f6d2694.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6379],{17692:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const c={id:"finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",sidebar_label:"FineTuneJobResult",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",source:"@site/docs/api/schemas/finetunejobresult.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejobresult",permalink:"/api/schemas/finetunejobresult",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",sidebar_label:"FineTuneJobResult",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJob",permalink:"/api/schemas/finetunejob"},next:{title:"TrainingProgress",permalink:"/api/schemas/trainingprogress"}},d={},p=[];function u(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"FineTuneJobResult"}),"\n",(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/65d61118.b799f0b6.js b/assets/js/65d61118.b799f0b6.js deleted file mode 100644 index 0b3ebebb..00000000 --- a/assets/js/65d61118.b799f0b6.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6379],{17692:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const c={id:"finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",sidebar_label:"FineTuneJobResult",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",source:"@site/docs/api/schemas/finetunejobresult.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejobresult",permalink:"/api/schemas/finetunejobresult",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejobresult",title:"FineTuneJobResult",description:"Result of a Fine-Tuning Job.",sidebar_label:"FineTuneJobResult",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJobConfig",permalink:"/api/schemas/finetunejobconfig"},next:{title:"Project",permalink:"/api/schemas/project"}},d={},p=[];function u(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"FineTuneJobResult"}),"\n",(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/6690620e.4d55d242.js b/assets/js/6690620e.4d55d242.js new file mode 100644 index 00000000..3ccefc79 --- /dev/null +++ b/assets/js/6690620e.4d55d242.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6409],{80122:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>A,contentTitle:()=>o,default:()=>d,frontMatter:()=>c,metadata:()=>_,toc:()=>n});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),E=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",sidebar_label:"MetricBaseModel",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,_={id:"api/schemas/metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",source:"@site/docs/api/schemas/metricbasemodel.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/metricbasemodel",permalink:"/api/schemas/metricbasemodel",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",sidebar_label:"MetricBaseModel",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Model",permalink:"/api/schemas/model"},next:{title:"ModelCard",permalink:"/api/schemas/modelcard"}},A={},n=[];function m(e){const s={p:"p",...(0,t.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"MetricBaseModel"}),"\n",(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(E(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(E(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}})]})]})}function d(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/6690620e.b6bea326.js b/assets/js/6690620e.b6bea326.js deleted file mode 100644 index f9e4817b..00000000 --- a/assets/js/6690620e.b6bea326.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6409],{80122:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>n,default:()=>b,frontMatter:()=>c,metadata:()=>d,toc:()=>u});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),o=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",sidebar_label:"MetricBaseModel",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,d={id:"api/schemas/metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",source:"@site/docs/api/schemas/metricbasemodel.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/metricbasemodel",permalink:"/api/schemas/metricbasemodel",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"metricbasemodel",title:"MetricBaseModel",description:"Information about a base model corresponding to a metric",sidebar_label:"MetricBaseModel",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Get Pseudo Label Job Status",permalink:"/api/get-pseudo-label-job-status"},next:{title:"ModelCard",permalink:"/api/schemas/modelcard"}},m={},u=[];function p(e){const s={p:"p",...(0,t.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"MetricBaseModel"}),"\n",(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(o(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(o(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(o(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function b(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/6ecd2849.3a5b8c1e.js b/assets/js/6ecd2849.591c3077.js similarity index 52% rename from assets/js/6ecd2849.3a5b8c1e.js rename to assets/js/6ecd2849.591c3077.js index 58eb41a9..7638400a 100644 --- a/assets/js/6ecd2849.3a5b8c1e.js +++ b/assets/js/6ecd2849.591c3077.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6662],{41169:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>o,contentTitle:()=>c,default:()=>h,frontMatter:()=>d,metadata:()=>u,toc:()=>p});var a=s(74848),i=s(28453),l=(s(6050),s(60674)),r=s.n(l),n=(s(23397),s(51107));s(19365);const d={id:"getdatasetrequest",title:"GetDatasetRequest",description:"",sidebar_label:"GetDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,u={id:"api/schemas/getdatasetrequest",title:"GetDatasetRequest",description:"",source:"@site/docs/api/schemas/getdatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetrequest",permalink:"/api/schemas/getdatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetrequest",title:"GetDatasetRequest",description:"",sidebar_label:"GetDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FinalizeSingleDatasetFileUploadResponse",permalink:"/api/schemas/finalizesingledatasetfileuploadresponse"},next:{title:"GetDatasetResponse",permalink:"/api/schemas/getdatasetresponse"}},o={},p=[];function m(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetDatasetRequest"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6662],{41169:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>o,contentTitle:()=>c,default:()=>h,frontMatter:()=>d,metadata:()=>u,toc:()=>m});var a=s(74848),i=s(28453),r=(s(6050),s(60674)),l=s.n(r),n=(s(23397),s(51107));s(19365);const d={id:"getdatasetrequest",title:"GetDatasetRequest",description:"",sidebar_label:"GetDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,u={id:"api/schemas/getdatasetrequest",title:"GetDatasetRequest",description:"",source:"@site/docs/api/schemas/getdatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetrequest",permalink:"/api/schemas/getdatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetrequest",title:"GetDatasetRequest",description:"",sidebar_label:"GetDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetFileInfo",permalink:"/api/schemas/datasetfileinfo"},next:{title:"GetDatasetResponse",permalink:"/api/schemas/getdatasetresponse"}},o={},m=[];function p(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetDatasetRequest"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/6fda73ae.a6b1f3ea.js b/assets/js/6fda73ae.a6b1f3ea.js new file mode 100644 index 00000000..7dc248a4 --- /dev/null +++ b/assets/js/6fda73ae.a6b1f3ea.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3134],{63458:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>n,metadata:()=>u,toc:()=>p});var i=t(74848),r=t(28453),a=(t(6050),t(60674)),l=t.n(a),c=(t(23397),t(51107));t(19365);const n={id:"listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",sidebar_label:"ListProjectsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,u={id:"api/schemas/listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",source:"@site/docs/api/schemas/listprojectsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsrequestfilters",permalink:"/api/schemas/listprojectsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",sidebar_label:"ListProjectsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsRequest",permalink:"/api/schemas/listprojectsrequest"},next:{title:"ListProjectsResponse",permalink:"/api/schemas/listprojectsresponse"}},d={},p=[];function m(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(c.default,{as:"h1",className:"openapi__heading",children:"ListProjectsRequestFilters"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(l(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search only projects associated with specific organization"}})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/6fda73ae.a9df40bb.js b/assets/js/6fda73ae.a9df40bb.js deleted file mode 100644 index 973abd4d..00000000 --- a/assets/js/6fda73ae.a9df40bb.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3134],{63458:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>n,metadata:()=>u,toc:()=>p});var i=t(74848),r=t(28453),a=(t(6050),t(60674)),c=t.n(a),l=(t(23397),t(51107));t(19365);const n={id:"listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",sidebar_label:"ListProjectsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,u={id:"api/schemas/listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",source:"@site/docs/api/schemas/listprojectsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsrequestfilters",permalink:"/api/schemas/listprojectsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsrequestfilters",title:"ListProjectsRequestFilters",description:"",sidebar_label:"ListProjectsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetProjectResponse",permalink:"/api/schemas/getprojectresponse"},next:{title:"ListProjectsRequest",permalink:"/api/schemas/listprojectsrequest"}},d={},p=[];function m(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListProjectsRequestFilters"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(c(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search only projects associated with specific organization"}})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/72be70b9.7bb39b98.js b/assets/js/72be70b9.7bb39b98.js new file mode 100644 index 00000000..c356287f --- /dev/null +++ b/assets/js/72be70b9.7bb39b98.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4361],{98565:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const c={id:"listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",sidebar_label:"ListFineTuneJobsResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",source:"@site/docs/api/schemas/listfinetunejobsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsresponse",permalink:"/api/schemas/listfinetunejobsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",sidebar_label:"ListFineTuneJobsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListFineTuneJobsRequestFilters",permalink:"/api/schemas/listfinetunejobsrequestfilters"},next:{title:"ListBaseModelsRequest",permalink:"/api/schemas/listbasemodelsrequest"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsResponse"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"jobs"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of fine tune jobs which can be listed with applicable\n filters, regardless of page size"}})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/72be70b9.8d9ac66f.js b/assets/js/72be70b9.8d9ac66f.js deleted file mode 100644 index 1750807b..00000000 --- a/assets/js/72be70b9.8d9ac66f.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4361],{98565:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const c={id:"listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",sidebar_label:"ListFineTuneJobsResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",source:"@site/docs/api/schemas/listfinetunejobsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsresponse",permalink:"/api/schemas/listfinetunejobsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsresponse",title:"ListFineTuneJobsResponse",description:"",sidebar_label:"ListFineTuneJobsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListFineTuneJobsRequest",permalink:"/api/schemas/listfinetunejobsrequest"},next:{title:"ListBaseModelsRequest",permalink:"/api/schemas/listbasemodelsrequest"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsResponse"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"jobs"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of fine tune jobs which can be listed with applicable\n filters, regardless of page size"}})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/77d4657a.9a1711be.js b/assets/js/77d4657a.9a1711be.js deleted file mode 100644 index ab0e103a..00000000 --- a/assets/js/77d4657a.9a1711be.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5930],{17850:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>m});var a=t(74848),i=t(28453),r=(t(6050),t(60674)),l=t.n(r),n=(t(23397),t(51107));t(19365);const c={id:"listdatasetsrequest",title:"ListDatasetsRequest",description:"",sidebar_label:"ListDatasetsRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/listdatasetsrequest",title:"ListDatasetsRequest",description:"",source:"@site/docs/api/schemas/listdatasetsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsrequest",permalink:"/api/schemas/listdatasetsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsrequest",title:"ListDatasetsRequest",description:"",sidebar_label:"ListDatasetsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsRequestFilters",permalink:"/api/schemas/listdatasetsrequestfilters"},next:{title:"ListDatasetsResponse",permalink:"/api/schemas/listdatasetsresponse"}},p={},m=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsRequest"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"filters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"})}),(0,a.jsx)(l(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,a.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/77d4657a.e37bac58.js b/assets/js/77d4657a.e37bac58.js new file mode 100644 index 00000000..5e06c459 --- /dev/null +++ b/assets/js/77d4657a.e37bac58.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5930],{17850:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>m,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var a=t(74848),i=t(28453),r=(t(6050),t(60674)),l=t.n(r),n=(t(23397),t(51107));t(19365);const c={id:"listdatasetsrequest",title:"ListDatasetsRequest",description:"",sidebar_label:"ListDatasetsRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/listdatasetsrequest",title:"ListDatasetsRequest",description:"",source:"@site/docs/api/schemas/listdatasetsrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsrequest",permalink:"/api/schemas/listdatasetsrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsrequest",title:"ListDatasetsRequest",description:"",sidebar_label:"ListDatasetsRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListValue",permalink:"/api/schemas/listvalue"},next:{title:"ListDatasetsRequestFilters",permalink:"/api/schemas/listdatasetsrequestfilters"}},m={},p=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsRequest"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"filters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"})}),(0,a.jsx)(l(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,a.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/79e6009f.1ae41b49.js b/assets/js/79e6009f.1ae41b49.js deleted file mode 100644 index 3d6b45a0..00000000 --- a/assets/js/79e6009f.1ae41b49.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2407],{4334:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>y,contentTitle:()=>f,default:()=>w,frontMatter:()=>k,metadata:()=>g,toc:()=>N});var i=a(74848),l=a(28453),t=a(91366),n=a.n(t),r=(a(6050),a(57742)),c=a.n(r),d=(a(67792),a(27362)),m=a.n(d),p=(a(36683),a(81124)),o=a.n(p),h=a(60674),u=a.n(h),j=a(23397),x=a.n(j),b=a(51107),v=(a(77675),a(19365));const k={id:"list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",api:"eJylVk1v2zgQ/SvE7CEJQFtBjipycIsUyG6yNWrv7sE2gok0ttlSpEJSTgxB/30xpOWPJEUL9GJL5vBx5vHNG7cQcOUhn8HNBnWDQVkDCwm2JhdfbkvI4U75cE/BqcKDhJJ84VQdQ9OaQK0FblBpfNQkaA8lqrRrCBI8FY1TYQv5rIWPhI7cqAlryGeLbiHB0VNDPny05RbyFgprApnAj1jXWhURL/vm+dAWfLGmCvkpqKDpNMevCQokhG3Na/bxGxX8XjsuLCjykLedBCxLxbiox0crS9SeJLwMfEBlNHk/oKoO28EOJw+uoa7rOs7a19b4iAdXl5f8dcrPpCkK8n7ZaLEnFeRv1pcO/VmBsGM/wqRAdA63IEEFqvwxfIL+KaIqj8B8cMqsoJNgsKJ3F064eHe91nZbkQmTgKHx7wT1RD81ylHJUu3LWuzWXgaFLWmCVa05y1kLGs0KcvgTNziJ57P+bOMKBlZVbV0Qd+hDpTSJpbOVONO717MPczM3hTU+iEIrMkFcC0PP+/jzdm6EeIwCntrvZHJRO8t3PCSzmZ3djSbT+9u7m4fR+PZh+uWvm7/PFlJkmZiulRfKi7AmUdISGx0EmlIUaMQjCVupEKicm+4ipoB+awqxbEyROgmVOb8Q8fCUXa89cS3wGVWf7vDQfkN9EM15Qk2braahtqvzHmK4o5RjOg5Lp32ATu7JHG/DOkr3NZHWz03ksKdQvGI4EtpTuaeRc+l5fAhM5LWNFCpnzXBF4XwOb7mcw4UU4o9fJvNibo54ep+hh6qnaG5qp0x4ywuwRVUU1pb9sLbRXWpk+4IMa5VdZdgE+8DI2QE+O4aPHug25JJGG6chh3UItc+zrOcO1bCkzRuXHTtbNkkICUMMIpP3TPfoNqbXG+yEvSO167HN7huLj+RcYhjkkK4A5O7hs3UVBu6e/6bA7cWe9PXgzjcvsdGSgSqztCcudchJjMa34t+rtwPjTUguPtmqtoZMYJKYoRR6Nbxkk2C6K4wGkowmDZ0fTKSj2fHrw2lHTaCXkNUaleFz4w21u2ueAdYKJHBB+6sGCQc8kHBy3QsJaxZKPoO2fURP/zjddfzzU0OO5+BCwgad4rziGJSwJizJRX18py3k8CnVMphyghyum+jjr2cGN2raMSoKiob349hjLY+/TKZ897u5W9mS9zh8Bhk/cwD+O8C7o6Tib8kUGlxxbMJkpeCp0F4JK1bVzyGzPcqwbY/stOtA7kqJrgAd+/z/uhMGCw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},f=void 0,g={id:"api/list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",source:"@site/docs/api/list-metrics.api.mdx",sourceDirName:"api",slug:"/api/list-metrics",permalink:"/api/list-metrics",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",api:"eJylVk1v2zgQ/SvE7CEJQFtBjipycIsUyG6yNWrv7sE2gok0ttlSpEJSTgxB/30xpOWPJEUL9GJL5vBx5vHNG7cQcOUhn8HNBnWDQVkDCwm2JhdfbkvI4U75cE/BqcKDhJJ84VQdQ9OaQK0FblBpfNQkaA8lqrRrCBI8FY1TYQv5rIWPhI7cqAlryGeLbiHB0VNDPny05RbyFgprApnAj1jXWhURL/vm+dAWfLGmCvkpqKDpNMevCQokhG3Na/bxGxX8XjsuLCjykLedBCxLxbiox0crS9SeJLwMfEBlNHk/oKoO28EOJw+uoa7rOs7a19b4iAdXl5f8dcrPpCkK8n7ZaLEnFeRv1pcO/VmBsGM/wqRAdA63IEEFqvwxfIL+KaIqj8B8cMqsoJNgsKJ3F064eHe91nZbkQmTgKHx7wT1RD81ylHJUu3LWuzWXgaFLWmCVa05y1kLGs0KcvgTNziJ57P+bOMKBlZVbV0Qd+hDpTSJpbOVONO717MPczM3hTU+iEIrMkFcC0PP+/jzdm6EeIwCntrvZHJRO8t3PCSzmZ3djSbT+9u7m4fR+PZh+uWvm7/PFlJkmZiulRfKi7AmUdISGx0EmlIUaMQjCVupEKicm+4ipoB+awqxbEyROgmVOb8Q8fCUXa89cS3wGVWf7vDQfkN9EM15Qk2braahtqvzHmK4o5RjOg5Lp32ATu7JHG/DOkr3NZHWz03ksKdQvGI4EtpTuaeRc+l5fAhM5LWNFCpnzXBF4XwOb7mcw4UU4o9fJvNibo54ep+hh6qnaG5qp0x4ywuwRVUU1pb9sLbRXWpk+4IMa5VdZdgE+8DI2QE+O4aPHug25JJGG6chh3UItc+zrOcO1bCkzRuXHTtbNkkICUMMIpP3TPfoNqbXG+yEvSO167HN7huLj+RcYhjkkK4A5O7hs3UVBu6e/6bA7cWe9PXgzjcvsdGSgSqztCcudchJjMa34t+rtwPjTUguPtmqtoZMYJKYoRR6Nbxkk2C6K4wGkowmDZ0fTKSj2fHrw2lHTaCXkNUaleFz4w21u2ueAdYKJHBB+6sGCQc8kHBy3QsJaxZKPoO2fURP/zjddfzzU0OO5+BCwgad4rziGJSwJizJRX18py3k8CnVMphyghyum+jjr2cGN2raMSoKiob349hjLY+/TKZ897u5W9mS9zh8Bhk/cwD+O8C7o6Tib8kUGlxxbMJkpeCp0F4JK1bVzyGzPcqwbY/stOtA7kqJrgAd+/z/uhMGCw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Evaluate Dataset",permalink:"/api/evaluate-dataset"},next:{title:"Get Metric",permalink:"/api/get-metric"}},y={},N=[];function J(e){const s={p:"p",...(0,l.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.default,{as:"h1",className:"openapi__heading",children:"List Metrics"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/list_metrics",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List all available evaluation metrics."}),"\n",(0,i.jsx)(b.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"",required:!1,schemaName:"object",qualifierMessage:void 0,schema:{}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metrics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(o(),{responseExample:'{\n "metrics": [\n {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,l.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file diff --git a/assets/js/79e6009f.205e889f.js b/assets/js/79e6009f.205e889f.js new file mode 100644 index 00000000..f7c17c2a --- /dev/null +++ b/assets/js/79e6009f.205e889f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2407],{4334:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>S,default:()=>_,frontMatter:()=>L,metadata:()=>T,toc:()=>f});var i=a(74848),t=a(28453),l=a(91366),n=a.n(l),r=(a(6050),a(57742)),c=a.n(r),d=(a(67792),a(27362)),o=a.n(d),p=(a(36683),a(81124)),m=a.n(p),u=a(60674),h=a.n(u),j=a(23397),E=a.n(j),x=a(51107),y=(a(77675),a(19365));const L={id:"list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",api:"eJylVt9v4jgQ/lesuYe2UoCqj1n1gS3piTtK0ULvdAKE3GQo3nXs1HZoUZT/fTU24UdptyvdS5vgz59nPs98kwocf7IQTyFZc1lyJ7SCeQS6QONf+hnEMBDW3aEzIrUQQYY2NaLw0LDGuJSMr7mQ/FEiwx0Vy8OuNkRgMS2NcBuIpxV8RW7QdEu3gng6r+cRGHwu0bqvOttAXEGqlUPl6JEXhRSp5+t8t3RoBTZdYc7pyQkn8TjGb4EKInCbgtb043dM6b0wlJgTaCGu6gh4lgni5XJ0sLLk0mIEry3ruFASrW1hXrhNa8sTO1NiXdc1RW0Lrazng6vLS/p3rM+4TFO0dllKthMVov+ZXzj0swRhq76nCUBuDN9ABMJhbg/pA/WnjCI7ILPOCPUEdQSK5/juwpEW764XUm9yVG7suCvtKSgCVGVOFXp330sGi14yGtz/d5cMJ4vxpDt5GC8ehuNRctO/7Sc9iD5EjZJhrz/88xeI++GgP0x+Bbi9/QQx6j6Mkx410E5XnaHsvc2ybqrnuRQGM8quuav5du21leoMxzwvJEk/rUBy9QQx/MXXfOxFpabSpUnpHJEX2jg24NblQiJbGp2zM7l9PfsyUzOVamUdS6VA5dg1U/iyw59XM8XYo+/Kif6BKmaF0VS4bVTr6dmgO57c9QfJojvqLyb3fyfDs3nEOh02WQnLhGVuhSzDJS+lY1xlLOWKPSLTuXAOs5mqL3wI3G5UypalSoM9cKHOL5g/PETXNBS7ZvyFiybc9t5T2nLfCeeBNWzWEttSP503FO2tpISpCRZO+wJ1tBNztHEr349vhdR2pryGjYTsjcJe0EbKnYwUS6PjwpGQ19pLKIxW7Sd05zM41XIGFxFjf/y2mBczdaDT+wot8kaimSqMUO5UFyDfzdGtNJl8ob1lFpw8GTq8EJ2rDi+dXhBzZ0/fOaT3xm7WaEKNlkZCDCvnCht3Oo12XLQzXJ+MjpHRWRkKIXCwllfyjuTu9n14zdQYkyEGDzqcHTu3oCMpFg+DGMIVQLR9uNUm5466598JUHuR0X7bj5zk1TdamApCLfWR9e5jYt1Rn/1zdToFTyAxu9F5oRUqRyKRQgF61b4k5yO5c+5dMbhnmKQfjNmDgfj7E3crjcNX1ykkF4rO9TdUba95CrwQEAEltLtqstz9x0AER9c9j2BFhRJPoaoeucUHI+uafn4u0dBwn0ew5kZQXH62R7BCnqHx9fEDNxDDTcilNaEACS5LP5zeDkJq1LCjm6boDe9j7GEtj+7HE7r77cdErjPaY/gLRP5vDEDfOLTbl5T/LZhCyZ8IGzipUvhxob0pLJ9VM1zV5iDCqjqw07qGaJuKdwWoyed/AmbPRsk=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},S=void 0,T={id:"api/list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",source:"@site/docs/api/list-metrics.api.mdx",sourceDirName:"api",slug:"/api/list-metrics",permalink:"/api/list-metrics",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-metrics",title:"List Metrics",description:"List all available evaluation metrics.",api:"eJylVt9v4jgQ/lesuYe2UoCqj1n1gS3piTtK0ULvdAKE3GQo3nXs1HZoUZT/fTU24UdptyvdS5vgz59nPs98kwocf7IQTyFZc1lyJ7SCeQS6QONf+hnEMBDW3aEzIrUQQYY2NaLw0LDGuJSMr7mQ/FEiwx0Vy8OuNkRgMS2NcBuIpxV8RW7QdEu3gng6r+cRGHwu0bqvOttAXEGqlUPl6JEXhRSp5+t8t3RoBTZdYc7pyQkn8TjGb4EKInCbgtb043dM6b0wlJgTaCGu6gh4lgni5XJ0sLLk0mIEry3ruFASrW1hXrhNa8sTO1NiXdc1RW0Lrazng6vLS/p3rM+4TFO0dllKthMVov+ZXzj0swRhq76nCUBuDN9ABMJhbg/pA/WnjCI7ILPOCPUEdQSK5/juwpEW764XUm9yVG7suCvtKSgCVGVOFXp330sGi14yGtz/d5cMJ4vxpDt5GC8ehuNRctO/7Sc9iD5EjZJhrz/88xeI++GgP0x+Bbi9/QQx6j6Mkx410E5XnaHsvc2ybqrnuRQGM8quuav5du21leoMxzwvJEk/rUBy9QQx/MXXfOxFpabSpUnpHJEX2jg24NblQiJbGp2zM7l9PfsyUzOVamUdS6VA5dg1U/iyw59XM8XYo+/Kif6BKmaF0VS4bVTr6dmgO57c9QfJojvqLyb3fyfDs3nEOh02WQnLhGVuhSzDJS+lY1xlLOWKPSLTuXAOs5mqL3wI3G5UypalSoM9cKHOL5g/PETXNBS7ZvyFiybc9t5T2nLfCeeBNWzWEttSP503FO2tpISpCRZO+wJ1tBNztHEr349vhdR2pryGjYTsjcJe0EbKnYwUS6PjwpGQ19pLKIxW7Sd05zM41XIGFxFjf/y2mBczdaDT+wot8kaimSqMUO5UFyDfzdGtNJl8ob1lFpw8GTq8EJ2rDi+dXhBzZ0/fOaT3xm7WaEKNlkZCDCvnCht3Oo12XLQzXJ+MjpHRWRkKIXCwllfyjuTu9n14zdQYkyEGDzqcHTu3oCMpFg+DGMIVQLR9uNUm5466598JUHuR0X7bj5zk1TdamApCLfWR9e5jYt1Rn/1zdToFTyAxu9F5oRUqRyKRQgF61b4k5yO5c+5dMbhnmKQfjNmDgfj7E3crjcNX1ykkF4rO9TdUba95CrwQEAEltLtqstz9x0AER9c9j2BFhRJPoaoeucUHI+uafn4u0dBwn0ew5kZQXH62R7BCnqHx9fEDNxDDTcilNaEACS5LP5zeDkJq1LCjm6boDe9j7GEtj+7HE7r77cdErjPaY/gLRP5vDEDfOLTbl5T/LZhCyZ8IGzipUvhxob0pLJ9VM1zV5iDCqjqw07qGaJuKdwWoyed/AmbPRsk=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Evaluate Dataset",permalink:"/api/evaluate-dataset"},next:{title:"Get Metric",permalink:"/api/get-metric"}},N={},f=[];function g(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"List Metrics"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/list_metrics",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List all available evaluation metrics."}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"",required:!1,schemaName:"object",qualifierMessage:void 0,schema:{}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(E(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metrics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "metrics": [\n {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(g,{...e})}):g(e)}}}]); \ No newline at end of file diff --git a/assets/js/7d3d4b71.26ff6d6b.js b/assets/js/7d3d4b71.26ff6d6b.js new file mode 100644 index 00000000..a71c9f23 --- /dev/null +++ b/assets/js/7d3d4b71.26ff6d6b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2729],{75409:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>E,contentTitle:()=>T,default:()=>y,frontMatter:()=>N,metadata:()=>g,toc:()=>A});var i=s(74848),t=s(28453),r=s(91366),n=s.n(r),l=(s(6050),s(57742)),c=s.n(l),m=(s(67792),s(27362)),d=s.n(m),p=(s(36683),s(81124)),o=s.n(p),h=s(60674),j=s.n(h),x=s(23397),u=s.n(x),_=s(51107),O=(s(77675),s(19365));const N={id:"get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",api:"eJzNWW9z2zYP/yo4Pi+c3CmO43Xrpl1fuInTesucPLa63mb7PEaCba4S6VGUXZ/P3/05kJIt+U+Sdrfd0xepTAIgCOIHAuCaGT5NmT9gN9zwFA0beUzNUXMjlOxEzGfv0ORzvwpcMo9FmIZazInATQOHOZ8KyQ1GsBC4BDUBM0OIuOGwFGYmJHDIpdSZx1IMMy3MivmDNXuLXKNuZWbG/MFoM/KYxr8yTM1bFa2Yv2ahkgaloU8+n8citMpd/pmSAmuWhjNMOH0ZYWI8ULnnpDGPmdWcptXjnxjS77mmrRqBKXFHjoU2vS5IU6OFnB5sOpghdG7K20zRwESrBJYzEc7AKNBotMAFQq5+HT7OUEI6x1BMBEbeUMIUTeqsZHlJWJhpjdLARMQIQpYXqLONV2h5K2L8ck3P5kJKjM53KtMqz+g9lJCbMAVhrGvIKagFajp2TEm4xjSLTQpcI2gMVZKgjDAieVmKYGYiHUpwq4OIUBqygQY+MaitahOhU2MF0q6VjmhcwVzjgszB5QpwMsHQkCCrMd/uIpxxOSWlHtEsEZ3R/spQC0yt0ewyJWMJaXCK+sBaD86NhZI+kOWEjPCzB48r0Gp5YZXycp239qJ1VoUB7GqxSIT5itUS/lkkWQIySx5Rl83qjiXTEpS0xrSGsotlKea+nvZRL0SIpZUflYqRS6KbiNigTkuTXGu+Yh4TBhMHgIp2t5YBQk1nLjhMlK54u1bLlDCVY+5axVkiHdOzUAstcZcneOjBGy//us5XLiO7X515bh0XyZQ+hhOUWUKB7/6h3WsF973xh27/oX3due20b5i3G27/90Prrl8e6d4HR0av77tBq9OtjPWDVi/ojz92gvcVkd2bfHC0M+B9oevGYwseZ8dMs3GxUWiMSPXt9gqO0cZjMktQi/CY9bp7U/9P5nvXa7eCdm8cvG91T42PC3llgrt2v3/AtR3csZwwtZDm1z1rF3gl1MSKH8w7fD51GluhFQl0OnTdHjuanloG5al/42jet/rjVve3g6G7u/2h7n23fcqALoE4HVX2Xfi01awkaySRYI/LKR6zVHAw+W/Y6m379r7XLo+0boN2r0oSfGy3uyftJBJMDU/mx9SYKJ1ww3y63vGCSIkFZRR8KdcT5t2KGu1TleLxQfQ9jCh7XnzsvOwK9r58u3o+SXF3B91y7t4vrr3HFSvE3AiNoSN/TtqW9FDg2ZDxNBwyUBqGlm3Izg9stksE99Ot3TU6Op4Hn85+dzlcDoF0rmTqHLTZaBzev/0sDDFNJ1kM24SceX8/GXbr/p1s+PksdEdha4aSNtVS4mkVZJb0KMk4Gpllllyr+MQkLf5kTCpp01PPayKO71GrpY3sX5BV3ZM/YkTZE9g7O7UuAjHKqZkBj5d8lQL+lfGY3PcPmSVjyrT+cJkfDiWESjvviSjlJY+rH9kAjyJBa/L4obQVozM8CMGCHHu3F4tdFxGeDuzVI3Ug7siJ+ipzvrDEErFLe0ONVG62zMujaTaPvpTF5v8vyOQ7RFfo6kxXIP+o9rGto+LjCfAxS+QMIHmC20zcLeSqQifi9P120wpa/XYwvr6/+/BLd3wzDn57aO9ddsdpOt3gm+ZTs9+9Ojl7e3ffeorbzj/B3w96ne67k9Nvfwva/ZOzlNqU7uKKm94EZKeDm4MbTgZMrYl5cZLl+O3OED7SkXzCeAWRkjUDEjECXKBe0aFPhxJmqNGDx8yAMLUUpkrZavgRAT9T2BbGs6vgZ57MY6Q5vlAigkx+kmop5DReQahQh06ekOa7V0XIENIo+vNNsw5tGSobCaxb4GcDIoUPwe34e8hkjClRR3RNYDSUoMwM9VKk5IfHwsAOV2XAFEioeu7oIJIUEXsXnvNYvAsoB7nHU7dt+RKh1Yj380WoIuxbq6W2gRRzOWU++4kveN+eJiUxKtOhhWwyV9rAHU9Nsm121OL8Z+3HoRzKUMnUQBgL6jS8AYnLLf3ZeigBHm2LKlCfUPow14ou5jrKxaB21+oHv3Tu2uPWQ2cc3P/c7tZGHlxeQkBVukgd/nHCs5iaGBGEXJITqEQYeyKbc6sCT1cyhEkmXeaScCHPzsEu7rQrEgZ4A3zJRaFuPTdRWp86OzmFASqm9KFW+V3zKkRlgt1knur4MHC/AdbFB8AuY/ShtvtR8NK/vbTRhzXsiiEfGh4UZZL9UWSqPtSOJeM12JRkV3NUEv0cu+ew40PN/l8VV85nXyaMOHwY1JwitVFV3H4+/EKZRYLuQ63ZuPrh4qp50XwdXH3vX135Vz/Ur65e/17Wu/ga2f9zR3L+omKsx2p6VnhNvXL8RLkhYudmP7KNt0XRw8rMbKK5jyCVDqUFT4Ed2IPW3nR9nBkRpwXVnOsUxxRQaJsWdQXetlhz23FgGxtC2xtlcSa0kuTgZ0N2CLghO/cA/vNixJ0PZQlMR2A0ppzqrIKQMYX9sYjeDKsxasiqSKqQlKZzLL0ZlCA0zGPimC71IfO3A1372ytT5lgaF904Ii+JckQWXWPr3jTf8PYJhHxyuvBQp8sxJ61otalo6IDwtIJfuIBj2iq8/TypA4HyH9CAxBLDoNjlkI1O6yASHGsC/z+hSREhiKuKqLMhOxUzCCCH6m5oD+dDOddCmoNAUTj8OaMHmQTNTNFj0FzZh5Q5p8cadsnn4rJ5yTOjxrjg8WXOfFmAyD716IXtOw/WLNMx89nMmHnqX14WgYKLeoSLw+64VlHmbkMnAy5spPiFQk+rY/Uq3pH6VPW62qL8mrRNh2lJ0sWSUV/cEjEv/7gtkv+fPgY2LaJqurd7hGq7HG2vLC7l69VqeDeRvzs0tm8CjeMNeyrLSi36QbVDvpN32Bjf9bZOtbDyXnKpbD3SIX5ezK5P2qi2RRtHuprPiyueHXOtTnb9XiBp1yFjzUbz1UXj9UXzh+DqW//bK7/5fb3x+up3tt9LO025Ib/adq52pt/vQpXsKajmLRXEJS+F1kMHfm0eOPchiQ/XKpkridJQ1kyYcaTNeoMWIeQl3PZ4pPMK6jjlngTHnmZLD6df90qbg4dqist5zIV9R7IYXucRYMD4XDCP0Qa3UWAHCOaxbSQYeWxGwcMfsPX6kaf4QcebDQ3bBzR6+iVf1YI/khEH5BEz5BHhZ7Bmn3BlG4V2Qxd59Va49kEjjPIZx9EKQ7QFwWnacnx7uO8HFBbyl+dERcSjORmX/vqMXMEa2EYbO+Zyp4xPidbJpCDCqzFoL+bYXRWtFbkqabhel8qNzYZ5+VZsQsQ2VAf9D6ZTjwE=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},T=void 0,g={id:"api/get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",source:"@site/docs/api/get-dataset-view.api.mdx",sourceDirName:"api",slug:"/api/get-dataset-view",permalink:"/api/get-dataset-view",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",api:"eJzNWW9z2zYP/yo4Pi+c3CmO43Xrpl1fuInTesucPLa63mb7PEaCba4S6VGUXZ/P3/05kJIt+U+Sdrfd0xepTAIgCOIHAuCaGT5NmT9gN9zwFA0beUzNUXMjlOxEzGfv0ORzvwpcMo9FmIZazInATQOHOZ8KyQ1GsBC4BDUBM0OIuOGwFGYmJHDIpdSZx1IMMy3MivmDNXuLXKNuZWbG/MFoM/KYxr8yTM1bFa2Yv2ahkgaloU8+n8citMpd/pmSAmuWhjNMOH0ZYWI8ULnnpDGPmdWcptXjnxjS77mmrRqBKXFHjoU2vS5IU6OFnB5sOpghdG7K20zRwESrBJYzEc7AKNBotMAFQq5+HT7OUEI6x1BMBEbeUMIUTeqsZHlJWJhpjdLARMQIQpYXqLONV2h5K2L8ck3P5kJKjM53KtMqz+g9lJCbMAVhrGvIKagFajp2TEm4xjSLTQpcI2gMVZKgjDAieVmKYGYiHUpwq4OIUBqygQY+MaitahOhU2MF0q6VjmhcwVzjgszB5QpwMsHQkCCrMd/uIpxxOSWlHtEsEZ3R/spQC0yt0ewyJWMJaXCK+sBaD86NhZI+kOWEjPCzB48r0Gp5YZXycp239qJ1VoUB7GqxSIT5itUS/lkkWQIySx5Rl83qjiXTEpS0xrSGsotlKea+nvZRL0SIpZUflYqRS6KbiNigTkuTXGu+Yh4TBhMHgIp2t5YBQk1nLjhMlK54u1bLlDCVY+5axVkiHdOzUAstcZcneOjBGy//us5XLiO7X515bh0XyZQ+hhOUWUKB7/6h3WsF973xh27/oX3due20b5i3G27/90Prrl8e6d4HR0av77tBq9OtjPWDVi/ojz92gvcVkd2bfHC0M+B9oevGYwseZ8dMs3GxUWiMSPXt9gqO0cZjMktQi/CY9bp7U/9P5nvXa7eCdm8cvG91T42PC3llgrt2v3/AtR3csZwwtZDm1z1rF3gl1MSKH8w7fD51GluhFQl0OnTdHjuanloG5al/42jet/rjVve3g6G7u/2h7n23fcqALoE4HVX2Xfi01awkaySRYI/LKR6zVHAw+W/Y6m379r7XLo+0boN2r0oSfGy3uyftJBJMDU/mx9SYKJ1ww3y63vGCSIkFZRR8KdcT5t2KGu1TleLxQfQ9jCh7XnzsvOwK9r58u3o+SXF3B91y7t4vrr3HFSvE3AiNoSN/TtqW9FDg2ZDxNBwyUBqGlm3Izg9stksE99Ot3TU6Op4Hn85+dzlcDoF0rmTqHLTZaBzev/0sDDFNJ1kM24SceX8/GXbr/p1s+PksdEdha4aSNtVS4mkVZJb0KMk4Gpllllyr+MQkLf5kTCpp01PPayKO71GrpY3sX5BV3ZM/YkTZE9g7O7UuAjHKqZkBj5d8lQL+lfGY3PcPmSVjyrT+cJkfDiWESjvviSjlJY+rH9kAjyJBa/L4obQVozM8CMGCHHu3F4tdFxGeDuzVI3Ug7siJ+ipzvrDEErFLe0ONVG62zMujaTaPvpTF5v8vyOQ7RFfo6kxXIP+o9rGto+LjCfAxS+QMIHmC20zcLeSqQifi9P120wpa/XYwvr6/+/BLd3wzDn57aO9ddsdpOt3gm+ZTs9+9Ojl7e3ffeorbzj/B3w96ne67k9Nvfwva/ZOzlNqU7uKKm94EZKeDm4MbTgZMrYl5cZLl+O3OED7SkXzCeAWRkjUDEjECXKBe0aFPhxJmqNGDx8yAMLUUpkrZavgRAT9T2BbGs6vgZ57MY6Q5vlAigkx+kmop5DReQahQh06ekOa7V0XIENIo+vNNsw5tGSobCaxb4GcDIoUPwe34e8hkjClRR3RNYDSUoMwM9VKk5IfHwsAOV2XAFEioeu7oIJIUEXsXnvNYvAsoB7nHU7dt+RKh1Yj380WoIuxbq6W2gRRzOWU++4kveN+eJiUxKtOhhWwyV9rAHU9Nsm121OL8Z+3HoRzKUMnUQBgL6jS8AYnLLf3ZeigBHm2LKlCfUPow14ou5jrKxaB21+oHv3Tu2uPWQ2cc3P/c7tZGHlxeQkBVukgd/nHCs5iaGBGEXJITqEQYeyKbc6sCT1cyhEkmXeaScCHPzsEu7rQrEgZ4A3zJRaFuPTdRWp86OzmFASqm9KFW+V3zKkRlgt1knur4MHC/AdbFB8AuY/ShtvtR8NK/vbTRhzXsiiEfGh4UZZL9UWSqPtSOJeM12JRkV3NUEv0cu+ew40PN/l8VV85nXyaMOHwY1JwitVFV3H4+/EKZRYLuQ63ZuPrh4qp50XwdXH3vX135Vz/Ur65e/17Wu/ga2f9zR3L+omKsx2p6VnhNvXL8RLkhYudmP7KNt0XRw8rMbKK5jyCVDqUFT4Ed2IPW3nR9nBkRpwXVnOsUxxRQaJsWdQXetlhz23FgGxtC2xtlcSa0kuTgZ0N2CLghO/cA/vNixJ0PZQlMR2A0ppzqrIKQMYX9sYjeDKsxasiqSKqQlKZzLL0ZlCA0zGPimC71IfO3A1372ytT5lgaF904Ii+JckQWXWPr3jTf8PYJhHxyuvBQp8sxJ61otalo6IDwtIJfuIBj2iq8/TypA4HyH9CAxBLDoNjlkI1O6yASHGsC/z+hSREhiKuKqLMhOxUzCCCH6m5oD+dDOddCmoNAUTj8OaMHmQTNTNFj0FzZh5Q5p8cadsnn4rJ5yTOjxrjg8WXOfFmAyD716IXtOw/WLNMx89nMmHnqX14WgYKLeoSLw+64VlHmbkMnAy5spPiFQk+rY/Uq3pH6VPW62qL8mrRNh2lJ0sWSUV/cEjEv/7gtkv+fPgY2LaJqurd7hGq7HG2vLC7l69VqeDeRvzs0tm8CjeMNeyrLSi36QbVDvpN32Bjf9bZOtbDyXnKpbD3SIX5ezK5P2qi2RRtHuprPiyueHXOtTnb9XiBp1yFjzUbz1UXj9UXzh+DqW//bK7/5fb3x+up3tt9LO025Ib/adq52pt/vQpXsKajmLRXEJS+F1kMHfm0eOPchiQ/XKpkridJQ1kyYcaTNeoMWIeQl3PZ4pPMK6jjlngTHnmZLD6df90qbg4dqist5zIV9R7IYXucRYMD4XDCP0Qa3UWAHCOaxbSQYeWxGwcMfsPX6kaf4QcebDQ3bBzR6+iVf1YI/khEH5BEz5BHhZ7Bmn3BlG4V2Qxd59Va49kEjjPIZx9EKQ7QFwWnacnx7uO8HFBbyl+dERcSjORmX/vqMXMEa2EYbO+Zyp4xPidbJpCDCqzFoL+bYXRWtFbkqabhel8qNzYZ5+VZsQsQ2VAf9D6ZTjwE=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Dataset Download URL",permalink:"/api/get-dataset-download-url"},next:{title:"List Datasets",permalink:"/api/list-datasets"}},E={},A=[];function R(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(_.default,{as:"h1",className:"openapi__heading",children:"Get Dataset View"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/dataset/get_view",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Get a paginated view of the data within a Dataset."}),"\n",(0,i.jsx)(_.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(O.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset from which to retrieve content. When specified,\n gets data from the current file in the dataset."}}),(0,i.jsx)(j(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the (pinned) dataset file from which to retrieve content.\n Requests iterating over pages of results are recommended to use this\n pinned identifier after the first page in order to prevent any effects\n from a dataset changing between the queries."}}),(0,i.jsx)(j(),{collapsible:!1,name:"after",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The index, by row-order, after which to query results."}}),(0,i.jsx)(j(),{collapsible:!1,name:"limit",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The maximum number of results to return on this page."}}),(0,i.jsx)(j(),{collapsible:!1,name:"useDatasetsService",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"columnName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"stringCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_CONTAINS`, `OPERATOR_STARTS_WITH`, `OPERATOR_ENDS_WITH`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_CONTAINS","OPERATOR_STARTS_WITH","OPERATOR_ENDS_WITH"],title:"Operator"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"numericCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_GREATER_THAN`, `OPERATOR_GREATER_THAN_OR_EQUAL`, `OPERATOR_LESS_THAN`, `OPERATOR_LESS_THAN_OR_EQUAL`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_GREATER_THAN","OPERATOR_GREATER_THAN_OR_EQUAL","OPERATOR_LESS_THAN","OPERATOR_LESS_THAN_OR_EQUAL"],title:"Operator"}}),(0,i.jsx)(j(),{collapsible:!1,name:"intValue",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(j(),{collapsible:!1,name:"floatValue",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"tagsCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_HAS_ANY`, `OPERATOR_HAS_ALL`, `OPERATOR_HAS_NONE`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_HAS_ANY","OPERATOR_HAS_ALL","OPERATOR_HAS_NONE"],title:"Operator"}}),(0,i.jsx)(j(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"timeRangeCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_BEFORE`, `OPERATOR_AFTER`, `OPERATOR_BETWEEN`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_BEFORE","OPERATOR_AFTER","OPERATOR_BETWEEN"],title:"Operator"}}),(0,i.jsx)(j(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTimestamp",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"orderBy",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Column to order results by"}}),(0,i.jsx)(j(),{collapsible:!1,name:"orderDirection",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:'Direction to order results ("asc" or "desc")'}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(O.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(O.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(O.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"datasetView"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(j(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"data"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(j(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(j(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(j(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})})]})]})})]})]})}),(0,i.jsx)(O.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(o(),{responseExample:'{\n "datasetId": "string",\n "datasetFileId": "string",\n "datasetView": {\n "numRows": 0,\n "numCols": 0,\n "data": [\n {\n "id": "string",\n "rowValues": [\n {}\n ]\n }\n ],\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ]\n }\n}',language:"json"})})]})})})})]})})})})]})}function y(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(R,{...e})}):R(e)}}}]); \ No newline at end of file diff --git a/assets/js/7d3d4b71.3317e902.js b/assets/js/7d3d4b71.3317e902.js deleted file mode 100644 index 601bab54..00000000 --- a/assets/js/7d3d4b71.3317e902.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2729],{75409:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>y,metadata:()=>b,toc:()=>N});var s=i(74848),t=i(28453),n=i(91366),r=i.n(n),l=(i(6050),i(57742)),d=i.n(l),c=(i(67792),i(27362)),o=i.n(c),m=(i(36683),i(81124)),p=i.n(m),h=i(60674),u=i.n(h),j=i(23397),g=i.n(j),x=i(51107),f=(i(77675),i(19365));const y={id:"get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",api:"eJylV01v2zgQ/SsD7iEJoNhBjlrkkKbtwt1+BIm3PViGS0sjiy1FqiRlxzD03xdDSrb80TZtL4ZtDjlv3rwZDjfM8YVl8YS95I5bdGwaMV2h4U5oNcpYzP5B1659FLhiEcvQpkZUZBCWgUPFF0JxhxksBa5A5+AKhIw7DivhCqGAQ3vKgEXMYlob4dYsnmzYC+QGzW3tChZPps00Yga/1WjdC52tWbxhqVYOlaOvvKqkSD244RdLADbMpgWWnL454SQeQX4Ip7GIuXVFy3r+BVP6XRkK1Qm0tDsLWyjoTWdqnRFqcRT0uEAYveyHadFBbnQJq0KkBTgNBp0RuERo4Q/gU4EKbIWpyAVmUaJggc4GlvxeOiytjUHlIBcSQai+gwFrog7layHx15GeV0IpzC52kMnLT3AnCloKLQjnpaEWoJdoKO1o6XCDtpbOAjcIBlNdlqgyzOi82iK4QthEQfAOIkPliAMDPHdoPLRcGOv8gRS1Nhn9r6EyuCQ6uFoD5jmmjg7yiPk2irTgakGg5uhWiIG0bzUagdaT5t30yBLK4QLNEVv3QcZCqxiIOaEyfIpgvgajV5ceVNRi3vJFftYdAd6bFKVwv+Gt5E+irEtQdTlH06c1pKU2CrTyZHqiBqxpQrEIgxkV8U7Ch0KZnq7b71frTnNN8GIrrWyolOurK18wewc+1mmK1ua1hG0DYdGfF2/w+yfV+/Oq2Vn4HtdDs9/6fgxB1eWDXtkTmW8iWrzT8juL5Ly3wo3haxYx4bC0h2ge9M+RiNMxGr36yGWN9ke+9rP6gTSPGekfln6vlwhIVAtXAJcrvraA32ouSaWfVV3OjF7Zz0GpmChItQnqyahESXGDEwHwLBPkk8v7XijO1NgcqlyQvHexTGk91bIu1Q8DO0jpnd8xUrn+LTqfeSUIib4npAbperx1p07KtSm5YzHpAC+dKJG21FX2q1t8v3pG5xmRXYc1UNdV/kn00vd9+Z6X+Dwm2g2geImQa9NzFG6xcMSRRk9lekddn5Mu2H1w0yOxdEW5q8C23HaamT6/je73CfJGe58uU53hIy8rSYKZbJjkasFi9oYv+aOnhoYeXZvUZ6WstHHwlltXbu/fM9n+PPs7UYlKtbIOUino8rsBhaut/fkmUQBzPzWN9VdUMVRGU+8doFpOzt7ePo7fjd6+mt3ej2bjD/++en82jWA4hDFdHMKGFGPOa0n3agYpVzBH0KVwDrNENRceArdrlUJeq5QSCyUX6vwCvPOArrsT4Ab4iosO7qClyA4WgafzDeyxGMPZ3u+zCLaM79ZG2Rm0SIJDLXEg9eK8czvYO4QsGzIOOP9mTbRNw/3aFf4yOkyBtony7Hfkw0FufCq6JGwTQIi6DMwcpeBGe/KF0YqiPk/YcRYSdhEB/PXsNFwkqsfwCW5n1EtbMO3/MyrZmchukn3hJizat+ubtMsXiaqMUO6I4O7QC0bDeYmu0PQwqLQfqitOgzsb8koMr4e8dnqGSy6H7eZhB9SP/WaJJlRIbSSLWeFcZePhsOOfi0GGy+NJyeisDjIMZ8Clz8Y7StntyOPq3hSPNFGEvt1/WWxbDbkkLN6MxSykkUXtl9ddY33zaez7EU0qD7sHyasnX+YHI0evF+5PGruFdga92s6HV75h57p/N/WCgtv7EXy8PuLi2CSGO11WWqFy1N2I4mB6PbiiZkuJKrkft5Tv4H74a69BOPWq6725fu+B13Lt8MkNK8mF8hcapXzTCmbCeCVYxCjArWh2/LGIbYUzjVhBWosnbLOZc4v/Gdk09LefvenVGLElN4LPicTJtIlYgTwjuicb9hXXLGZ3IaDLMSEjc1n7KeFwJqW2EXbcpin6xv1923453H94HJOK2kdrqTPaYziRS58xY/S0pt1enP6/0KJqviDbcCZpju9L9kCiPqpuylHrHsLNpnctNA2L2lB8j2IN3Vf/A3qzi9k=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,b={id:"api/get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",source:"@site/docs/api/get-dataset-view.api.mdx",sourceDirName:"api",slug:"/api/get-dataset-view",permalink:"/api/get-dataset-view",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-dataset-view",title:"Get Dataset View",description:"Get a paginated view of the data within a Dataset.",api:"eJylV01v2zgQ/SsD7iEJoNhBjlrkkKbtwt1+BIm3PViGS0sjiy1FqiRlxzD03xdDSrb80TZtL4ZtDjlv3rwZDjfM8YVl8YS95I5bdGwaMV2h4U5oNcpYzP5B1659FLhiEcvQpkZUZBCWgUPFF0JxhxksBa5A5+AKhIw7DivhCqGAQ3vKgEXMYlob4dYsnmzYC+QGzW3tChZPps00Yga/1WjdC52tWbxhqVYOlaOvvKqkSD244RdLADbMpgWWnL454SQeQX4Ip7GIuXVFy3r+BVP6XRkK1Qm0tDsLWyjoTWdqnRFqcRT0uEAYveyHadFBbnQJq0KkBTgNBp0RuERo4Q/gU4EKbIWpyAVmUaJggc4GlvxeOiytjUHlIBcSQai+gwFrog7layHx15GeV0IpzC52kMnLT3AnCloKLQjnpaEWoJdoKO1o6XCDtpbOAjcIBlNdlqgyzOi82iK4QthEQfAOIkPliAMDPHdoPLRcGOv8gRS1Nhn9r6EyuCQ6uFoD5jmmjg7yiPk2irTgakGg5uhWiIG0bzUagdaT5t30yBLK4QLNEVv3QcZCqxiIOaEyfIpgvgajV5ceVNRi3vJFftYdAd6bFKVwv+Gt5E+irEtQdTlH06c1pKU2CrTyZHqiBqxpQrEIgxkV8U7Ch0KZnq7b71frTnNN8GIrrWyolOurK18wewc+1mmK1ua1hG0DYdGfF2/w+yfV+/Oq2Vn4HtdDs9/6fgxB1eWDXtkTmW8iWrzT8juL5Ly3wo3haxYx4bC0h2ge9M+RiNMxGr36yGWN9ke+9rP6gTSPGekfln6vlwhIVAtXAJcrvraA32ouSaWfVV3OjF7Zz0GpmChItQnqyahESXGDEwHwLBPkk8v7XijO1NgcqlyQvHexTGk91bIu1Q8DO0jpnd8xUrn+LTqfeSUIib4npAbperx1p07KtSm5YzHpAC+dKJG21FX2q1t8v3pG5xmRXYc1UNdV/kn00vd9+Z6X+Dwm2g2geImQa9NzFG6xcMSRRk9lekddn5Mu2H1w0yOxdEW5q8C23HaamT6/je73CfJGe58uU53hIy8rSYKZbJjkasFi9oYv+aOnhoYeXZvUZ6WstHHwlltXbu/fM9n+PPs7UYlKtbIOUino8rsBhaut/fkmUQBzPzWN9VdUMVRGU+8doFpOzt7ePo7fjd6+mt3ej2bjD/++en82jWA4hDFdHMKGFGPOa0n3agYpVzBH0KVwDrNENRceArdrlUJeq5QSCyUX6vwCvPOArrsT4Ab4iosO7qClyA4WgafzDeyxGMPZ3u+zCLaM79ZG2Rm0SIJDLXEg9eK8czvYO4QsGzIOOP9mTbRNw/3aFf4yOkyBtony7Hfkw0FufCq6JGwTQIi6DMwcpeBGe/KF0YqiPk/YcRYSdhEB/PXsNFwkqsfwCW5n1EtbMO3/MyrZmchukn3hJizat+ubtMsXiaqMUO6I4O7QC0bDeYmu0PQwqLQfqitOgzsb8koMr4e8dnqGSy6H7eZhB9SP/WaJJlRIbSSLWeFcZePhsOOfi0GGy+NJyeisDjIMZ8Clz8Y7StntyOPq3hSPNFGEvt1/WWxbDbkkLN6MxSykkUXtl9ddY33zaez7EU0qD7sHyasnX+YHI0evF+5PGruFdga92s6HV75h57p/N/WCgtv7EXy8PuLi2CSGO11WWqFy1N2I4mB6PbiiZkuJKrkft5Tv4H74a69BOPWq6725fu+B13Lt8MkNK8mF8hcapXzTCmbCeCVYxCjArWh2/LGIbYUzjVhBWosnbLOZc4v/Gdk09LefvenVGLElN4LPicTJtIlYgTwjuicb9hXXLGZ3IaDLMSEjc1n7KeFwJqW2EXbcpin6xv1923453H94HJOK2kdrqTPaYziRS58xY/S0pt1enP6/0KJqviDbcCZpju9L9kCiPqpuylHrHsLNpnctNA2L2lB8j2IN3Vf/A3qzi9k=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Dataset Download URL",permalink:"/api/get-dataset-download-url"},next:{title:"List Datasets",permalink:"/api/list-datasets"}},q={},N=[];function w(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Get Dataset View"}),"\n",(0,s.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/get_view",context:"endpoint"}),"\n",(0,s.jsx)(a.p,{children:"Get a paginated view of the data within a Dataset."}),"\n",(0,s.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,s.jsx)(o(),{className:"openapi-tabs__mime",children:(0,s.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,s.jsx)(a.p,{children:"Body"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset from which to retrieve content. When specified,\n gets data from the current file in the dataset."}}),(0,s.jsx)(u(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the (pinned) dataset file from which to retrieve content.\n Requests iterating over pages of results are recommended to use this\n pinned identifier after the first page in order to prevent any effects\n from a dataset changing between the queries."}}),(0,s.jsx)(u(),{collapsible:!1,name:"after",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The index, by row-order, after which to query results."}}),(0,s.jsx)(u(),{collapsible:!1,name:"limit",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The maximum number of results to return on this page."}})]})]})})}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"Successful operation"})}),(0,s.jsx)("div",{children:(0,s.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,s.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"datasetView"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})}),(0,s.jsx)("span",{className:"openapi-schema__divider"}),(0,s.jsx)("span",{className:"openapi-schema__required",children:(0,s.jsx)(a.p,{children:"required"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"data"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object[]"})}),(0,s.jsx)("span",{className:"openapi-schema__divider"}),(0,s.jsx)("span",{className:"openapi-schema__required",children:(0,s.jsx)(a.p,{children:"required"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"columns"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object[]"})}),(0,s.jsx)("span",{className:"openapi-schema__divider"}),(0,s.jsx)("span",{className:"openapi-schema__required",children:(0,s.jsx)(a.p,{children:"required"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,s.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,s.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})})]})]})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'{\n "datasetId": "string",\n "datasetFileId": "string",\n "datasetView": {\n "numRows": 0,\n "numCols": 0,\n "data": [\n {\n "id": "string",\n "rowValues": [\n {}\n ]\n }\n ],\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ]\n }\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/80e0db7c.6999693f.js b/assets/js/80e0db7c.6999693f.js new file mode 100644 index 00000000..24601436 --- /dev/null +++ b/assets/js/80e0db7c.6999693f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5284],{50133:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>m,contentTitle:()=>d,default:()=>_,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var s=i(74848),t=i(28453),l=(i(6050),i(60674)),n=i.n(l),r=(i(23397),i(51107));i(19365);const o={id:"finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",sidebar_label:"FinalizeSingleDatasetFileUploadResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,c={id:"api/schemas/finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",source:"@site/docs/api/schemas/finalizesingledatasetfileuploadresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finalizesingledatasetfileuploadresponse",permalink:"/api/schemas/finalizesingledatasetfileuploadresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",sidebar_label:"FinalizeSingleDatasetFileUploadResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FinalizeSingleDatasetFileUploadRequest",permalink:"/api/schemas/finalizesingledatasetfileuploadrequest"},next:{title:"DatasetFileInfo",permalink:"/api/schemas/datasetfileinfo"}},m={},p=[];function h(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"FinalizeSingleDatasetFileUploadResponse"}),"\n",(0,s.jsx)(a.p,{children:"Response after finalizing a single dataset file upload"}),"\n",(0,s.jsx)("ul",{children:(0,s.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"datasetFile"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Information about the dataset file if the upload was successful"})}),(0,s.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,s.jsx)(n(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(n(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,s.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"columns"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object[]"})}),(0,s.jsx)("span",{className:"openapi-schema__divider"}),(0,s.jsx)("span",{className:"openapi-schema__required",children:(0,s.jsx)(a.p,{children:"required"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,s.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,s.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})})]})]})})})]})}function _(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/80e0db7c.8d44d5f1.js b/assets/js/80e0db7c.8d44d5f1.js deleted file mode 100644 index 4b87c089..00000000 --- a/assets/js/80e0db7c.8d44d5f1.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5284],{50133:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>o,default:()=>u,frontMatter:()=>d,metadata:()=>c,toc:()=>p});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),r=(a(23397),a(51107));a(19365);const d={id:"finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",sidebar_label:"FinalizeSingleDatasetFileUploadResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",source:"@site/docs/api/schemas/finalizesingledatasetfileuploadresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finalizesingledatasetfileuploadresponse",permalink:"/api/schemas/finalizesingledatasetfileuploadresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finalizesingledatasetfileuploadresponse",title:"FinalizeSingleDatasetFileUploadResponse",description:"Response after finalizing a single dataset file upload",sidebar_label:"FinalizeSingleDatasetFileUploadResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FinalizeSingleDatasetFileUploadRequest",permalink:"/api/schemas/finalizesingledatasetfileuploadrequest"},next:{title:"GetDatasetRequest",permalink:"/api/schemas/getdatasetrequest"}},m={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"FinalizeSingleDatasetFileUploadResponse"}),"\n",(0,i.jsx)(s.p,{children:"Response after finalizing a single dataset file upload"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasetFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about the dataset file if the upload was successful"})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the corresponding dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/81a81e4e.879d8b12.js b/assets/js/81a81e4e.3208e13f.js similarity index 55% rename from assets/js/81a81e4e.879d8b12.js rename to assets/js/81a81e4e.3208e13f.js index 1a5a9c9b..2ec0b337 100644 --- a/assets/js/81a81e4e.879d8b12.js +++ b/assets/js/81a81e4e.3208e13f.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2802],{4957:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>n,default:()=>h,frontMatter:()=>c,metadata:()=>u,toc:()=>o});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),l=t.n(r),d=(t(23397),t(51107));t(19365);const c={id:"listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",sidebar_label:"ListDatasetsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,u={id:"api/schemas/listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",source:"@site/docs/api/schemas/listdatasetsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsrequestfilters",permalink:"/api/schemas/listdatasetsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",sidebar_label:"ListDatasetsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetViewResponse",permalink:"/api/schemas/getdatasetviewresponse"},next:{title:"ListDatasetsRequest",permalink:"/api/schemas/listdatasetsrequest"}},p={},o=[];function m(e){const s={p:"p",...(0,a.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsRequestFilters"}),"\n",(0,i.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2802],{4957:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>n,default:()=>h,frontMatter:()=>c,metadata:()=>u,toc:()=>o});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),l=t.n(r),d=(t(23397),t(51107));t(19365);const c={id:"listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",sidebar_label:"ListDatasetsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,u={id:"api/schemas/listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",source:"@site/docs/api/schemas/listdatasetsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsrequestfilters",permalink:"/api/schemas/listdatasetsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsrequestfilters",title:"ListDatasetsRequestFilters",description:"Filter listed datasets by ALL filters specified",sidebar_label:"ListDatasetsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsRequest",permalink:"/api/schemas/listdatasetsrequest"},next:{title:"ListDatasetsResponse",permalink:"/api/schemas/listdatasetsresponse"}},p={},o=[];function m(e){const s={p:"p",...(0,a.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(d.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsRequestFilters"}),"\n",(0,i.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(l(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/834a9c8e.60af40ba.js b/assets/js/834a9c8e.60af40ba.js new file mode 100644 index 00000000..91cb56d9 --- /dev/null +++ b/assets/js/834a9c8e.60af40ba.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4192],{87221:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"datasetview",title:"DatasetView",description:"",sidebar_label:"DatasetView",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/datasetview",title:"DatasetView",description:"",source:"@site/docs/api/schemas/datasetview.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetview",permalink:"/api/schemas/datasetview",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetview",title:"DatasetView",description:"",sidebar_label:"DatasetView",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetViewResponse",permalink:"/api/schemas/getdatasetviewresponse"},next:{title:"DataRow",permalink:"/api/schemas/datarow"}},m={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"DatasetView"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"data"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/834a9c8e.7c25203d.js b/assets/js/834a9c8e.7c25203d.js deleted file mode 100644 index d1e9f697..00000000 --- a/assets/js/834a9c8e.7c25203d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4192],{87221:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>d,default:()=>u,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"datasetview",title:"DatasetView",description:"",sidebar_label:"DatasetView",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,m={id:"api/schemas/datasetview",title:"DatasetView",description:"",source:"@site/docs/api/schemas/datasetview.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetview",permalink:"/api/schemas/datasetview",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetview",title:"DatasetView",description:"",sidebar_label:"DatasetView",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetColumnInfo",permalink:"/api/schemas/datasetcolumninfo"},next:{title:"DataRow",permalink:"/api/schemas/datarow"}},o={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"DatasetView"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"data"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/84490861.1e1c13d7.js b/assets/js/84490861.1e1c13d7.js new file mode 100644 index 00000000..ec7c0642 --- /dev/null +++ b/assets/js/84490861.1e1c13d7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4901],{71467:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>n,default:()=>p,frontMatter:()=>c,metadata:()=>d,toc:()=>E});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),t=a.n(l),m=(a(23397),a(51107));a(19365);const c={id:"modelcard",title:"ModelCard",description:"",sidebar_label:"ModelCard",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,d={id:"api/schemas/modelcard",title:"ModelCard",description:"",source:"@site/docs/api/schemas/modelcard.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/modelcard",permalink:"/api/schemas/modelcard",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"modelcard",title:"ModelCard",description:"",sidebar_label:"ModelCard",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"MetricBaseModel",permalink:"/api/schemas/metricbasemodel"},next:{title:"ValuesEntry",permalink:"/api/schemas/valuesentry"}},o={},E=[];function _(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(m.default,{as:"h1",className:"openapi__heading",children:"ModelCard"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(t(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(t(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(t(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}function p(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/84490861.75c35bbc.js b/assets/js/84490861.75c35bbc.js deleted file mode 100644 index 193f5f9f..00000000 --- a/assets/js/84490861.75c35bbc.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4901],{71467:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>n,default:()=>u,frontMatter:()=>c,metadata:()=>d,toc:()=>p});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),m=a.n(l),t=(a(23397),a(51107));a(19365);const c={id:"modelcard",title:"ModelCard",description:"",sidebar_label:"ModelCard",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,d={id:"api/schemas/modelcard",title:"ModelCard",description:"",source:"@site/docs/api/schemas/modelcard.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/modelcard",permalink:"/api/schemas/modelcard",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"modelcard",title:"ModelCard",description:"",sidebar_label:"ModelCard",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"MetricBaseModel",permalink:"/api/schemas/metricbasemodel"},next:{title:"ValuesEntry",permalink:"/api/schemas/valuesentry"}},o={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.default,{as:"h1",className:"openapi__heading",children:"ModelCard"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(m(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(m(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(m(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(m(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(m(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(m(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(m(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/8d703bb9.2678a93a.js b/assets/js/8d703bb9.2678a93a.js new file mode 100644 index 00000000..e79731b9 --- /dev/null +++ b/assets/js/8d703bb9.2678a93a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[110],{7547:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>T,contentTitle:()=>g,default:()=>D,frontMatter:()=>_,metadata:()=>L,toc:()=>y});var i=a(74848),l=a(28453),t=a(91366),n=a.n(t),r=(a(6050),a(57742)),c=a.n(r),o=(a(67792),a(27362)),m=a.n(o),d=(a(36683),a(81124)),p=a.n(d),u=a(60674),h=a.n(u),E=a(23397),x=a.n(E),S=a(51107),N=(a(77675),a(19365));const _={id:"evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",api:"eJztV19v2zYQ/yoH7iEJoNpFHlXkwW2cwVviGLWzYZAMg5bOFluJVEkqiWHouxdHSrZsp2mGPQwD9mKTvOPp7n73j1tm+dqwMGLDR55X3Aol2TxgqkTtNqOUhS0NWcBSNIkWpePbE4BDgVaLBJQErZ4MqBWk3PIANNpKSyHXYBKl0cBKaUCeZMTXg2mJiVhtYtkI6IkUlG43khcIVoFIUVqx2oDNsKWxgBlMKi3shoXRln1ErlEPKpuxMJrX84Bp/FahsR9VumHhliVKWpSWlrwsc5E4A/tfDJmyZSbJsOC0ssLm2LHus5fDAmY3JRHU8gsmtC81OcoKNHTPK9aVcOdPfnZRpO6S5zFWC7lmdcDI+hcJByC8SC9ztSlQ2qnltjKnTAFDWRWE+9399fB2cT2c3N7/dTcczxbT2WD2MF08jKeT4afRzWh4zYIfck2G4+vR+NdXOO7Ht6Px8DWGm5ufcEwGD9PhNYXlzq8qxfz62Mq6rgMmZFnZjsFca75hARMWixccQVdUZf/2nbVWlUxn2oXb2y/WPiqFxpScX7Tx4bXeqXIof143F02ppPEhc/n+Pf0dpuO0ShI0ZlXlsEtgFvyTwPdf/D/y/wuR7+vrG6JRVsUS9SvR2EiaH5f7WYYgZIrPVN6pFK9yxS1QtCAkSvsITQ2VbJtxC2oVS8fonQ+JKpZCuvADg9KC8OSmUvdiCcPnsOkUPSfXRGIOwoDlX1HCSqsiluDSJRLzAHyeLCwlijtwwf7siT6bnAAJx9W89ln1/C5RKU55UebkvGjLci7XLGS/8Uc+dcaTR1SlE/KdKEqlLdxyYwuRo1MIzvJme/YhlrFMlDQWklyQhVcg8WnHf76NJcDStaqZ+ooyhFIrStoeysfo7HYwnd2NboeLwWS0mN3/PhyfzQPo92GWCePckCGkuOJVboHLFBIuYYmgCmEtprGsL5wK3GxkAqtKJs7XBRfy/ALcx712bTGBK+BPXLTq9nA3BrTLRmeATkkKITrzkJ7NA091kLxw7oMqhG3dHHhQTjgbxb1+KsdertbnrZY9L4VYauLy9nxgdbCDa7Kxmat2x1ApE0uHUgsSHGHoIGvB2gHllfVILSxBdaUcSEIr2VujPY/ZKVoxuwgAfnkzXBex7CDxCgZdCHy0X0VxU9NidgDCSwTvv6sjEI45L2JZaiHtid8ZjVMF2kzROFgqNwyVnHof6/NS9C/7vLJqQer29+q3S3Szmn5E7TOs0jkLWWZtacJ+v8WFi16Kjycz5kSrtEqakkEy4J1D6Y6gHIycau0gOKVW5mtgdxzcVT76pKtvxMZC5uFlQbO4UbrglnL/z5nr8tQiP++nyOGzKxOHHY9a2L65+M613x/a0jk+7lNvakf7+SZqZc3380v37GA+2ROcgJXqduqOL2EwGcEflydqn7KE8EkVpZIorWEBI2Q962XvPWlJIVJw16Mbj/zoDdGZy//t50QTJNQ++mXOhSRLXKxum2CPGC8FCxi5aBfwNFLsH0+7DRIMGaVKGLHtdskNPui8run4W4WaXi3zgD1yLfiSkIgInQx5itplyVfcsJB98t55NyPliD2vXG8/HuSoFPobgyRB17R+zNvN5sn9dEYZ0LySCpXSHc2fWOB+Q0ZzqUPLJZY782W34mvi9TIpX/hhuh2ll7OqnU3kpqPhdttpiXXNgsYUV3dZTQPwd+0GBgE=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},g=void 0,L={id:"api/evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",source:"@site/docs/api/evaluate.api.mdx",sourceDirName:"api",slug:"/api/evaluate",permalink:"/api/evaluate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",api:"eJztV19v2zYQ/yoH7iEJoNpFHlXkwW2cwVviGLWzYZAMg5bOFluJVEkqiWHouxdHSrZsp2mGPQwD9mKTvOPp7n73j1tm+dqwMGLDR55X3Aol2TxgqkTtNqOUhS0NWcBSNIkWpePbE4BDgVaLBJQErZ4MqBWk3PIANNpKSyHXYBKl0cBKaUCeZMTXg2mJiVhtYtkI6IkUlG43khcIVoFIUVqx2oDNsKWxgBlMKi3shoXRln1ErlEPKpuxMJrX84Bp/FahsR9VumHhliVKWpSWlrwsc5E4A/tfDJmyZSbJsOC0ssLm2LHus5fDAmY3JRHU8gsmtC81OcoKNHTPK9aVcOdPfnZRpO6S5zFWC7lmdcDI+hcJByC8SC9ztSlQ2qnltjKnTAFDWRWE+9399fB2cT2c3N7/dTcczxbT2WD2MF08jKeT4afRzWh4zYIfck2G4+vR+NdXOO7Ht6Px8DWGm5ufcEwGD9PhNYXlzq8qxfz62Mq6rgMmZFnZjsFca75hARMWixccQVdUZf/2nbVWlUxn2oXb2y/WPiqFxpScX7Tx4bXeqXIof143F02ppPEhc/n+Pf0dpuO0ShI0ZlXlsEtgFvyTwPdf/D/y/wuR7+vrG6JRVsUS9SvR2EiaH5f7WYYgZIrPVN6pFK9yxS1QtCAkSvsITQ2VbJtxC2oVS8fonQ+JKpZCuvADg9KC8OSmUvdiCcPnsOkUPSfXRGIOwoDlX1HCSqsiluDSJRLzAHyeLCwlijtwwf7siT6bnAAJx9W89ln1/C5RKU55UebkvGjLci7XLGS/8Uc+dcaTR1SlE/KdKEqlLdxyYwuRo1MIzvJme/YhlrFMlDQWklyQhVcg8WnHf76NJcDStaqZ+ooyhFIrStoeysfo7HYwnd2NboeLwWS0mN3/PhyfzQPo92GWCePckCGkuOJVboHLFBIuYYmgCmEtprGsL5wK3GxkAqtKJs7XBRfy/ALcx712bTGBK+BPXLTq9nA3BrTLRmeATkkKITrzkJ7NA091kLxw7oMqhG3dHHhQTjgbxb1+KsdertbnrZY9L4VYauLy9nxgdbCDa7Kxmat2x1ApE0uHUgsSHGHoIGvB2gHllfVILSxBdaUcSEIr2VujPY/ZKVoxuwgAfnkzXBex7CDxCgZdCHy0X0VxU9NidgDCSwTvv6sjEI45L2JZaiHtid8ZjVMF2kzROFgqNwyVnHof6/NS9C/7vLJqQer29+q3S3Szmn5E7TOs0jkLWWZtacJ+v8WFi16Kjycz5kSrtEqakkEy4J1D6Y6gHIycau0gOKVW5mtgdxzcVT76pKtvxMZC5uFlQbO4UbrglnL/z5nr8tQiP++nyOGzKxOHHY9a2L65+M613x/a0jk+7lNvakf7+SZqZc3380v37GA+2ROcgJXqduqOL2EwGcEflydqn7KE8EkVpZIorWEBI2Q962XvPWlJIVJw16Mbj/zoDdGZy//t50QTJNQ++mXOhSRLXKxum2CPGC8FCxi5aBfwNFLsH0+7DRIMGaVKGLHtdskNPui8run4W4WaXi3zgD1yLfiSkIgInQx5itplyVfcsJB98t55NyPliD2vXG8/HuSoFPobgyRB17R+zNvN5sn9dEYZ0LySCpXSHc2fWOB+Q0ZzqUPLJZY782W34mvi9TIpX/hhuh2ll7OqnU3kpqPhdttpiXXNgsYUV3dZTQPwd+0GBgE=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Archive Dataset",permalink:"/api/archive-dataset"},next:{title:"Evaluate Dataset",permalink:"/api/evaluate-dataset"}},T={},y=[];function f(e){const s={p:"p",...(0,l.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(S.default,{as:"h1",className:"openapi__heading",children:"Evaluate"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/evaluate",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Evaluate a metric on rows of data, returning scores for each row. Specify\nmetric.id or metric.name to identify the metric."}),"\n",(0,i.jsx)(S.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"input",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(h(),{collapsible:!1,name:"output",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(h(),{collapsible:!1,name:"groundTruth",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED"\n },\n "scores": [\n 0\n ]\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,l.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(f,{...e})}):f(e)}}}]); \ No newline at end of file diff --git a/assets/js/8d703bb9.a76da095.js b/assets/js/8d703bb9.a76da095.js deleted file mode 100644 index 018a7865..00000000 --- a/assets/js/8d703bb9.a76da095.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[110],{7547:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>y,contentTitle:()=>N,default:()=>Y,frontMatter:()=>f,metadata:()=>w,toc:()=>b});var i=a(74848),n=a(28453),r=a(91366),t=a.n(r),l=(a(6050),a(57742)),c=a.n(l),m=(a(67792),a(27362)),o=a.n(m),d=(a(36683),a(81124)),p=a.n(d),h=a(60674),x=a.n(h),u=a(23397),v=a.n(u),j=a(51107),g=(a(77675),a(19365));const f={id:"evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",api:"eJzdVk1v4zYQ/SuD6SEJoNhBjlrk4F2kQNqkG6zd9iAZAS2NLW4kUktSTgxD/70YUrJlx7tN0UOBXhKRMxzPzHvzsUUnVhbjBG/XomyEk1rhPEJdk/GHuxzjXkYYYU42M7L2ensBCKjIGZmBVmD0iwW9hFw4EYEh1xgl1Qpspg1ZWGoDJLKC9UYwrSmTy02qOgMjmYM2/UGJisBpkDkpJ5cbcAX1MozQUtYY6TYYJ1v8SMKQmTSuwDiZt/MIDX1ryLqPOt9gvMVMK0fK8aeo61JmPsDxV8uhbNFmBVWCv5x0JQ2i+xLsYIRuU7NAL75SxufacKKcJMvvgmNDCw/h5u8eytw/CjrWGalW2EbI0Z8UHIBwUl6XelORclMnXGNPKLVthFLVjRvIhDFigxFKR9XJNxHqxv3jNyujG5XPjEfm/Q/bAKA0lDM/qz6VweudK4f252330NZa2ZDd66sr/nfI3GmTZWTtsilhx3WM/g1Hwi/+70gSqvYdwKmmWpD5AXCdpflxE5kVBFLl9MpNgwt8WWrhgBNLkGkTwMwtNwJXCAd6mSqvGPyETFcLqTxSYEk5kEHc1f8oVXD7Gnf9Z+Tt2kTOQVpw4pkULI2uUgWeWYmcRxAo9eSYU/7C8+I1CAPxvAEFxz2iDQR8vcx0TlNR1SUnL9liKdQKY/xFrMXUB88Z0Y3JOHeyqrVxcC+sq2RJ3iE4K7vj2YdUpSrTyjrISskR3oCil53++TZVAAvfAGf6mVQMtdHM7xGpdXJ2P5nOHu7ub58mj3dPs8+/3v52No9gPIZZIa1PQ0GQ01I0pQOhcsiEggWBrqRzlKeqvfAuCLtRGSwblflcV0Kq8wvwPx686+sObkC8CNm7O6LdcOk/O58BBtUbQ3IWID2bR0HqITlxH0gVw7btLgIobzQ7x4N/uqRRqVfnvZejYIVVWtYK8XzANtrB9bhxhW8Mx1BpmyqPUg8SHGHoIevB2gEVnA1IPTmG6kZ7kKTRarQid57iW7RSvIgAfno3XBepGiDxAwyGEAS23yRpV/4pHoBwShDyd3MEwrHmRapqI5V7k3fkIV2RKzQvGbX2I7YWPCZwLGo5vh6Lxukndne8d7//JL8BmDWZUGGNKTHGwrnaxuNxj4uQo5zWbzaXR6PzJutaBtuAS4/SA0M5ufOu9evFlLt+6IHDJWPX+fgnfX9jNYwxwItR9/GzNpVwXPt/zvxA5GnyZb+b3L76NnE4HLjb9324b/L782Esg+vjlj7o9920T/qr+X6aD+8OpvVe4A0s9XBuDdIFk8c7+OP6jWdvVWL4pKtaK1LOYoQMXlC9Hl2xl8yCSviJ1QX9veVzsND913toxwOeEOO6FFJxJJ6O247PCYpaYoScoh2nMcI9q/cHYhgKroY4we12ISz9bsq25etvDRled+cRroWRYsFIJIxOQSIn4wvhmTYY46eQncsZO8fqZePH9/Faw90uvJhkGfm59H3dYcE+fp7OmOTdel3pnN8Y8YKR/xsjb2keLV87/i501kasWDfY5JIQhxV1VEE+qn79UJuBh9vtYOq1LUZdKL61Ysvr4F9SPHxr",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},N=void 0,w={id:"api/evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",source:"@site/docs/api/evaluate.api.mdx",sourceDirName:"api",slug:"/api/evaluate",permalink:"/api/evaluate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluate",title:"Evaluate",description:"Evaluate a metric on rows of data, returning scores for each row. Specify",api:"eJzdVk1v4zYQ/SuD6SEJoNhBjlrk4F2kQNqkG6zd9iAZAS2NLW4kUktSTgxD/70YUrJlx7tN0UOBXhKRMxzPzHvzsUUnVhbjBG/XomyEk1rhPEJdk/GHuxzjXkYYYU42M7L2ensBCKjIGZmBVmD0iwW9hFw4EYEh1xgl1Qpspg1ZWGoDJLKC9UYwrSmTy02qOgMjmYM2/UGJisBpkDkpJ5cbcAX1MozQUtYY6TYYJ1v8SMKQmTSuwDiZt/MIDX1ryLqPOt9gvMVMK0fK8aeo61JmPsDxV8uhbNFmBVWCv5x0JQ2i+xLsYIRuU7NAL75SxufacKKcJMvvgmNDCw/h5u8eytw/CjrWGalW2EbI0Z8UHIBwUl6XelORclMnXGNPKLVthFLVjRvIhDFigxFKR9XJNxHqxv3jNyujG5XPjEfm/Q/bAKA0lDM/qz6VweudK4f252330NZa2ZDd66sr/nfI3GmTZWTtsilhx3WM/g1Hwi/+70gSqvYdwKmmWpD5AXCdpflxE5kVBFLl9MpNgwt8WWrhgBNLkGkTwMwtNwJXCAd6mSqvGPyETFcLqTxSYEk5kEHc1f8oVXD7Gnf9Z+Tt2kTOQVpw4pkULI2uUgWeWYmcRxAo9eSYU/7C8+I1CAPxvAEFxz2iDQR8vcx0TlNR1SUnL9liKdQKY/xFrMXUB88Z0Y3JOHeyqrVxcC+sq2RJ3iE4K7vj2YdUpSrTyjrISskR3oCil53++TZVAAvfAGf6mVQMtdHM7xGpdXJ2P5nOHu7ub58mj3dPs8+/3v52No9gPIZZIa1PQ0GQ01I0pQOhcsiEggWBrqRzlKeqvfAuCLtRGSwblflcV0Kq8wvwPx686+sObkC8CNm7O6LdcOk/O58BBtUbQ3IWID2bR0HqITlxH0gVw7btLgIobzQ7x4N/uqRRqVfnvZejYIVVWtYK8XzANtrB9bhxhW8Mx1BpmyqPUg8SHGHoIevB2gEVnA1IPTmG6kZ7kKTRarQid57iW7RSvIgAfno3XBepGiDxAwyGEAS23yRpV/4pHoBwShDyd3MEwrHmRapqI5V7k3fkIV2RKzQvGbX2I7YWPCZwLGo5vh6Lxukndne8d7//JL8BmDWZUGGNKTHGwrnaxuNxj4uQo5zWbzaXR6PzJutaBtuAS4/SA0M5ufOu9evFlLt+6IHDJWPX+fgnfX9jNYwxwItR9/GzNpVwXPt/zvxA5GnyZb+b3L76NnE4HLjb9324b/L782Esg+vjlj7o9920T/qr+X6aD+8OpvVe4A0s9XBuDdIFk8c7+OP6jWdvVWL4pKtaK1LOYoQMXlC9Hl2xl8yCSviJ1QX9veVzsND913toxwOeEOO6FFJxJJ6O247PCYpaYoScoh2nMcI9q/cHYhgKroY4we12ISz9bsq25etvDRled+cRroWRYsFIJIxOQSIn4wvhmTYY46eQncsZO8fqZePH9/Faw90uvJhkGfm59H3dYcE+fp7OmOTdel3pnN8Y8YKR/xsjb2keLV87/i501kasWDfY5JIQhxV1VEE+qn79UJuBh9vtYOq1LUZdKL61Ysvr4F9SPHxr",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Clone Dataset",permalink:"/api/clone-dataset"},next:{title:"Evaluate Dataset",permalink:"/api/evaluate-dataset"}},y={},b=[];function q(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(j.default,{as:"h1",className:"openapi__heading",children:"Evaluate"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/evaluate",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Evaluate a metric on rows of data, returning scores for each row. Specify\nmetric.id or metric.name to identify the metric."}),"\n",(0,i.jsx)(j.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"input",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"output",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"groundTruth",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "string"\n },\n "scores": [\n 0\n ]\n}',language:"json"})})]})})})})]})})})})]})}function Y(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/8e0fe5e2.4e0bd74b.js b/assets/js/8e0fe5e2.4e0bd74b.js deleted file mode 100644 index ea4e3130..00000000 --- a/assets/js/8e0fe5e2.4e0bd74b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[759],{7135:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>m,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var s=t(74848),i=t(28453),l=(t(6050),t(60674)),r=t.n(l),n=(t(23397),t(51107));t(19365);const c={id:"datasetlabelstate",title:"DatasetLabelState",description:"",sidebar_label:"DatasetLabelState",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/datasetlabelstate",title:"DatasetLabelState",description:"",source:"@site/docs/api/schemas/datasetlabelstate.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetlabelstate",permalink:"/api/schemas/datasetlabelstate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetlabelstate",title:"DatasetLabelState",description:"",sidebar_label:"DatasetLabelState",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DataRow",permalink:"/api/schemas/datarow"},next:{title:"PromptTemplate",permalink:"/api/schemas/prompttemplate"}},m={},p=[];function u(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"DatasetLabelState"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(r(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,s.jsx)(r(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,s.jsx)(r(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/8e0fe5e2.7ccaef1f.js b/assets/js/8e0fe5e2.7ccaef1f.js new file mode 100644 index 00000000..1ec1e293 --- /dev/null +++ b/assets/js/8e0fe5e2.7ccaef1f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[759],{7135:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>u,contentTitle:()=>c,default:()=>_,frontMatter:()=>d,metadata:()=>o,toc:()=>m});var s=a(74848),i=a(28453),l=(a(6050),a(60674)),r=a.n(l),n=(a(23397),a(51107));a(19365);const d={id:"datasetlabelstate",title:"DatasetLabelState",description:"",sidebar_label:"DatasetLabelState",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,o={id:"api/schemas/datasetlabelstate",title:"DatasetLabelState",description:"",source:"@site/docs/api/schemas/datasetlabelstate.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetlabelstate",permalink:"/api/schemas/datasetlabelstate",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetlabelstate",title:"DatasetLabelState",description:"",sidebar_label:"DatasetLabelState",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetColumnInfo",permalink:"/api/schemas/datasetcolumninfo"},next:{title:"UploadDatasetFileRequest",permalink:"/api/schemas/uploaddatasetfilerequest"}},u={},m=[];function p(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"DatasetLabelState"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(r(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,s.jsx)(r(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,s.jsx)(r(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}function _(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/8eeb1d46.1e3d5840.js b/assets/js/8eeb1d46.1e3d5840.js deleted file mode 100644 index 750ac5ba..00000000 --- a/assets/js/8eeb1d46.1e3d5840.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9998],{76255:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>d,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"getdatasetresponse",title:"GetDatasetResponse",description:"",sidebar_label:"GetDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/getdatasetresponse",title:"GetDatasetResponse",description:"",source:"@site/docs/api/schemas/getdatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetresponse",permalink:"/api/schemas/getdatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetresponse",title:"GetDatasetResponse",description:"",sidebar_label:"GetDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetRequest",permalink:"/api/schemas/getdatasetrequest"},next:{title:"GetDatasetViewRequest",permalink:"/api/schemas/getdatasetviewrequest"}},o={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/8eeb1d46.d350eae7.js b/assets/js/8eeb1d46.d350eae7.js new file mode 100644 index 00000000..b07a8e5d --- /dev/null +++ b/assets/js/8eeb1d46.d350eae7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9998],{76255:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const o={id:"getdatasetresponse",title:"GetDatasetResponse",description:"",sidebar_label:"GetDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,m={id:"api/schemas/getdatasetresponse",title:"GetDatasetResponse",description:"",source:"@site/docs/api/schemas/getdatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetresponse",permalink:"/api/schemas/getdatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetresponse",title:"GetDatasetResponse",description:"",sidebar_label:"GetDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetRequest",permalink:"/api/schemas/getdatasetrequest"},next:{title:"GetDatasetDownloadURLRequest",permalink:"/api/schemas/getdatasetdownloadurlrequest"}},d={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/9010b514.929a34b0.js b/assets/js/9010b514.929a34b0.js new file mode 100644 index 00000000..9c9d6fdd --- /dev/null +++ b/assets/js/9010b514.929a34b0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4143],{61926:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>m,frontMatter:()=>u,metadata:()=>c,toc:()=>_});var i=t(74848),n=t(28453),r=(t(6050),t(60674)),a=t.n(r),l=(t(23397),t(51107));t(19365);const u={id:"listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",sidebar_label:"ListFineTuneJobsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",source:"@site/docs/api/schemas/listfinetunejobsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsrequestfilters",permalink:"/api/schemas/listfinetunejobsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",sidebar_label:"ListFineTuneJobsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListFineTuneJobsRequest",permalink:"/api/schemas/listfinetunejobsrequest"},next:{title:"ListFineTuneJobsResponse",permalink:"/api/schemas/listfinetunejobsresponse"}},d={},_=[];function T(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsRequestFilters"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(a(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(a(),{collapsible:!1,name:"status",required:!1,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}})]})]})}function m(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T()}}}]); \ No newline at end of file diff --git a/assets/js/9010b514.e7f9a259.js b/assets/js/9010b514.e7f9a259.js deleted file mode 100644 index d76425be..00000000 --- a/assets/js/9010b514.e7f9a259.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4143],{61926:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>b,frontMatter:()=>u,metadata:()=>c,toc:()=>m});var i=t(74848),n=t(28453),r=(t(6050),t(60674)),a=t.n(r),l=(t(23397),t(51107));t(19365);const u={id:"listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",sidebar_label:"ListFineTuneJobsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",source:"@site/docs/api/schemas/listfinetunejobsrequestfilters.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listfinetunejobsrequestfilters",permalink:"/api/schemas/listfinetunejobsrequestfilters",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listfinetunejobsrequestfilters",title:"ListFineTuneJobsRequestFilters",description:"",sidebar_label:"ListFineTuneJobsRequestFilters",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobStatusResponse",permalink:"/api/schemas/getfinetunejobstatusresponse"},next:{title:"ListFineTuneJobsRequest",permalink:"/api/schemas/listfinetunejobsrequest"}},d={},m=[];function p(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListFineTuneJobsRequestFilters"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(a(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(a(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function b(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/91fda4dc.7f0d5320.js b/assets/js/91fda4dc.4fa18b2b.js similarity index 59% rename from assets/js/91fda4dc.7f0d5320.js rename to assets/js/91fda4dc.4fa18b2b.js index a236be59..8b0f9a00 100644 --- a/assets/js/91fda4dc.7f0d5320.js +++ b/assets/js/91fda4dc.4fa18b2b.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8215],{78938:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>u,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>p,toc:()=>c});var s=t(74848),i=t(28453),l=(t(6050),t(60674)),d=t.n(l),n=(t(23397),t(51107));t(19365);const r={id:"uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",sidebar_label:"UploadDatasetFileRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,p={id:"api/schemas/uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",source:"@site/docs/api/schemas/uploaddatasetfilerequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/uploaddatasetfilerequest",permalink:"/api/schemas/uploaddatasetfilerequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",sidebar_label:"UploadDatasetFileRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateDatasetResponse",permalink:"/api/schemas/createdatasetresponse"},next:{title:"UploadDatasetFileResponse",permalink:"/api/schemas/uploaddatasetfileresponse"}},u={},c=[];function m(e){const a={p:"p",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"UploadDatasetFileRequest"}),"\n",(0,s.jsx)(a.p,{children:"Initiate an upload by requesting a pre-signed S3 upload URL."}),"\n",(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset corresponding to the file."}})})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8215],{78938:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>u,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>p,toc:()=>c});var s=t(74848),i=t(28453),l=(t(6050),t(60674)),d=t.n(l),n=(t(23397),t(51107));t(19365);const r={id:"uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",sidebar_label:"UploadDatasetFileRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,p={id:"api/schemas/uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",source:"@site/docs/api/schemas/uploaddatasetfilerequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/uploaddatasetfilerequest",permalink:"/api/schemas/uploaddatasetfilerequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"uploaddatasetfilerequest",title:"UploadDatasetFileRequest",description:"Initiate an upload by requesting a pre-signed S3 upload URL.",sidebar_label:"UploadDatasetFileRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetLabelState",permalink:"/api/schemas/datasetlabelstate"},next:{title:"UploadDatasetFileResponse",permalink:"/api/schemas/uploaddatasetfileresponse"}},u={},c=[];function m(e){const a={p:"p",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"UploadDatasetFileRequest"}),"\n",(0,s.jsx)(a.p,{children:"Initiate an upload by requesting a pre-signed S3 upload URL."}),"\n",(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset corresponding to the file."}})})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/97e10ced.d4a59bcc.js b/assets/js/97e10ced.c7eee4ae.js similarity index 82% rename from assets/js/97e10ced.d4a59bcc.js rename to assets/js/97e10ced.c7eee4ae.js index 83476c95..60bdaf51 100644 --- a/assets/js/97e10ced.d4a59bcc.js +++ b/assets/js/97e10ced.c7eee4ae.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4193],{8588:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),r=(a(23397),a(51107));a(19365);const o={id:"submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",sidebar_label:"SubmitPseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,m={id:"api/schemas/submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",source:"@site/docs/api/schemas/submitpseudolabeljobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/submitpseudolabeljobrequest",permalink:"/api/schemas/submitpseudolabeljobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",sidebar_label:"SubmitPseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreatePseudoLabelJobResponse",permalink:"/api/schemas/createpseudolabeljobresponse"},next:{title:"SubmitPseudoLabelJobResponse",permalink:"/api/schemas/submitpseudolabeljobresponse"}},d={},p=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"SubmitPseudoLabelJobRequest"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The pseudo-labeling job configuration."})}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4193],{8588:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>o,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),r=(a(23397),a(51107));a(19365);const o={id:"submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",sidebar_label:"SubmitPseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,m={id:"api/schemas/submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",source:"@site/docs/api/schemas/submitpseudolabeljobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/submitpseudolabeljobrequest",permalink:"/api/schemas/submitpseudolabeljobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"submitpseudolabeljobrequest",title:"SubmitPseudoLabelJobRequest",description:"",sidebar_label:"SubmitPseudoLabelJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreatePseudoLabelJobResponse",permalink:"/api/schemas/createpseudolabeljobresponse"},next:{title:"SubmitPseudoLabelJobResponse",permalink:"/api/schemas/submitpseudolabeljobresponse"}},d={},p=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"SubmitPseudoLabelJobRequest"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The pseudo-labeling job configuration."})}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/9929f950.6ca7e242.js b/assets/js/9929f950.6ca7e242.js new file mode 100644 index 00000000..9750d3f7 --- /dev/null +++ b/assets/js/9929f950.6ca7e242.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5054],{11678:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>u,contentTitle:()=>c,default:()=>h,frontMatter:()=>l,metadata:()=>d,toc:()=>m});var t=s(74848),a=s(28453),n=(s(6050),s(60674)),r=s.n(n),o=(s(23397),s(51107));s(19365);const l={id:"createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",sidebar_label:"CreateFineTuneJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",source:"@site/docs/api/schemas/createfinetunejobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createfinetunejobrequest",permalink:"/api/schemas/createfinetunejobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",sidebar_label:"CreateFineTuneJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetMetricResponse",permalink:"/api/schemas/getmetricresponse"},next:{title:"FineTuneJobConfig",permalink:"/api/schemas/finetunejobconfig"}},u={},m=[];function p(e){const i={p:"p",...(0,a.R)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"CreateFineTuneJobRequest"}),"\n",(0,t.jsx)(i.p,{children:"Create a new Fine Tune Job\nInitialized with the provided configuration parameters."}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(i.p,{children:"fineTuneJobConfig"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(i.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(i.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,t.jsx)(i.p,{children:"Partial configuration with parameters for the fine-tune job."})}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,t.jsx)(r(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,t.jsx)(r(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,t.jsx)(r(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,t.jsx)(r(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})})})]})}function h(e={}){const{wrapper:i}={...(0,a.R)(),...e.components};return i?(0,t.jsx)(i,{...e,children:(0,t.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/9929f950.ba81caf6.js b/assets/js/9929f950.ba81caf6.js deleted file mode 100644 index ccbfce17..00000000 --- a/assets/js/9929f950.ba81caf6.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5054],{11678:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>u,contentTitle:()=>c,default:()=>h,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var t=i(74848),a=i(28453),n=(i(6050),i(60674)),r=i.n(n),o=(i(23397),i(51107));i(19365);const l={id:"createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",sidebar_label:"CreateFineTuneJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",source:"@site/docs/api/schemas/createfinetunejobrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createfinetunejobrequest",permalink:"/api/schemas/createfinetunejobrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createfinetunejobrequest",title:"CreateFineTuneJobRequest",description:"Create a new Fine Tune Job",sidebar_label:"CreateFineTuneJobRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetMetricResponse",permalink:"/api/schemas/getmetricresponse"},next:{title:"CreateFineTuneJobResponse",permalink:"/api/schemas/createfinetunejobresponse"}},u={},p=[];function m(e){const s={p:"p",...(0,a.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"CreateFineTuneJobRequest"}),"\n",(0,t.jsx)(s.p,{children:"Create a new Fine Tune Job\nInitialized with the provided configuration parameters."}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"fineTuneJobConfig"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,t.jsx)(s.p,{children:"Partial configuration with parameters for the fine-tune job."})}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,t.jsx)(r(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,t.jsx)(r(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,t.jsx)(r(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,t.jsx)(r(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/99860787.7aec3f19.js b/assets/js/99860787.7aec3f19.js new file mode 100644 index 00000000..342b136f --- /dev/null +++ b/assets/js/99860787.7aec3f19.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1971],{33554:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),r=a(28453),n=(a(6050),a(60674)),t=a.n(n),l=(a(23397),a(51107));a(19365);const c={id:"getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",sidebar_label:"GetFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",source:"@site/docs/api/schemas/getfinetunejobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobresponse",permalink:"/api/schemas/getfinetunejobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",sidebar_label:"GetFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobRequest",permalink:"/api/schemas/getfinetunejobrequest"},next:{title:"FineTuneJob",permalink:"/api/schemas/finetunejob"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"job"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"config"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,i.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,i.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,i.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"result"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/99860787.86c9f201.js b/assets/js/99860787.86c9f201.js deleted file mode 100644 index 5d38719d..00000000 --- a/assets/js/99860787.86c9f201.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1971],{33554:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),r=a(28453),n=(a(6050),a(60674)),t=a.n(n),l=(a(23397),a(51107));a(19365);const c={id:"getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",sidebar_label:"GetFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",source:"@site/docs/api/schemas/getfinetunejobresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getfinetunejobresponse",permalink:"/api/schemas/getfinetunejobresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getfinetunejobresponse",title:"GetFineTuneJobResponse",description:"",sidebar_label:"GetFineTuneJobResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobRequest",permalink:"/api/schemas/getfinetunejobrequest"},next:{title:"GetFineTuneJobStatusRequest",permalink:"/api/schemas/getfinetunejobstatusrequest"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetFineTuneJobResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"job"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"config"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,i.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,i.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,i.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"result"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/9b7236a5.826855ea.js b/assets/js/9b7236a5.826855ea.js deleted file mode 100644 index e2aef1aa..00000000 --- a/assets/js/9b7236a5.826855ea.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1448],{40862:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>o,toc:()=>u});var t=s(74848),i=s(28453),n=(s(6050),s(60674)),l=s.n(n),r=(s(23397),s(51107));s(19365);const c={id:"datacolumn",title:"DataColumn",description:"",sidebar_label:"DataColumn",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/datacolumn",title:"DataColumn",description:"",source:"@site/docs/api/schemas/datacolumn.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datacolumn",permalink:"/api/schemas/datacolumn",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datacolumn",title:"DataColumn",description:"",sidebar_label:"DataColumn",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"TrainingProgress",permalink:"/api/schemas/trainingprogress"},next:{title:"Dataset",permalink:"/api/schemas/dataset"}},d={},u=[];function p(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"DataColumn"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(l(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"sourceOperationId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,t.jsx)(a,{...e,children:(0,t.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/9bdb8349.eebe17d9.js b/assets/js/9bdb8349.aa5c2fc0.js similarity index 70% rename from assets/js/9bdb8349.eebe17d9.js rename to assets/js/9bdb8349.aa5c2fc0.js index 0434833e..e1f72dca 100644 --- a/assets/js/9bdb8349.eebe17d9.js +++ b/assets/js/9bdb8349.aa5c2fc0.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2886],{26538:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>m,toc:()=>d});var t=i(74848),r=i(28453),a=(i(6050),i(60674)),n=i.n(a),c=(i(23397),i(51107));i(19365);const l={id:"listmetricsresponse",title:"ListMetricsResponse",description:"",sidebar_label:"ListMetricsResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/listmetricsresponse",title:"ListMetricsResponse",description:"",source:"@site/docs/api/schemas/listmetricsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listmetricsresponse",permalink:"/api/schemas/listmetricsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listmetricsresponse",title:"ListMetricsResponse",description:"",sidebar_label:"ListMetricsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListMetricsRequest",permalink:"/api/schemas/listmetricsrequest"},next:{title:"GetMetricRequest",permalink:"/api/schemas/getmetricrequest"}},p={},d=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(c.default,{as:"h1",className:"openapi__heading",children:"ListMetricsResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metrics"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object[]"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(s.p,{children:"Array ["})})}),(0,t.jsx)(n(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(s.p,{children:"]"})})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2886],{26538:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>h,frontMatter:()=>c,metadata:()=>m,toc:()=>d});var t=i(74848),r=i(28453),a=(i(6050),i(60674)),n=i.n(a),l=(i(23397),i(51107));i(19365);const c={id:"listmetricsresponse",title:"ListMetricsResponse",description:"",sidebar_label:"ListMetricsResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/listmetricsresponse",title:"ListMetricsResponse",description:"",source:"@site/docs/api/schemas/listmetricsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listmetricsresponse",permalink:"/api/schemas/listmetricsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listmetricsresponse",title:"ListMetricsResponse",description:"",sidebar_label:"ListMetricsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListMetricsRequest",permalink:"/api/schemas/listmetricsrequest"},next:{title:"GetMetricRequest",permalink:"/api/schemas/getmetricrequest"}},p={},d=[];function _(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListMetricsResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metrics"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object[]"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(s.p,{children:"Array ["})})}),(0,t.jsx)(n(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(s.p,{children:"]"})})})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e4c1133.13ff7610.js b/assets/js/9e4c1133.13ff7610.js deleted file mode 100644 index e1aa983a..00000000 --- a/assets/js/9e4c1133.13ff7610.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2770],{54230:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>M,frontMatter:()=>f,metadata:()=>y,toc:()=>N});var i=a(74848),n=a(28453),t=a(91366),r=a.n(t),l=(a(6050),a(57742)),d=a.n(l),c=(a(67792),a(27362)),m=a.n(c),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),j=a(23397),g=a.n(j),b=a(51107),x=(a(77675),a(19365));const f={id:"get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",api:"eJy9V1lvGzcQ/isEH4oWWEuBgb7sm+3UrYOmMWKlebAFY7QcaWlzyQ05tKMI+9+LIXWsDh9JgD7tMcM5vzm4kASzIMtrea4tilG0KN65iRwX0rXogbSzF0qW8k8k5mAGphdSYai8bpkhkwXVKKbRGHHnJkIhgTZBFjJgFb2muSyvF/IUwaM/iVTL8nrcjQvp8UvEQKdOzWW5kJWzhJb4FdrW6CqZMLwLrGYhQ1VjA/xGmgzuGfYxS5OFpHnLZDe5w4q/W88OkcbAp+/chN1arNgCeW1nsuuyQdqj4qBktnHXZUJonQ1ZwPGbN/zYjsJVrCoMYRqNWEdPFj/vU9b7Gqf6Urbz9fxRfSAYuzke1Sgu3go3zZlmvBDj5c5NBrIrZOURCNUJHRI1db4BkqVUQHhEukE+Elv1vUcsNPiyrf9Ag6JyPudMaTsT5LbtVqJxCo1Q6PUDKjH1rhFU68AOsaYtiXtIKWQgoBgOkipnp3r2RDLOMvGllLzO0Q/pBYxgdjF1Pjm5SsmzLjwpqvd7T+IEAhpt8T3H7lAJPYGalZwc8xhQCQjpTyDwxAlqnbaUGT1oq+0saUwfb4EgIL1WocrsnPMYcEtmIR411SK0RlMQE7hHJbQVzOHEBG/sGhBqbqHRFRgzT3ZgoJ83A6yIdqKBA4APYGLqBauiStFJ2EKDFaE6cyY2tg8y8B7mspCasDkAvl0zrpBYeJXlZB9z+LVNtXBEMYX6xoqr2LbOE6oVeym0bSMVwkVKz5l30apb8pHqGyvOnRf4FZrWYCFAEIR7EXSjDaRohtg04PW37GKjZzUJi6iW4gRYdWO3ZA5kt9uCdwG3B4jdzOwHb5ybdzT0REV+zMSXKrL1buYxPJuN3eh/iWhJgxHBQhtqRyHleglG0SB5XYUB617aNVrSLlfafnSWFRJbV9U9iraEM/RMMm7LDxubSSZAVUUP1fwg8UAENkTu0IGgaV/bzA8O25XVSxN7BvXU95WNu1WTQJVAcq4N7qeC63HJlcusEHoqNIlHCGI5ukRYD3Az7+dkI/dHBun/Nhubp5pyt15C3qvf/4JQH2SZaoNX+huezgnDIdjsJExztjae9U3e2LKneVfPpjo/efNyQ/vkDfeWB42Pm40znw/cUcQKJOJXHMwGAr8Sep5qn385FdGb3/bcWKNqvKsr9wUuWBDcLo5GqVfyhjz4vmgsd4X1ZrBuSOMDVZAXTs4nUu14+25d2mlb4L1ZDqHVw+MhRHK3PEOG3Mdveae5vXOT4QyTRvQP6EPauiMHVtZEbSiHQwOBGm0Q9EDhw16AL71TsUotO8sQR+JvCPReGxQnF5KX9tVOf8Wra8ZKf7Nf55BVsi2JTZZykphksXw5X6H43edRiievxB83F4I/8mzpNbkeWrWdun4/79koTi4vxL/He67ts5TizDWts2iJs8MRy6zHgzep4blADdjNPpZuOtt3pb01a73vP3ctWkaI8CsNWwPapprPFZDzfC2h1bKQ7Mc616l8etmWheR8jwtZM0bKa7lY8Mj85E3X8e8vET3fvcaFfACvYcLBuuaiqxEU+gSQe5zLUp5lu49GbBqzm5hm3O6dpStWJ06qClt6lnfcg/Hlh6sRJ3951+MWIUvp4ZHrAR5lKSXfO/l0wlT6t5AG7CzCjHmzTIYKbCNtB1nJq9WMtvOehYtF5hi5e7RdJ4ulK8TfsuPS+w+dUjoR",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,y={id:"api/get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",source:"@site/docs/api/get-fine-tune-job.api.mdx",sourceDirName:"api",slug:"/api/get-fine-tune-job",permalink:"/api/get-fine-tune-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",api:"eJy9V1lvGzcQ/isEH4oWWEuBgb7sm+3UrYOmMWKlebAFY7QcaWlzyQ05tKMI+9+LIXWsDh9JgD7tMcM5vzm4kASzIMtrea4tilG0KN65iRwX0rXogbSzF0qW8k8k5mAGphdSYai8bpkhkwXVKKbRGHHnJkIhgTZBFjJgFb2muSyvF/IUwaM/iVTL8nrcjQvp8UvEQKdOzWW5kJWzhJb4FdrW6CqZMLwLrGYhQ1VjA/xGmgzuGfYxS5OFpHnLZDe5w4q/W88OkcbAp+/chN1arNgCeW1nsuuyQdqj4qBktnHXZUJonQ1ZwPGbN/zYjsJVrCoMYRqNWEdPFj/vU9b7Gqf6Urbz9fxRfSAYuzke1Sgu3go3zZlmvBDj5c5NBrIrZOURCNUJHRI1db4BkqVUQHhEukE+Elv1vUcsNPiyrf9Ag6JyPudMaTsT5LbtVqJxCo1Q6PUDKjH1rhFU68AOsaYtiXtIKWQgoBgOkipnp3r2RDLOMvGllLzO0Q/pBYxgdjF1Pjm5SsmzLjwpqvd7T+IEAhpt8T3H7lAJPYGalZwc8xhQCQjpTyDwxAlqnbaUGT1oq+0saUwfb4EgIL1WocrsnPMYcEtmIR411SK0RlMQE7hHJbQVzOHEBG/sGhBqbqHRFRgzT3ZgoJ83A6yIdqKBA4APYGLqBauiStFJ2EKDFaE6cyY2tg8y8B7mspCasDkAvl0zrpBYeJXlZB9z+LVNtXBEMYX6xoqr2LbOE6oVeym0bSMVwkVKz5l30apb8pHqGyvOnRf4FZrWYCFAEIR7EXSjDaRohtg04PW37GKjZzUJi6iW4gRYdWO3ZA5kt9uCdwG3B4jdzOwHb5ybdzT0REV+zMSXKrL1buYxPJuN3eh/iWhJgxHBQhtqRyHleglG0SB5XYUB617aNVrSLlfafnSWFRJbV9U9iraEM/RMMm7LDxubSSZAVUUP1fwg8UAENkTu0IGgaV/bzA8O25XVSxN7BvXU95WNu1WTQJVAcq4N7qeC63HJlcusEHoqNIlHCGI5ukRYD3Az7+dkI/dHBun/Nhubp5pyt15C3qvf/4JQH2SZaoNX+huezgnDIdjsJExztjae9U3e2LKneVfPpjo/efNyQ/vkDfeWB42Pm40znw/cUcQKJOJXHMwGAr8Sep5qn385FdGb3/bcWKNqvKsr9wUuWBDcLo5GqVfyhjz4vmgsd4X1ZrBuSOMDVZAXTs4nUu14+25d2mlb4L1ZDqHVw+MhRHK3PEOG3Mdveae5vXOT4QyTRvQP6EPauiMHVtZEbSiHQwOBGm0Q9EDhw16AL71TsUotO8sQR+JvCPReGxQnF5KX9tVOf8Wra8ZKf7Nf55BVsi2JTZZykphksXw5X6H43edRiievxB83F4I/8mzpNbkeWrWdun4/79koTi4vxL/He67ts5TizDWts2iJs8MRy6zHgzep4blADdjNPpZuOtt3pb01a73vP3ctWkaI8CsNWwPapprPFZDzfC2h1bKQ7Mc616l8etmWheR8jwtZM0bKa7lY8Mj85E3X8e8vET3fvcaFfACvYcLBuuaiqxEU+gSQe5zLUp5lu49GbBqzm5hm3O6dpStWJ06qClt6lnfcg/Hlh6sRJ3951+MWIUvp4ZHrAR5lKSXfO/l0wlT6t5AG7CzCjHmzTIYKbCNtB1nJq9WMtvOehYtF5hi5e7RdJ4ulK8TfsuPS+w+dUjoR",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Submit Fine Tune Job",permalink:"/api/submit-fine-tune-job"},next:{title:"Get Fine Tune Job Status",permalink:"/api/get-fine-tune-job-status"}},q={},N=[];function _(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(b.default,{as:"h1",className:"openapi__heading",children:"Get Fine Tune Job"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/get",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the full job details"}),"\n",(0,i.jsx)(b.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"job"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"config"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,i.jsx)(u(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,i.jsx)(u(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"result"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})})})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "job": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "status": "string",\n "config": {\n "name": "string",\n "description": "string",\n "baselineModelId": "string",\n "trainDatasetId": "string",\n "testDatasetId": "string",\n "selectedColumns": [\n "string"\n ]\n },\n "result": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e4c1133.38a34b60.js b/assets/js/9e4c1133.38a34b60.js new file mode 100644 index 00000000..c99863c2 --- /dev/null +++ b/assets/js/9e4c1133.38a34b60.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2770],{54230:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>y,default:()=>S,frontMatter:()=>b,metadata:()=>N,toc:()=>_});var i=a(74848),n=a(28453),r=a(91366),t=a.n(r),l=(a(6050),a(57742)),m=a.n(l),d=(a(67792),a(27362)),c=a.n(d),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),j=a(23397),x=a.n(j),g=a(51107),f=(a(77675),a(19365));const b={id:"get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",api:"eJy9V1lv4zYQ/isEH4oWUOxFgL74zfEmWwe5Gtvdh8QIKGlsMaFILTlM1mvovxdD+pBl59gt0CfL5HDOb64lRzF3vHfHz6QGNvYa2LlJ+TThpgIrUBo9zHmPfwEkCiKg+4Tn4DIrKyKI1wwLYDOvFHs0KcsBhVSOJ9xB5q3EBe/dLfkJCAu277HgvbtpPU24hW8eHJ6YfMF7S54ZjaCRPkVVKZkFFbqPjsQsucsKKAV9oUQFe4rdRm484bio6Nqkj5DR/8qSQSjB0etHk5JZyzWZQyv1nNd1VEhayMkpkWxa1/HCVUa7yOD40yf62fXCyGcZODfzim28x5P/blOU+xGjmlx24/X2U3nAGe0Yjwtgw8/MzGKkCS9IeHk0aYfXCc8sCIS8j4dYzYwtBfIezwXCEcoS6Imv8p99okUJ7+t6JUpgmbExZrnUc4ZmV++clSYHxXKw8hlyNrOmZFhIRwaRpB2Oe0hJuEOB3h3SBbQvCT7n1ycPo3F/PBk9TK5GN6eD4dnw9DNPmhd/T04n7bPbydXV8OrL7uHg+vLm4nTcph30rwanFxft47P+kM6myQYO5yYdRY3rAMmZnL+ClkG8fA8zH4vEdfgQihE5mxkborDGzJs+fpVV43iPYyocKKnhkoJ7KMdfgfWaTwSFd5Az4cKJQ2GREFQZqTESWiG11PMgMfz5LFA4wI8KzCM5gdI72OGZsBeJBXOVkuhYKp4gZ1IzojAshXu9QWy+0KKUmVBqEfQAh/9dDaGZ16kU5AB4FsqHYrXO+uCdAH5QkCHkA6N8qZtZIKwVC55wiVAezI5WzQQk5lnkE22M7pc6JOsR+uDqe81GvqqMRcjX5D0mdeUxYcZj+J1b43X+gNZjca/ZmbEMvouyUpAwwVC4J+ZkKZUI3nS+LIWVP6KJpZwXyDRAvmLHhM7v9Q7PDq/bPaINuD1AtCOz77xp7C5e4SsZeRsv38vIypq5BfdmNNre/+ZBoxSKOS0qVxh0IdYrMLIS0MrMdfi2kIxXdzdrab/abBMOlcmKxo3UCHOwdKXMjh3al2m8EFnmrcgWBy8PeGB7SS3EoSirj3abg9PAWuuVig2FGuKbwqb1ukhAHkByJhXsh4LycUUV0yxhcsYkshfh2Kq3MreZMNSiGZMt31/p9P9b8y5fK8r1Zkq6zP/8S7jiIMlMKhjJH3CyQHCHYNMKmKRobS1rqrzVZU9yW842OydWvV/QJlZRbXmW8LIdieN7RxWFrUHCfofOvMPgO4Klrvb1txPmrfpjz4wNqqZtWbEuUMIKRuXiaBxqJY3wnZ/zxmqY2UwGm4I0PZAFcSKmeAIWhtaDyoShuxI02POuqGT3uCs8mgfqIV2q4w80dD08mrQ7hyAR7DNYF9YCT47lBWLlet2uEg5LqUDITg7Pew6+sSb3WSjZkQc7YhfC4aVUwPpDTlvFeukY0WwdsdJcPTYxJJGkSyDjPZ4GIp6sPs7WKD7/Og7+pJn9druxnMbe0ihyDbRKPTPNet7QkfVvhuyf4z3T9kl6bGDKymjQSNEhj0XS486nUPCMw1Lo7TwWVrHdZW5vzNosJG/tbSsPIXzHbqWE1CHnYwbEON9xUUmecLJjE+uQPo1o84RTvKcJLwgjvTu+XFLLnFhV13T8zYOl5XCa8GdhpUjJWXeUdAWIHGwAyBMseI8Pot5HY1KNyJUPPa69VNXJ+kU/y6DCN2mnDRjfXI/GFPzVMkolgve4FS+UD+KF9zinxZheB0yFsyVXQs+9mBNt5ElQEbtIayErWLXu0XrR0HC5jBRj8wS6rnmyMgXpP68p9f4F/SFpDw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,N={id:"api/get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",source:"@site/docs/api/get-fine-tune-job.api.mdx",sourceDirName:"api",slug:"/api/get-fine-tune-job",permalink:"/api/get-fine-tune-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-fine-tune-job",title:"Get Fine Tune Job",description:"Get the full job details",api:"eJy9V1lv4zYQ/isEH4oWUOxFgL74zfEmWwe5Gtvdh8QIKGlsMaFILTlM1mvovxdD+pBl59gt0CfL5HDOb64lRzF3vHfHz6QGNvYa2LlJ+TThpgIrUBo9zHmPfwEkCiKg+4Tn4DIrKyKI1wwLYDOvFHs0KcsBhVSOJ9xB5q3EBe/dLfkJCAu277HgvbtpPU24hW8eHJ6YfMF7S54ZjaCRPkVVKZkFFbqPjsQsucsKKAV9oUQFe4rdRm484bio6Nqkj5DR/8qSQSjB0etHk5JZyzWZQyv1nNd1VEhayMkpkWxa1/HCVUa7yOD40yf62fXCyGcZODfzim28x5P/blOU+xGjmlx24/X2U3nAGe0Yjwtgw8/MzGKkCS9IeHk0aYfXCc8sCIS8j4dYzYwtBfIezwXCEcoS6Imv8p99okUJ7+t6JUpgmbExZrnUc4ZmV++clSYHxXKw8hlyNrOmZFhIRwaRpB2Oe0hJuEOB3h3SBbQvCT7n1ycPo3F/PBk9TK5GN6eD4dnw9DNPmhd/T04n7bPbydXV8OrL7uHg+vLm4nTcph30rwanFxft47P+kM6myQYO5yYdRY3rAMmZnL+ClkG8fA8zH4vEdfgQihE5mxkborDGzJs+fpVV43iPYyocKKnhkoJ7KMdfgfWaTwSFd5Az4cKJQ2GREFQZqTESWiG11PMgMfz5LFA4wI8KzCM5gdI72OGZsBeJBXOVkuhYKp4gZ1IzojAshXu9QWy+0KKUmVBqEfQAh/9dDaGZ16kU5AB4FsqHYrXO+uCdAH5QkCHkA6N8qZtZIKwVC55wiVAezI5WzQQk5lnkE22M7pc6JOsR+uDqe81GvqqMRcjX5D0mdeUxYcZj+J1b43X+gNZjca/ZmbEMvouyUpAwwVC4J+ZkKZUI3nS+LIWVP6KJpZwXyDRAvmLHhM7v9Q7PDq/bPaINuD1AtCOz77xp7C5e4SsZeRsv38vIypq5BfdmNNre/+ZBoxSKOS0qVxh0IdYrMLIS0MrMdfi2kIxXdzdrab/abBMOlcmKxo3UCHOwdKXMjh3al2m8EFnmrcgWBy8PeGB7SS3EoSirj3abg9PAWuuVig2FGuKbwqb1ukhAHkByJhXsh4LycUUV0yxhcsYkshfh2Kq3MreZMNSiGZMt31/p9P9b8y5fK8r1Zkq6zP/8S7jiIMlMKhjJH3CyQHCHYNMKmKRobS1rqrzVZU9yW842OydWvV/QJlZRbXmW8LIdieN7RxWFrUHCfofOvMPgO4Klrvb1txPmrfpjz4wNqqZtWbEuUMIKRuXiaBxqJY3wnZ/zxmqY2UwGm4I0PZAFcSKmeAIWhtaDyoShuxI02POuqGT3uCs8mgfqIV2q4w80dD08mrQ7hyAR7DNYF9YCT47lBWLlet2uEg5LqUDITg7Pew6+sSb3WSjZkQc7YhfC4aVUwPpDTlvFeukY0WwdsdJcPTYxJJGkSyDjPZ4GIp6sPs7WKD7/Og7+pJn9druxnMbe0ihyDbRKPTPNet7QkfVvhuyf4z3T9kl6bGDKymjQSNEhj0XS486nUPCMw1Lo7TwWVrHdZW5vzNosJG/tbSsPIXzHbqWE1CHnYwbEON9xUUmecLJjE+uQPo1o84RTvKcJLwgjvTu+XFLLnFhV13T8zYOl5XCa8GdhpUjJWXeUdAWIHGwAyBMseI8Pot5HY1KNyJUPPa69VNXJ+kU/y6DCN2mnDRjfXI/GFPzVMkolgve4FS+UD+KF9zinxZheB0yFsyVXQs+9mBNt5ElQEbtIayErWLXu0XrR0HC5jBRj8wS6rnmyMgXpP68p9f4F/SFpDw==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Submit Fine Tune Job",permalink:"/api/submit-fine-tune-job"},next:{title:"Get Fine Tune Job Status",permalink:"/api/get-fine-tune-job-status"}},v={},_=[];function q(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Get Fine Tune Job"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/get",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the full job details"}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"job"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"config"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,i.jsx)(u(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,i.jsx)(u(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"result"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "job": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "status": "JOB_STATUS_UNSPECIFIED",\n "config": {\n "name": "string",\n "description": "string",\n "baselineModelId": "string",\n "trainDatasetId": "string",\n "testDatasetId": "string",\n "selectedColumns": [\n "string"\n ]\n },\n "result": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/9f1518db.5e8f8a3b.js b/assets/js/9f1518db.5e8f8a3b.js deleted file mode 100644 index 11b5ae86..00000000 --- a/assets/js/9f1518db.5e8f8a3b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7365],{35920:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>N,contentTitle:()=>v,default:()=>I,frontMatter:()=>f,metadata:()=>y,toc:()=>S});var i=s(74848),l=s(28453),t=s(91366),n=s.n(t),r=(s(6050),s(57742)),o=s.n(r),p=(s(67792),s(27362)),m=s.n(p),d=(s(36683),s(81124)),c=s.n(d),u=s(60674),h=s.n(u),b=s(23397),x=s.n(b),j=s(51107),g=(s(77675),s(19365));const f={id:"submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",api:"eJzFWEtv4zYQ/isD9uAEUOxFjipyyGazQNKkG6zd9mAZBi2NLSYSqSUpZ11D/70YUpIly2kWiwK9JDL1zYPDbx7Unlm+MSycsyeDZaLgga8wg3u1YouAqQI1t0LJu4SFbFqucmE9zsEIFbAETaxFQTACWSzgEtQaLkPwEmBThGe1gljJtdiUXiXEGrnFBFY7uHGPfc2RBKtASGEFtwhcwsPDI9yXyQYhI4yQG9I6ZgEzGJda2B0L53v2EblGfV3alIXzRbUImMZvJRr7USU7Fu5ZrKRFaemRF0UmYufP5NnQBvbMxCnmnJ6ssBm+sfGvXicLmN0VBFKrZ4zpd6EpbFagIR3PakXB2zcwY7WQG1YFrOjpu3GxIWA/nrMUwSMvurvux5Ji0Dj7dErte15KnuPQyeOz/eIeeAYEh7XSzcmOaT897A+r6iwPNXLLDdpT8TvWd/eJKEfCORcSakli0KofP0xI8xpfp6myn37GQKObaMSFpANZ4+uFSZUF/M7zIkMzhmaDbiM8tmKLD97+Txn1GrId1JtovOgYgrs1yDLLArCpMI4kwlBMI1mLQ4Zck8POKYMZxhaTG5WVuTQdb7jWfMcCJizm5n0vp+WK4qHWEHtVddhLgwkIeUzfcSTh9nvhbDcSIQhZlDYAVVr3f6NVKZOl1aVNIwmflW5iGwAHU+Y51+JvX0gsNy+Qi01qQSoLEjGhcuE01gbI5scdJLjmZWYD4FnWOsu1d3XMqsrlRV7YGeZFxi12q8BT/817KSVOZ73tav7XsFLmN2jwGLApt7QLIdE4Xnh3nedU5YTGhIq5SFjH1KIK2IobvN3yrHQxe0SrRfy+D1/RoN5iAmuBWTKGT8qFuDQIwH1hz1WO0npGvYji+kB1UniwsFIqQy6HHF+D1SUGQNItUWv5AF5TEacg5FZlWzT+XC3qHBPXFupkig7thIpIWuZctkrGg/AcCsswDQYUeCN2J7e7OLbky/8bxX5RVR5vCiWNp83lhw/DJjAt4xiNWZcZtC2ZBf9VI/PWf7qTndyx21oVsO8XsUpw6quia88ZJ1qwe77lU7dFiqQqdUw6RV4obeGBG5uLDGGtVQ6jrP45+jWSkYyVNBbiTKC0cAUSX1v82T6SACs3AMzUC8qQEoRCN0a5nY8erqezx7uH2+X1091y9uW3299HiwAmE5hRxRQ+peoiAVwmEHNJlUzlwlpMIlmdOxe42ckY1qWMXQGilnN2Ds649645UrgC/spF4+7YUbLm7L1ambFxJ+L9BnCxC2Hk/o8Cv3iKOiHUEgCnyBnC6NRyoxGgTYAQRu3z4XU/A0LYgyCkSEZBW5JCGDWPI6ha0aN0CmE+8kQZLQ6YQeKEvgZ4gFdWh9pHVGU4ztTmrInr2EWIEBWB/AH8yqqg5dfTzqYuSY65pUwkHa0aVsER6RzHGna1zPKueWotLXHrSjlWCa3keIP2LGJDekXsPAD45Yf5dR7JDnW6pFnWx7R87tCmZc1SJFeRT72I9Xiz9NKE8SPjVcscgMiVtiW2PFnmjigRC+t3xxRqtXvxximReJGWS0c4T6hlQxgCd9zwmEaH6Av7l13J7q8OsOpZbHi4rNs8Cc6jumhFbNEHv4hi6VvPsukaJDDrk/I8koUW0vZouBTJOaNbRo42VXRPKpS7FxScbiBswgsxuZzw0ioX6MnxuUz8YbpWpLeofZksdcZCllpbmHAyabjKxTjB7aCHPmmVlL4WeR1w4Zj7SPS+vnPuNXekKXUFX9G7N6W2rJNJ8sXBqG87EHVB9/BZ6ZxbKuB/zVztp27z9XDBuvVTWqdhHGaLt248/vbx1gxyWD4MzofF4SR/ePfW2H1ADGbgefNucWoUFD3hwyjXme9Oz1kdiydmJKp9FEoh16rbrjtHCNdPd/Dn5SA4Q0gINyovlERpaZghQnno5fiDu3YqY3MuO3Gvb+mDDwCDK107b/w/t/yaoBa/20mRcSFpOy5P9nWyzRkvBAsYxalNuJZ4h5Sjc/BJtwhYSukaztl+T2f3h86qipa/lajpg8IiYFuuBV/RkcxplE6RJ6hdlr7gjoXsxsflYkYOEjwr3TXqeCaj9uQlruMY3eTzNrZbUZ6+TGeUgfUHjFwlJKP5Kwvc35Ax+lhD0i6x3ZpvhSXfENbrJJLxfrofpbfbVXMNlLuOh/t9Z66qKhbUW3G9kFU08P0DBpxToQ==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,y={id:"api/submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",source:"@site/docs/api/submit-pseudo-label-job.api.mdx",sourceDirName:"api",slug:"/api/submit-pseudo-label-job",permalink:"/api/submit-pseudo-label-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",api:"eJzFWEtv4zYQ/isD9uAEUOxFjipyyGazQNKkG6zd9mAZBi2NLSYSqSUpZ11D/70YUpIly2kWiwK9JDL1zYPDbx7Unlm+MSycsyeDZaLgga8wg3u1YouAqQI1t0LJu4SFbFqucmE9zsEIFbAETaxFQTACWSzgEtQaLkPwEmBThGe1gljJtdiUXiXEGrnFBFY7uHGPfc2RBKtASGEFtwhcwsPDI9yXyQYhI4yQG9I6ZgEzGJda2B0L53v2EblGfV3alIXzRbUImMZvJRr7USU7Fu5ZrKRFaemRF0UmYufP5NnQBvbMxCnmnJ6ssBm+sfGvXicLmN0VBFKrZ4zpd6EpbFagIR3PakXB2zcwY7WQG1YFrOjpu3GxIWA/nrMUwSMvurvux5Ji0Dj7dErte15KnuPQyeOz/eIeeAYEh7XSzcmOaT897A+r6iwPNXLLDdpT8TvWd/eJKEfCORcSakli0KofP0xI8xpfp6myn37GQKObaMSFpANZ4+uFSZUF/M7zIkMzhmaDbiM8tmKLD97+Txn1GrId1JtovOgYgrs1yDLLArCpMI4kwlBMI1mLQ4Zck8POKYMZxhaTG5WVuTQdb7jWfMcCJizm5n0vp+WK4qHWEHtVddhLgwkIeUzfcSTh9nvhbDcSIQhZlDYAVVr3f6NVKZOl1aVNIwmflW5iGwAHU+Y51+JvX0gsNy+Qi01qQSoLEjGhcuE01gbI5scdJLjmZWYD4FnWOsu1d3XMqsrlRV7YGeZFxi12q8BT/817KSVOZ73tav7XsFLmN2jwGLApt7QLIdE4Xnh3nedU5YTGhIq5SFjH1KIK2IobvN3yrHQxe0SrRfy+D1/RoN5iAmuBWTKGT8qFuDQIwH1hz1WO0npGvYji+kB1UniwsFIqQy6HHF+D1SUGQNItUWv5AF5TEacg5FZlWzT+XC3qHBPXFupkig7thIpIWuZctkrGg/AcCsswDQYUeCN2J7e7OLbky/8bxX5RVR5vCiWNp83lhw/DJjAt4xiNWZcZtC2ZBf9VI/PWf7qTndyx21oVsO8XsUpw6quia88ZJ1qwe77lU7dFiqQqdUw6RV4obeGBG5uLDGGtVQ6jrP45+jWSkYyVNBbiTKC0cAUSX1v82T6SACs3AMzUC8qQEoRCN0a5nY8erqezx7uH2+X1091y9uW3299HiwAmE5hRxRQ+peoiAVwmEHNJlUzlwlpMIlmdOxe42ckY1qWMXQGilnN2Ds649645UrgC/spF4+7YUbLm7L1ambFxJ+L9BnCxC2Hk/o8Cv3iKOiHUEgCnyBnC6NRyoxGgTYAQRu3z4XU/A0LYgyCkSEZBW5JCGDWPI6ha0aN0CmE+8kQZLQ6YQeKEvgZ4gFdWh9pHVGU4ztTmrInr2EWIEBWB/AH8yqqg5dfTzqYuSY65pUwkHa0aVsER6RzHGna1zPKueWotLXHrSjlWCa3keIP2LGJDekXsPAD45Yf5dR7JDnW6pFnWx7R87tCmZc1SJFeRT72I9Xiz9NKE8SPjVcscgMiVtiW2PFnmjigRC+t3xxRqtXvxximReJGWS0c4T6hlQxgCd9zwmEaH6Av7l13J7q8OsOpZbHi4rNs8Cc6jumhFbNEHv4hi6VvPsukaJDDrk/I8koUW0vZouBTJOaNbRo42VXRPKpS7FxScbiBswgsxuZzw0ioX6MnxuUz8YbpWpLeofZksdcZCllpbmHAyabjKxTjB7aCHPmmVlL4WeR1w4Zj7SPS+vnPuNXekKXUFX9G7N6W2rJNJ8sXBqG87EHVB9/BZ6ZxbKuB/zVztp27z9XDBuvVTWqdhHGaLt248/vbx1gxyWD4MzofF4SR/ePfW2H1ADGbgefNucWoUFD3hwyjXme9Oz1kdiydmJKp9FEoh16rbrjtHCNdPd/Dn5SA4Q0gINyovlERpaZghQnno5fiDu3YqY3MuO3Gvb+mDDwCDK107b/w/t/yaoBa/20mRcSFpOy5P9nWyzRkvBAsYxalNuJZ4h5Sjc/BJtwhYSukaztl+T2f3h86qipa/lajpg8IiYFuuBV/RkcxplE6RJ6hdlr7gjoXsxsflYkYOEjwr3TXqeCaj9uQlruMY3eTzNrZbUZ6+TGeUgfUHjFwlJKP5Kwvc35Ax+lhD0i6x3ZpvhSXfENbrJJLxfrofpbfbVXMNlLuOh/t9Z66qKhbUW3G9kFU08P0DBpxToQ==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Create Pseudo Label Job",permalink:"/api/create-pseudo-label-job"},next:{title:"Get Pseudo Label Job Status",permalink:"/api/get-pseudo-label-job-status"}},N={},S=[];function F(e){const a={p:"p",...(0,l.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(j.default,{as:"h1",className:"openapi__heading",children:"Submit Pseudo Label Job"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/submit",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob\nto initiate an LLM Judge labeling job."}),"\n",(0,i.jsx)(j.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The pseudo-labeling job configuration."})}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(h(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(h(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(h(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(h(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(c(),{responseExample:'{\n "jobId": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:a}={...(0,l.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/9f1518db.840cd4f4.js b/assets/js/9f1518db.840cd4f4.js new file mode 100644 index 00000000..d6a143c7 --- /dev/null +++ b/assets/js/9f1518db.840cd4f4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7365],{35920:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>N,contentTitle:()=>x,default:()=>k,frontMatter:()=>f,metadata:()=>I,toc:()=>E});var i=s(74848),t=s(28453),n=s(91366),l=s.n(n),r=(s(6050),s(57742)),o=s.n(r),d=(s(67792),s(27362)),c=s.n(d),p=(s(36683),s(81124)),m=s.n(p),u=s(60674),b=s.n(u),h=s(23397),j=s.n(h),v=s(51107),g=(s(77675),s(19365));const f={id:"submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",api:"eJzFWFtv47oR/isD9sEbQLEXedRBHhyvg3rrXBo723NqGQYtjW0mEqlDUs76GP7vxZCSLN+6i0WBviQy9c1wOPzmpi2zfGlYOGHPBotEwZDPMYWvas6mAVM5am6FkoOEhWxUzDNhPc7BCBWwBE2sRU4wAlnM4QbUAm5C8BJgVwhvag6xkguxLLxKiDVyiwnMN9Bzj4eaIwlWgZDCCm4RuITh8AG+FskSISWMkEvS2mYBMxgXWtgNCydbdodco+4WdsXCyXQ3DZjGPws09k4lGxZuWaykRWnpked5KmJnT+fN0AG2zMQrzDg9WWFTvHDwF6+TBcxucgKp+RvG9DvX5DYr0JCONzUn520rmLFayCXbBSw/0NdzviHgoT/HKwSPvG6e+tCX5IPK2Odzan9kpeQZnhp5fLdP7oGnQHBYKF3dbJvOc4D9aVWN5VON3HKD9pz/jvUNvhDlSDjjQkIpSQyaH/oPE9K8wI/RStkvv7JBpZtoxIWkC1ngx7VZKQv4nWd5iqYN1QHdQXhsxRqHfv9f2tRrSDdQHqKyorERDBYgizQNwK6EcSQRhnwayVIcUuSaDHZGGUwxtpj0VFpk0jSs4VrzDQuYsJiZH1s5KubkD7WA2Ksq3V4YTEDIY/q2Iwn977nbu5IIQci8sAGowrr/S60KmcysLuwqknCvdOXbADiYIsu4Fn/5RGK5eYdMLFcWpLIgERNKF05juQHtebeBBBe8SG0APE1rY7n2prbZbufiIsvtGLM85RabWeD58M2PQkqcj3rb1Pxf3UqRX6HBY8CuuKVTCInG8cKb6yynLCc0JpTMRcIaW013AZtzg/01Twvnswe0WsTnbEBZZKThrjvqz/rfusPX7njw9Dh76I9fBr3Z6+Poud8b3A/6X1hwCXTfHYz/fv86fOyPRpdRL/1h/1v3sde/DBk//T7oDcZ/XEb8s3v53ej14aH7Mvi3W6RyVt3k3TlfHLv/BQ3qNSawEJgmbfiiHLsKgwDc17RMZSitD6Z3kXf3UU6+3Dt3rlSKXJ6G9wKsLjAAkq5jtJQP4GMl4hUIuVbpGo2ntEWdYeIqYplHon0lpfy5KjIuayXtE2bsc+ppBjhh/wXanD3u9HgnX/ku1LnpbufxJlfS+Ii5+fz5tP6NijhGYxZFCnU3woL/VQ33u/9yET97Yne0XcC+X8cqwZEvCK4zSTnRgn3laz5yRyRPqkLHpFNkudIWhtzYTKQIC60yaKXlz9ZvkYxkrKSxEKcCpYVbkPhR4z9tIwkwd73PWL2jDCk3kOvaKNeT1rA7Gj8Mhv1Z93kwGz/9o//YmgbQ6cCYioXw2aTMj8BlAjGXlMRVJqzFJJK7K2cCNxsZw6KQscu9VG0/XYHb3FtXXSncAv/gojK37ShZcvarmpu2cTfi7QZwvguh5f63Ar94jjohlBIA58gZQuvHqavSD1CHQwit+nn/+jAeQtiCIKRIWkGdm0NoVY8t2NWiR8EVwqTladOa7jEnYRT6jOABXlnpeO9flWI7VctPlZfbzl+E2BHIX8dvbBfUbHve2JULmWOmKRNJR7KKY3BEQce4ims1z7xpnmgzS0y7VY5jQivZXqL9FLFTskXsKgD420+z7SqSDSI1KTQrr2n21iBRzaGZSG4jH4gRO2DRzEsTxvfOtzWPACKX6GZYk2mWOTZFLIToJ2phvZdXVpkoEq+gZtYRztNrVtGHwA2jPKbSIQ6F/cumZPNXA7g72LFi5azsfkhwEpUJLWLTQ/C7yGe+LM2qikIC40OKXkUy10LaA1LORHLFaPjK0K4UjY+5cuNSzmkwYx2ei85NhxdWObd3jm+p46/WlSm9Ru1TaKFTFrKVtbkJO52KuVy0E1yf1NdnrZLC5ymvA64djx+I7N2BM68aHUdUMXy2bw6QdcqnLckWB6Oa7kBUId3DvdIZt5Tc/zV2dYEq0ct+7uz75rVRTPYt16VB0A9ll9rD/fJ+ntgvng44+3eXppE94mQ0mFTvpuc6ZHEgvO9wG23v+fbz57rMc70VZUlys5AL1SzzjeuF7vMAvt2cOO4UEkJPZbmSKC01QUQ2D71pf3aTujI247JxJ+WHjZNvJidTcN2n/H8+jJTktfjddvKUC0nHcTG0LQNxwnguWMDIT3Uw1qTchyPdgw/IacBWFMrhhG23dK+vOt3taPnPAjV9g5kGbM214HO6kglNHyvkCWoXwe+4YSHreb9cj8lAgqeFmzyPezkqZF6iG8foOqbL2Ga2eX4ajSk6y28+mUpIRvMPFri/IWP0fYukXdC7NV80C74krNdJJOOHqeAo9N2pqslZbhoWbreNfmy3Y0F5FFc12Y4axf8ARyGp4Q==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},x=void 0,I={id:"api/submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",source:"@site/docs/api/submit-pseudo-label-job.api.mdx",sourceDirName:"api",slug:"/api/submit-pseudo-label-job",permalink:"/api/submit-pseudo-label-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"submit-pseudo-label-job",title:"Submit Pseudo Label Job",description:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob",api:"eJzFWFtv47oR/isD9sEbQLEXedRBHhyvg3rrXBo723NqGQYtjW0mEqlDUs76GP7vxZCSLN+6i0WBviQy9c1wOPzmpi2zfGlYOGHPBotEwZDPMYWvas6mAVM5am6FkoOEhWxUzDNhPc7BCBWwBE2sRU4wAlnM4QbUAm5C8BJgVwhvag6xkguxLLxKiDVyiwnMN9Bzj4eaIwlWgZDCCm4RuITh8AG+FskSISWMkEvS2mYBMxgXWtgNCydbdodco+4WdsXCyXQ3DZjGPws09k4lGxZuWaykRWnpked5KmJnT+fN0AG2zMQrzDg9WWFTvHDwF6+TBcxucgKp+RvG9DvX5DYr0JCONzUn520rmLFayCXbBSw/0NdzviHgoT/HKwSPvG6e+tCX5IPK2Odzan9kpeQZnhp5fLdP7oGnQHBYKF3dbJvOc4D9aVWN5VON3HKD9pz/jvUNvhDlSDjjQkIpSQyaH/oPE9K8wI/RStkvv7JBpZtoxIWkC1ngx7VZKQv4nWd5iqYN1QHdQXhsxRqHfv9f2tRrSDdQHqKyorERDBYgizQNwK6EcSQRhnwayVIcUuSaDHZGGUwxtpj0VFpk0jSs4VrzDQuYsJiZH1s5KubkD7WA2Ksq3V4YTEDIY/q2Iwn977nbu5IIQci8sAGowrr/S60KmcysLuwqknCvdOXbADiYIsu4Fn/5RGK5eYdMLFcWpLIgERNKF05juQHtebeBBBe8SG0APE1rY7n2prbZbufiIsvtGLM85RabWeD58M2PQkqcj3rb1Pxf3UqRX6HBY8CuuKVTCInG8cKb6yynLCc0JpTMRcIaW013AZtzg/01Twvnswe0WsTnbEBZZKThrjvqz/rfusPX7njw9Dh76I9fBr3Z6+Poud8b3A/6X1hwCXTfHYz/fv86fOyPRpdRL/1h/1v3sde/DBk//T7oDcZ/XEb8s3v53ej14aH7Mvi3W6RyVt3k3TlfHLv/BQ3qNSawEJgmbfiiHLsKgwDc17RMZSitD6Z3kXf3UU6+3Dt3rlSKXJ6G9wKsLjAAkq5jtJQP4GMl4hUIuVbpGo2ntEWdYeIqYplHon0lpfy5KjIuayXtE2bsc+ppBjhh/wXanD3u9HgnX/ku1LnpbufxJlfS+Ii5+fz5tP6NijhGYxZFCnU3woL/VQ33u/9yET97Yne0XcC+X8cqwZEvCK4zSTnRgn3laz5yRyRPqkLHpFNkudIWhtzYTKQIC60yaKXlz9ZvkYxkrKSxEKcCpYVbkPhR4z9tIwkwd73PWL2jDCk3kOvaKNeT1rA7Gj8Mhv1Z93kwGz/9o//YmgbQ6cCYioXw2aTMj8BlAjGXlMRVJqzFJJK7K2cCNxsZw6KQscu9VG0/XYHb3FtXXSncAv/gojK37ShZcvarmpu2cTfi7QZwvguh5f63Ar94jjohlBIA58gZQuvHqavSD1CHQwit+nn/+jAeQtiCIKRIWkGdm0NoVY8t2NWiR8EVwqTladOa7jEnYRT6jOABXlnpeO9flWI7VctPlZfbzl+E2BHIX8dvbBfUbHve2JULmWOmKRNJR7KKY3BEQce4ims1z7xpnmgzS0y7VY5jQivZXqL9FLFTskXsKgD420+z7SqSDSI1KTQrr2n21iBRzaGZSG4jH4gRO2DRzEsTxvfOtzWPACKX6GZYk2mWOTZFLIToJ2phvZdXVpkoEq+gZtYRztNrVtGHwA2jPKbSIQ6F/cumZPNXA7g72LFi5azsfkhwEpUJLWLTQ/C7yGe+LM2qikIC40OKXkUy10LaA1LORHLFaPjK0K4UjY+5cuNSzmkwYx2ei85NhxdWObd3jm+p46/WlSm9Ru1TaKFTFrKVtbkJO52KuVy0E1yf1NdnrZLC5ymvA64djx+I7N2BM68aHUdUMXy2bw6QdcqnLckWB6Oa7kBUId3DvdIZt5Tc/zV2dYEq0ct+7uz75rVRTPYt16VB0A9ll9rD/fJ+ntgvng44+3eXppE94mQ0mFTvpuc6ZHEgvO9wG23v+fbz57rMc70VZUlys5AL1SzzjeuF7vMAvt2cOO4UEkJPZbmSKC01QUQ2D71pf3aTujI247JxJ+WHjZNvJidTcN2n/H8+jJTktfjddvKUC0nHcTG0LQNxwnguWMDIT3Uw1qTchyPdgw/IacBWFMrhhG23dK+vOt3taPnPAjV9g5kGbM214HO6kglNHyvkCWoXwe+4YSHreb9cj8lAgqeFmzyPezkqZF6iG8foOqbL2Ga2eX4ajSk6y28+mUpIRvMPFri/IWP0fYukXdC7NV80C74krNdJJOOHqeAo9N2pqslZbhoWbreNfmy3Y0F5FFc12Y4axf8ARyGp4Q==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Create Pseudo Label Job",permalink:"/api/create-pseudo-label-job"},next:{title:"Get Pseudo Label Job Status",permalink:"/api/get-pseudo-label-job-status"}},N={},E=[];function y(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(v.default,{as:"h1",className:"openapi__heading",children:"Submit Pseudo Label Job"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/submit",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Step 2 of 2: Submit the job configuration created by CreatePseudoLabelJob\nto initiate an LLM Judge labeling job."}),"\n",(0,i.jsx)(v.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The pseudo-labeling job configuration."})}),(0,i.jsx)(b(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(b(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(b(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(b(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(b(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(b(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(b(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(b(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(b(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "jobId": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(y,{...e})}):y(e)}}}]); \ No newline at end of file diff --git a/assets/js/a0797ecd.718b0b78.js b/assets/js/a0797ecd.718b0b78.js deleted file mode 100644 index 1c183064..00000000 --- a/assets/js/a0797ecd.718b0b78.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3205],{29630:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>m,toc:()=>d});var t=a(74848),i=a(28453),r=(a(6050),a(60674)),c=a.n(r),n=(a(23397),a(51107));a(19365);const l={id:"getprojectresponse",title:"GetProjectResponse",description:"",sidebar_label:"GetProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/getprojectresponse",title:"GetProjectResponse",description:"",source:"@site/docs/api/schemas/getprojectresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getprojectresponse",permalink:"/api/schemas/getprojectresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getprojectresponse",title:"GetProjectResponse",description:"",sidebar_label:"GetProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetProjectRequest",permalink:"/api/schemas/getprojectrequest"},next:{title:"ListProjectsRequestFilters",permalink:"/api/schemas/listprojectsrequestfilters"}},p={},d=[];function h(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetProjectResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"project"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/a0797ecd.760d7af4.js b/assets/js/a0797ecd.760d7af4.js new file mode 100644 index 00000000..6fa72031 --- /dev/null +++ b/assets/js/a0797ecd.760d7af4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3205],{29630:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>l,default:()=>u,frontMatter:()=>o,metadata:()=>m,toc:()=>d});var t=a(74848),i=a(28453),r=(a(6050),a(60674)),c=a.n(r),n=(a(23397),a(51107));a(19365);const o={id:"getprojectresponse",title:"GetProjectResponse",description:"",sidebar_label:"GetProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,m={id:"api/schemas/getprojectresponse",title:"GetProjectResponse",description:"",source:"@site/docs/api/schemas/getprojectresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getprojectresponse",permalink:"/api/schemas/getprojectresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getprojectresponse",title:"GetProjectResponse",description:"",sidebar_label:"GetProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetProjectRequest",permalink:"/api/schemas/getprojectrequest"},next:{title:"ListProjectsRequest",permalink:"/api/schemas/listprojectsrequest"}},p={},d=[];function h(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetProjectResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"project"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/a346aeb5.3c0b0307.js b/assets/js/a346aeb5.3c0b0307.js new file mode 100644 index 00000000..b121ec10 --- /dev/null +++ b/assets/js/a346aeb5.3c0b0307.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9808],{44429:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>d,toc:()=>m});var t=a(74848),r=a(28453),i=(a(6050),a(60674)),n=a.n(i),c=(a(23397),a(51107));a(19365);const l={id:"struct",title:"Struct",description:"",sidebar_label:"Struct",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,d={id:"api/schemas/struct",title:"Struct",description:"",source:"@site/docs/api/schemas/struct.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/struct",permalink:"/api/schemas/struct",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"struct",title:"Struct",description:"",sidebar_label:"Struct",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"google.protobuf.Value",permalink:"/api/schemas/google-protobuf-value"},next:{title:"FieldsEntry",permalink:"/api/schemas/fieldsentry"}},p={},m=[];function h(e){const s={code:"code",p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(c.default,{as:"h1",className:"openapi__heading",children:"Struct"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"fields"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsx)("div",{style:{marginLeft:"1rem"},children:(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"property name*"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,t.jsxs)(s.p,{children:["Ordered row values with length always equal to ",(0,t.jsx)(s.code,{children:"num_rows"})," on the\ncorresponding view."]})}),(0,t.jsx)(n(),{name:"property name*",required:!1,schemaName:"any",qualifierMessage:void 0,schema:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0},collapsible:!1,discriminator:!1})]})]})})})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/a5e3d08d.4280995d.js b/assets/js/a5e3d08d.4280995d.js deleted file mode 100644 index 3a85e1d6..00000000 --- a/assets/js/a5e3d08d.4280995d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4977],{51167:(e,i,n)=>{n.r(i),n.d(i,{assets:()=>d,contentTitle:()=>u,default:()=>h,frontMatter:()=>l,metadata:()=>c,toc:()=>m});var s=n(74848),t=n(28453),a=(n(6050),n(60674)),o=n.n(a),r=(n(23397),n(51107));n(19365);const l={id:"finetunejobconfig",title:"FineTuneJobConfig",description:"",sidebar_label:"FineTuneJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,c={id:"api/schemas/finetunejobconfig",title:"FineTuneJobConfig",description:"",source:"@site/docs/api/schemas/finetunejobconfig.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejobconfig",permalink:"/api/schemas/finetunejobconfig",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejobconfig",title:"FineTuneJobConfig",description:"",sidebar_label:"FineTuneJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJob",permalink:"/api/schemas/finetunejob"},next:{title:"FineTuneJobResult",permalink:"/api/schemas/finetunejobresult"}},d={},m=[];function p(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"FineTuneJobConfig"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(o(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,s.jsx)(o(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,s.jsx)(o(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,s.jsx)(o(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,s.jsx)(o(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,s.jsx)(o(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}function h(e={}){const{wrapper:i}={...(0,t.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/a5e3d08d.f874976b.js b/assets/js/a5e3d08d.f874976b.js new file mode 100644 index 00000000..864114e0 --- /dev/null +++ b/assets/js/a5e3d08d.f874976b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4977],{51167:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>d,contentTitle:()=>u,default:()=>h,frontMatter:()=>l,metadata:()=>c,toc:()=>m});var n=s(74848),t=s(28453),a=(s(6050),s(60674)),o=s.n(a),r=(s(23397),s(51107));s(19365);const l={id:"finetunejobconfig",title:"FineTuneJobConfig",description:"",sidebar_label:"FineTuneJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,c={id:"api/schemas/finetunejobconfig",title:"FineTuneJobConfig",description:"",source:"@site/docs/api/schemas/finetunejobconfig.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejobconfig",permalink:"/api/schemas/finetunejobconfig",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejobconfig",title:"FineTuneJobConfig",description:"",sidebar_label:"FineTuneJobConfig",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateFineTuneJobRequest",permalink:"/api/schemas/createfinetunejobrequest"},next:{title:"CreateFineTuneJobResponse",permalink:"/api/schemas/createfinetunejobresponse"}},d={},m=[];function p(e){return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"FineTuneJobConfig"}),"\n",(0,n.jsxs)("ul",{children:[(0,n.jsx)(o(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,n.jsx)(o(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,n.jsx)(o(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,n.jsx)(o(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,n.jsx)(o(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,n.jsx)(o(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}function h(e={}){const{wrapper:i}={...(0,t.R)(),...e.components};return i?(0,n.jsx)(i,{...e,children:(0,n.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/a85eb6d5.51f00fc3.js b/assets/js/a85eb6d5.53a43da2.js similarity index 73% rename from assets/js/a85eb6d5.51f00fc3.js rename to assets/js/a85eb6d5.53a43da2.js index c38cf9cc..a2fad3e1 100644 --- a/assets/js/a85eb6d5.51f00fc3.js +++ b/assets/js/a85eb6d5.53a43da2.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5367],{64373:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>m,default:()=>h,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),c=t.n(r),n=(t(23397),t(51107));t(19365);const l={id:"getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",sidebar_label:"GetMetricRequest",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",source:"@site/docs/api/schemas/getmetricrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getmetricrequest",permalink:"/api/schemas/getmetricrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",sidebar_label:"GetMetricRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListMetricsResponse",permalink:"/api/schemas/listmetricsresponse"},next:{title:"GetMetricResponse",permalink:"/api/schemas/getmetricresponse"}},o={},p=[];function u(e){const s={p:"p",...(0,a.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetMetricRequest"}),"\n",(0,i.jsx)(s.p,{children:"Requested metric must have at least id or name set."}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(c(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5367],{64373:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>_,frontMatter:()=>l,metadata:()=>o,toc:()=>p});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),c=t.n(r),n=(t(23397),t(51107));t(19365);const l={id:"getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",sidebar_label:"GetMetricRequest",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",source:"@site/docs/api/schemas/getmetricrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getmetricrequest",permalink:"/api/schemas/getmetricrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getmetricrequest",title:"GetMetricRequest",description:"Requested metric must have at least id or name set.",sidebar_label:"GetMetricRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListMetricsResponse",permalink:"/api/schemas/listmetricsresponse"},next:{title:"GetMetricResponse",permalink:"/api/schemas/getmetricresponse"}},d={},p=[];function u(e){const s={p:"p",...(0,a.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetMetricRequest"}),"\n",(0,i.jsx)(s.p,{children:"Requested metric must have at least id or name set."}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(c(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})})})]})}function _(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/a8ddbe70.a079e08f.js b/assets/js/a8ddbe70.a079e08f.js new file mode 100644 index 00000000..61bfa122 --- /dev/null +++ b/assets/js/a8ddbe70.a079e08f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3542],{56290:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>u,default:()=>h,frontMatter:()=>c,metadata:()=>d,toc:()=>o});var t=a(74848),r=a(28453),i=(a(6050),a(60674)),l=a.n(i),n=(a(23397),a(51107));a(19365);const c={id:"valuesentry",title:"ValuesEntry",description:"",sidebar_label:"ValuesEntry",hide_title:!0,schema:!0,custom_edit_url:null},u=void 0,d={id:"api/schemas/valuesentry",title:"ValuesEntry",description:"",source:"@site/docs/api/schemas/valuesentry.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/valuesentry",permalink:"/api/schemas/valuesentry",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"valuesentry",title:"ValuesEntry",description:"",sidebar_label:"ValuesEntry",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ModelCard",permalink:"/api/schemas/modelcard"},next:{title:"CreateProjectRequest",permalink:"/api/schemas/createprojectrequest"}},m={},o=[];function p(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ValuesEntry"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(l(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/a8ddbe70.e56270a1.js b/assets/js/a8ddbe70.e56270a1.js deleted file mode 100644 index 2503ab52..00000000 --- a/assets/js/a8ddbe70.e56270a1.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3542],{56290:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>d,default:()=>h,frontMatter:()=>c,metadata:()=>u,toc:()=>o});var t=a(74848),i=a(28453),l=(a(6050),a(60674)),r=a.n(l),n=(a(23397),a(51107));a(19365);const c={id:"valuesentry",title:"ValuesEntry",description:"",sidebar_label:"ValuesEntry",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,u={id:"api/schemas/valuesentry",title:"ValuesEntry",description:"",source:"@site/docs/api/schemas/valuesentry.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/valuesentry",permalink:"/api/schemas/valuesentry",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"valuesentry",title:"ValuesEntry",description:"",sidebar_label:"ValuesEntry",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ModelCard",permalink:"/api/schemas/modelcard"},next:{title:"Model",permalink:"/api/schemas/model"}},m={},o=[];function p(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ValuesEntry"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/ad6249aa.7ddf3cca.js b/assets/js/ad6249aa.7ddf3cca.js deleted file mode 100644 index beb31864..00000000 --- a/assets/js/ad6249aa.7ddf3cca.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[299],{6237:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>u,frontMatter:()=>m,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const m={id:"finetunejob",title:"FineTuneJob",description:"",sidebar_label:"FineTuneJob",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,o={id:"api/schemas/finetunejob",title:"FineTuneJob",description:"",source:"@site/docs/api/schemas/finetunejob.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejob",permalink:"/api/schemas/finetunejob",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejob",title:"FineTuneJob",description:"",sidebar_label:"FineTuneJob",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"PromptTemplate",permalink:"/api/schemas/prompttemplate"},next:{title:"FineTuneJobConfig",permalink:"/api/schemas/finetunejobconfig"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"FineTuneJob"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/ad6249aa.8674cc0f.js b/assets/js/ad6249aa.8674cc0f.js new file mode 100644 index 00000000..1f937809 --- /dev/null +++ b/assets/js/ad6249aa.8674cc0f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[299],{6237:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>u,frontMatter:()=>m,metadata:()=>o,toc:()=>p});var a=i(74848),r=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const m={id:"finetunejob",title:"FineTuneJob",description:"",sidebar_label:"FineTuneJob",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,o={id:"api/schemas/finetunejob",title:"FineTuneJob",description:"",source:"@site/docs/api/schemas/finetunejob.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/finetunejob",permalink:"/api/schemas/finetunejob",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finetunejob",title:"FineTuneJob",description:"",sidebar_label:"FineTuneJob",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetFineTuneJobResponse",permalink:"/api/schemas/getfinetunejobresponse"},next:{title:"FineTuneJobResult",permalink:"/api/schemas/finetunejobresult"}},d={},p=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"FineTuneJob"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(t(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(t(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(t(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(t(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(t(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(t(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(t(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(t(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(t(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(t(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/af423109.ecc000a3.js b/assets/js/af423109.ecc000a3.js new file mode 100644 index 00000000..9e7cda2b --- /dev/null +++ b/assets/js/af423109.ecc000a3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8517],{68074:(e,i,r)=>{r.r(i),r.d(i,{assets:()=>_,contentTitle:()=>m,default:()=>o,frontMatter:()=>n,metadata:()=>u,toc:()=>R});var a=r(74848),t=r(28453),s=(r(6050),r(60674)),c=r.n(s),l=(r(23397),r(51107));r(19365);const n={id:"numericcriteria",title:"NumericCriteria",description:"",sidebar_label:"NumericCriteria",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,u={id:"api/schemas/numericcriteria",title:"NumericCriteria",description:"",source:"@site/docs/api/schemas/numericcriteria.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/numericcriteria",permalink:"/api/schemas/numericcriteria",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"numericcriteria",title:"NumericCriteria",description:"",sidebar_label:"NumericCriteria",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"StringCriteria",permalink:"/api/schemas/stringcriteria"},next:{title:"RowTagsCriteria",permalink:"/api/schemas/rowtagscriteria"}},_={},R=[];function E(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"NumericCriteria"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(c(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_GREATER_THAN`, `OPERATOR_GREATER_THAN_OR_EQUAL`, `OPERATOR_LESS_THAN`, `OPERATOR_LESS_THAN_OR_EQUAL`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_GREATER_THAN","OPERATOR_GREATER_THAN_OR_EQUAL","OPERATOR_LESS_THAN","OPERATOR_LESS_THAN_OR_EQUAL"],title:"Operator"}}),(0,a.jsx)(c(),{collapsible:!1,name:"intValue",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(c(),{collapsible:!1,name:"floatValue",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}})]})]})}function o(e={}){const{wrapper:i}={...(0,t.R)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(E,{...e})}):E()}}}]); \ No newline at end of file diff --git a/assets/js/afb347ea.96f7c070.js b/assets/js/afb347ea.96f7c070.js deleted file mode 100644 index 989cdd99..00000000 --- a/assets/js/afb347ea.96f7c070.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4810],{33650:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>d,default:()=>u,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",sidebar_label:"GetDatasetViewResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,m={id:"api/schemas/getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",source:"@site/docs/api/schemas/getdatasetviewresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetviewresponse",permalink:"/api/schemas/getdatasetviewresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",sidebar_label:"GetDatasetViewResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetViewRequest",permalink:"/api/schemas/getdatasetviewrequest"},next:{title:"ListDatasetsRequestFilters",permalink:"/api/schemas/listdatasetsrequestfilters"}},o={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetViewResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasetView"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"data"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})})]})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/afb347ea.f16d2b8b.js b/assets/js/afb347ea.f16d2b8b.js new file mode 100644 index 00000000..61b4c91d --- /dev/null +++ b/assets/js/afb347ea.f16d2b8b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4810],{33650:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>m,contentTitle:()=>d,default:()=>_,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",sidebar_label:"GetDatasetViewResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,o={id:"api/schemas/getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",source:"@site/docs/api/schemas/getdatasetviewresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetviewresponse",permalink:"/api/schemas/getdatasetviewresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetviewresponse",title:"GetDatasetViewResponse",description:"",sidebar_label:"GetDatasetViewResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"TimeRangeCriteria",permalink:"/api/schemas/timerangecriteria"},next:{title:"DatasetView",permalink:"/api/schemas/datasetview"}},m={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetViewResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasetView"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"data"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"rowValues",required:!0,schemaName:"object[]",qualifierMessage:void 0,schema:{type:"array",items:{description:"Ordered row values with length always equal to `num_rows` on the\n corresponding view.",type:"object",additionalProperties:!0}}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})})]})]})}function _(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/b045a729.0e8404c9.js b/assets/js/b045a729.0e8404c9.js new file mode 100644 index 00000000..50fa2545 --- /dev/null +++ b/assets/js/b045a729.0e8404c9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4327],{29100:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>j,contentTitle:()=>T,default:()=>v,frontMatter:()=>D,metadata:()=>y,toc:()=>g});var i=s(74848),t=s(28453),l=s(91366),n=s.n(l),r=(s(6050),s(57742)),m=s.n(r),p=(s(67792),s(27362)),c=s.n(p),d=(s(36683),s(81124)),o=s.n(d),h=s(60674),E=s.n(h),u=s(23397),_=s.n(u),x=s(51107),N=(s(77675),s(19365));const D={id:"evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",api:"eJztV1Fv2zYQ/ivE7SEJwNpFHlXkwY2dwVviGLWzYbANg5HONluJVEkqqSHovw9HSrJiJ20fBgwD9pKI5JF3993dd+cSnNhaiBYwehJpIZzUClYcdI7GL8YJRM0ZDoUTFh1wSNDGRuZe/HDOBMvQGRkzrZhgSRDnzKArjJJqy2ysDVq20YahiHcMv4ksT7HHZjnGcrNfqvqFnkyYNs1CiQyZ00wmqJzc7JnbYXMGHCzGhZFuD9GihI8oDJpB4XYQLVbVioPBrwVa91Ene4hKiLVyqBx9ijxPZewd7X+25EsJNt5hJujLSZfiqfufwnPAwe1zOtePnzGmdW4INyfR0vVgX/ehu7Dzo4sy8ZeCjHVGqi1UHAiEVw9eBOPV8zzV+wyVmznhCnsqxAFVkVEa3N0PR7fr4Wh6e//X3WgyX8/mg/nDbP0wmU1H1+Ob8WgI/E2p6WgyHE9+/Y7E/eR2PBl9T+Dm5gcS08HDbDSkLG1x1Qmmw2Mvq4p8DzEbvwZpFVJDGkzI9ayJzuHOqqqClM21siE6l+/f07+XFTAr4hit3RQpa0sH+D+QakHx/7n2X8i1QG4dj4UxYg8cpMOsu6+K7BENVG9mYP3S6phoM1JumVBJw6SxNiE7EyaVp0VLXJkJpdAwYWm3Sao2m6qQ1t/exTrBmWdg67kzFWoLEfwmnsTMqyVbdGFislpmuTaO3QrrMpki2xidsbO0Xp59WKqlirWyjsWpROXYFVP43Mqfl0vF2KNn57n+gipiudFUNT1UT4uz28Fsfje+Ha0H0/F6fv/7aHK24qzfZ/OdtExa71yCG1GkziMQC8UekelMOofJUlUX3gRh9ypmm0LFBBrLhFTnF8wrD9Y11cyumHgWsjG3h20HbD6bMjwvWcsJETtrv8943YQiVlas1h/U6BR7qd6eN8p6QZBEKpIKZn2AireoT/du51njGHFtl8qD3WDNjkLhkW8wb/EmUxrA144Qv9Iea2m06m3RnS/hFPQlXHDGfvlp1C+WqgPo21Cua9Rqs+rVWiZXywPhLoGH44DWVVlxryE3UrkTLIGae4Zup2lIybXvybmgxg99kcv+ZV8UTq/JhP7BpP6xSX6CME9oQhEUJoUIds7lNur3G8yF7CX4dDL6TI1OipBp4Q32zkfgjsI0GHsTm/FkRnQfCKI7pLS0QCp98ZMYRBBCB7z+uNEmE47K88+5b17URj4dZptRmKVetgPi9wPzBlo/rF/60tk+JvGf4uqX7bbTFKTa6G5v6gDEBtMx++PyxJZTkYhd6yzXCpWzwIHCFUQve+9JCcU/E74r1W62Y+kbc2tnFPzXR9g6BRx+c/08FVKRSz4TyzqlFyByCRwIqzatqZseBvd2cUjtFYcdFUa0gLJ8FBYfTFpVtP21QEMT84rDkzBSPFJoFquKww5FgsbXwhfcQwTXAaZ3czKSxNPCt7fjkYbILNwYxDH67vG2bLd2p/ezOeV5PaFTm4MIjHgG7v9GAPSbhG778vF7gTgLsSXZ8CZVhXhZVEdF5L1q2rPadywsy05vqirgtSueOaGiUfBvKAyE2A==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},T=void 0,y={id:"api/evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",source:"@site/docs/api/evaluate-dataset.api.mdx",sourceDirName:"api",slug:"/api/evaluate-dataset",permalink:"/api/evaluate-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",api:"eJztV1Fv2zYQ/ivE7SEJwNpFHlXkwY2dwVviGLWzYbANg5HONluJVEkqqSHovw9HSrJiJ20fBgwD9pKI5JF3993dd+cSnNhaiBYwehJpIZzUClYcdI7GL8YJRM0ZDoUTFh1wSNDGRuZe/HDOBMvQGRkzrZhgSRDnzKArjJJqy2ysDVq20YahiHcMv4ksT7HHZjnGcrNfqvqFnkyYNs1CiQyZ00wmqJzc7JnbYXMGHCzGhZFuD9GihI8oDJpB4XYQLVbVioPBrwVa91Ene4hKiLVyqBx9ijxPZewd7X+25EsJNt5hJujLSZfiqfufwnPAwe1zOtePnzGmdW4INyfR0vVgX/ehu7Dzo4sy8ZeCjHVGqi1UHAiEVw9eBOPV8zzV+wyVmznhCnsqxAFVkVEa3N0PR7fr4Wh6e//X3WgyX8/mg/nDbP0wmU1H1+Ob8WgI/E2p6WgyHE9+/Y7E/eR2PBl9T+Dm5gcS08HDbDSkLG1x1Qmmw2Mvq4p8DzEbvwZpFVJDGkzI9ayJzuHOqqqClM21siE6l+/f07+XFTAr4hit3RQpa0sH+D+QakHx/7n2X8i1QG4dj4UxYg8cpMOsu6+K7BENVG9mYP3S6phoM1JumVBJw6SxNiE7EyaVp0VLXJkJpdAwYWm3Sao2m6qQ1t/exTrBmWdg67kzFWoLEfwmnsTMqyVbdGFislpmuTaO3QrrMpki2xidsbO0Xp59WKqlirWyjsWpROXYFVP43Mqfl0vF2KNn57n+gipiudFUNT1UT4uz28Fsfje+Ha0H0/F6fv/7aHK24qzfZ/OdtExa71yCG1GkziMQC8UekelMOofJUlUX3gRh9ypmm0LFBBrLhFTnF8wrD9Y11cyumHgWsjG3h20HbD6bMjwvWcsJETtrv8943YQiVlas1h/U6BR7qd6eN8p6QZBEKpIKZn2AireoT/du51njGHFtl8qD3WDNjkLhkW8wb/EmUxrA144Qv9Iea2m06m3RnS/hFPQlXHDGfvlp1C+WqgPo21Cua9Rqs+rVWiZXywPhLoGH44DWVVlxryE3UrkTLIGae4Zup2lIybXvybmgxg99kcv+ZV8UTq/JhP7BpP6xSX6CME9oQhEUJoUIds7lNur3G8yF7CX4dDL6TI1OipBp4Q32zkfgjsI0GHsTm/FkRnQfCKI7pLS0QCp98ZMYRBBCB7z+uNEmE47K88+5b17URj4dZptRmKVetgPi9wPzBlo/rF/60tk+JvGf4uqX7bbTFKTa6G5v6gDEBtMx++PyxJZTkYhd6yzXCpWzwIHCFUQve+9JCcU/E74r1W62Y+kbc2tnFPzXR9g6BRx+c/08FVKRSz4TyzqlFyByCRwIqzatqZseBvd2cUjtFYcdFUa0gLJ8FBYfTFpVtP21QEMT84rDkzBSPFJoFquKww5FgsbXwhfcQwTXAaZ3czKSxNPCt7fjkYbILNwYxDH67vG2bLd2p/ezOeV5PaFTm4MIjHgG7v9GAPSbhG778vF7gTgLsSXZ8CZVhXhZVEdF5L1q2rPadywsy05vqirgtSueOaGiUfBvKAyE2A==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Evaluate",permalink:"/api/evaluate"},next:{title:"List Metrics",permalink:"/api/list-metrics"}},j={},g=[];function S(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Evaluate Dataset"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/evaluation/evaluate_dataset",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Evaluate a metric on a dataset, returning scores for each example. Specify\nmetric.id or metric.name to identify the metric."}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(E(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(E(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,i.jsx)(E(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(_(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(E(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(E(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(E(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,i.jsx)(E(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(o(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED"\n },\n "scores": [\n 0\n ]\n}',language:"json"})})]})})})})]})})})})]})}function v(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/b045a729.986f3536.js b/assets/js/b045a729.986f3536.js deleted file mode 100644 index 811ac5ff..00000000 --- a/assets/js/b045a729.986f3536.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4327],{29100:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>N,contentTitle:()=>v,default:()=>b,frontMatter:()=>y,metadata:()=>B,toc:()=>Z});var i=s(74848),l=s(28453),t=s(91366),n=s.n(t),r=(s(6050),s(57742)),c=s.n(r),p=(s(67792),s(27362)),m=s.n(p),d=(s(36683),s(81124)),o=s.n(d),h=s(60674),u=s.n(h),x=s(23397),j=s.n(x),f=s(51107),g=(s(77675),s(19365));const y={id:"evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",api:"eJzdVlFv4zYM/isE95AWUJOijz70IXfrgGztrrhk20MSBIrNJLqzJZ8ktw0M//cDJTtxkxbbw4ABe0ksiRLJj+RH1ujl1mEyx7snmVfSK6NxKdCUZMNikmHSndHP0ktHHgVm5FKryiB+PAcJBXmrUjAaJGRRXIAlX1mt9BZcaiw52BgLJNMd0IssypyGMC0pVZv9QrcvDFUGxnYLLQsCb0BlpL3a7MHvqDtDgY7Syiq/x2Re40eSluy48jtM5stmKdDS94qc/2iyPSY1pkZ70p4/ZVnmKg2Ojr469qVGl+6okPzllc/p3P0v8TkU6Pcln5v1V0p5XVrGzStyfD3a13/oIe783UWVhUtRxnmr9BYbgQzCmwevgvHmeZmbfUHaT730lXtDqGGx6N7kLe1NRFFZyjhZis6R451l00QpVxrtoiM319f89zpZplWaknObKodDlqH4F6ISFf/vwhJLpncorZV7FKg8Ff19XRVrsti8G6z2peVp+RYmo9yB1FlXn6mxMZAZKB2KzXEFFlJrsiAd73b4H4BvYga8XKUmo2moaxcqMpd6iwn+Kp/kNKhlW0xlU7ZaFaWxHu6l84XKCTbWFDDI2+Xgw0IvdGq085DmirSHW9D0fJC/qBcaYB1qfma+kU6gtIYTbEj6aT64H09nD5P7u9X4cbKaff7t7vfBUsBoBLOdcqBccC6jjaxyHxBIpYY1gSmU95QtdHMZTJBur1PYVDpl0KCQSl9cQlAeresSH25BPkvVmTukA692n13GXtRwKJ8EBofvgWipLYG6gVZ/VGNyGuZme9EpG0ZBFmlYKpr1ARtxQP1x73ehwE4RN26hA9gd1nASioB8h/kBbzalA3zlGfFbE7BW1ujhlvzFAs9BX+ClAPjpH6N+udA9QN+HctWi1prVrlYqu10cuWmBIh5HtG7rRgQNpVXan2GJ3DIK8jvDra80gelLye0ER7JUo5uRrLxZsQmjo0mjU5NCX7JPZGMRVDbHBHfely4ZjTrMpRpm9HTWUB+tyaqYafENuAoReOAwjSfBxK7pTZkZI0H0W9+BFlhlKH4WwwRj6FC0H78YW0jP5fnXLPA8M+6XY8e8ix36NXMyFXYk1THgcf3al972Kd/1yfDYfHq7Sm9Mn6l7GMD4cQJ/3pypOxdJ4JMpSqNJe4cCOSJR9GZ4zUo4xIUMHN16cphn3hl4ejPEfz77tFH29OJHZS6VZpdCstVt1s5RlgoFMlaHzEWBx9w9Lo7ZuxS449xP5ljXa+noD5s3DW9/r8jyqLUU+CStkmsOzXzZCNyRzMiGdP9Ge0zwU4TpasZGsnhehQ522uCZr+KNcZpSaBDvy/bL8/HzdMap3I523MkwQSufUYTfBJGHWb4dKiTsRW6s5JZl45uc+PJ13ZzUSfCq68B637Owrnvtp2lQtK4EcsSGB6MfZ0P7Qg==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,B={id:"api/evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",source:"@site/docs/api/evaluate-dataset.api.mdx",sourceDirName:"api",slug:"/api/evaluate-dataset",permalink:"/api/evaluate-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluate-dataset",title:"Evaluate Dataset",description:"Evaluate a metric on a dataset, returning scores for each example. Specify",api:"eJzdVlFv4zYM/isE95AWUJOijz70IXfrgGztrrhk20MSBIrNJLqzJZ8ktw0M//cDJTtxkxbbw4ABe0ksiRLJj+RH1ujl1mEyx7snmVfSK6NxKdCUZMNikmHSndHP0ktHHgVm5FKryiB+PAcJBXmrUjAaJGRRXIAlX1mt9BZcaiw52BgLJNMd0IssypyGMC0pVZv9QrcvDFUGxnYLLQsCb0BlpL3a7MHvqDtDgY7Syiq/x2Re40eSluy48jtM5stmKdDS94qc/2iyPSY1pkZ70p4/ZVnmKg2Ojr469qVGl+6okPzllc/p3P0v8TkU6Pcln5v1V0p5XVrGzStyfD3a13/oIe783UWVhUtRxnmr9BYbgQzCmwevgvHmeZmbfUHaT730lXtDqGGx6N7kLe1NRFFZyjhZis6R451l00QpVxrtoiM319f89zpZplWaknObKodDlqH4F6ISFf/vwhJLpncorZV7FKg8Ff19XRVrsti8G6z2peVp+RYmo9yB1FlXn6mxMZAZKB2KzXEFFlJrsiAd73b4H4BvYga8XKUmo2moaxcqMpd6iwn+Kp/kNKhlW0xlU7ZaFaWxHu6l84XKCTbWFDDI2+Xgw0IvdGq085DmirSHW9D0fJC/qBcaYB1qfma+kU6gtIYTbEj6aT64H09nD5P7u9X4cbKaff7t7vfBUsBoBLOdcqBccC6jjaxyHxBIpYY1gSmU95QtdHMZTJBur1PYVDpl0KCQSl9cQlAeresSH25BPkvVmTukA692n13GXtRwKJ8EBofvgWipLYG6gVZ/VGNyGuZme9EpG0ZBFmlYKpr1ARtxQP1x73ehwE4RN26hA9gd1nASioB8h/kBbzalA3zlGfFbE7BW1ujhlvzFAs9BX+ClAPjpH6N+udA9QN+HctWi1prVrlYqu10cuWmBIh5HtG7rRgQNpVXan2GJ3DIK8jvDra80gelLye0ER7JUo5uRrLxZsQmjo0mjU5NCX7JPZGMRVDbHBHfely4ZjTrMpRpm9HTWUB+tyaqYafENuAoReOAwjSfBxK7pTZkZI0H0W9+BFlhlKH4WwwRj6FC0H78YW0jP5fnXLPA8M+6XY8e8ix36NXMyFXYk1THgcf3al972Kd/1yfDYfHq7Sm9Mn6l7GMD4cQJ/3pypOxdJ4JMpSqNJe4cCOSJR9GZ4zUo4xIUMHN16cphn3hl4ejPEfz77tFH29OJHZS6VZpdCstVt1s5RlgoFMlaHzEWBx9w9Lo7ZuxS449xP5ljXa+noD5s3DW9/r8jyqLUU+CStkmsOzXzZCNyRzMiGdP9Ge0zwU4TpasZGsnhehQ522uCZr+KNcZpSaBDvy/bL8/HzdMap3I523MkwQSufUYTfBJGHWb4dKiTsRW6s5JZl45uc+PJ13ZzUSfCq68B637Owrnvtp2lQtK4EcsSGB6MfZ0P7Qg==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Evaluate",permalink:"/api/evaluate"},next:{title:"List Metrics",permalink:"/api/list-metrics"}},N={},Z=[];function H(e){const a={p:"p",...(0,l.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f.default,{as:"h1",className:"openapi__heading",children:"Evaluate Dataset"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/evaluate_dataset",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Evaluate a metric on a dataset, returning scores for each example. Specify\nmetric.id or metric.name to identify the metric."}),"\n",(0,i.jsx)(f.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(o(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "string"\n },\n "scores": [\n 0\n ]\n}',language:"json"})})]})})})})]})})})})]})}function b(e={}){const{wrapper:a}={...(0,l.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(H,{...e})}):H(e)}}}]); \ No newline at end of file diff --git a/assets/js/b052b446.bf9b46d4.js b/assets/js/b052b446.bf9b46d4.js new file mode 100644 index 00000000..f809917c --- /dev/null +++ b/assets/js/b052b446.bf9b46d4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1636],{34181:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>u,frontMatter:()=>m,metadata:()=>c,toc:()=>g});var r=i(74848),a=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const m={id:"trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",sidebar_label:"TrainingProgress",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",source:"@site/docs/api/schemas/trainingprogress.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/trainingprogress",permalink:"/api/schemas/trainingprogress",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",sidebar_label:"TrainingProgress",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJobResult",permalink:"/api/schemas/finetunejobresult"},next:{title:"ModelFile",permalink:"/api/schemas/modelfile"}},d={},g=[];function p(e){const s={p:"p",...(0,a.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"TrainingProgress"}),"\n",(0,r.jsx)(s.p,{children:"Progress metrics from model training."}),"\n",(0,r.jsxs)("ul",{children:[(0,r.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,r.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,r.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}function u(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/b052b446.e43a3b4b.js b/assets/js/b052b446.e43a3b4b.js deleted file mode 100644 index 36346cdc..00000000 --- a/assets/js/b052b446.e43a3b4b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1636],{34181:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>u,frontMatter:()=>m,metadata:()=>c,toc:()=>g});var r=i(74848),a=i(28453),n=(i(6050),i(60674)),t=i.n(n),l=(i(23397),i(51107));i(19365);const m={id:"trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",sidebar_label:"TrainingProgress",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,c={id:"api/schemas/trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",source:"@site/docs/api/schemas/trainingprogress.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/trainingprogress",permalink:"/api/schemas/trainingprogress",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"trainingprogress",title:"TrainingProgress",description:"Progress metrics from model training.",sidebar_label:"TrainingProgress",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ModelFile",permalink:"/api/schemas/modelfile"},next:{title:"DataColumn",permalink:"/api/schemas/datacolumn"}},d={},g=[];function p(e){const s={p:"p",...(0,a.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"TrainingProgress"}),"\n",(0,r.jsx)(s.p,{children:"Progress metrics from model training."}),"\n",(0,r.jsxs)("ul",{children:[(0,r.jsx)(t(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,r.jsx)(t(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,r.jsx)(t(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,r.jsx)(t(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}function u(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/b17575e2.4058b0a5.js b/assets/js/b17575e2.4058b0a5.js new file mode 100644 index 00000000..dfc1fd25 --- /dev/null +++ b/assets/js/b17575e2.4058b0a5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6305],{77294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>l,default:()=>u,frontMatter:()=>o,metadata:()=>m,toc:()=>d});var t=a(74848),i=a(28453),r=(a(6050),a(60674)),c=a.n(r),n=(a(23397),a(51107));a(19365);const o={id:"createprojectresponse",title:"CreateProjectResponse",description:"",sidebar_label:"CreateProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,m={id:"api/schemas/createprojectresponse",title:"CreateProjectResponse",description:"",source:"@site/docs/api/schemas/createprojectresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createprojectresponse",permalink:"/api/schemas/createprojectresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createprojectresponse",title:"CreateProjectResponse",description:"",sidebar_label:"CreateProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateProjectRequest",permalink:"/api/schemas/createprojectrequest"},next:{title:"Project",permalink:"/api/schemas/project"}},p={},d=[];function h(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"CreateProjectResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"project"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/b17575e2.ebacea99.js b/assets/js/b17575e2.ebacea99.js deleted file mode 100644 index 2546d11f..00000000 --- a/assets/js/b17575e2.ebacea99.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6305],{77294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>l,default:()=>u,frontMatter:()=>o,metadata:()=>m,toc:()=>d});var t=a(74848),r=a(28453),i=(a(6050),a(60674)),c=a.n(i),n=(a(23397),a(51107));a(19365);const o={id:"createprojectresponse",title:"CreateProjectResponse",description:"",sidebar_label:"CreateProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},l=void 0,m={id:"api/schemas/createprojectresponse",title:"CreateProjectResponse",description:"",source:"@site/docs/api/schemas/createprojectresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createprojectresponse",permalink:"/api/schemas/createprojectresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createprojectresponse",title:"CreateProjectResponse",description:"",sidebar_label:"CreateProjectResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateProjectRequest",permalink:"/api/schemas/createprojectrequest"},next:{title:"GetProjectRequest",permalink:"/api/schemas/getprojectrequest"}},p={},d=[];function h(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"CreateProjectResponse"}),"\n",(0,t.jsx)("ul",{children:(0,t.jsx)(c(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"project"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/b2d9858c.2af76c4c.js b/assets/js/b2d9858c.2af76c4c.js new file mode 100644 index 00000000..b5ac0da3 --- /dev/null +++ b/assets/js/b2d9858c.2af76c4c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2500],{77793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>n,default:()=>h,frontMatter:()=>m,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),c=a.n(r),l=(a(23397),a(51107));a(19365);const m={id:"project",title:"Project",description:"",sidebar_label:"Project",hide_title:!0,schema:!0,custom_edit_url:null},n=void 0,o={id:"api/schemas/project",title:"Project",description:"",source:"@site/docs/api/schemas/project.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/project",permalink:"/api/schemas/project",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"project",title:"Project",description:"",sidebar_label:"Project",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateProjectResponse",permalink:"/api/schemas/createprojectresponse"},next:{title:"GetProjectRequest",permalink:"/api/schemas/getprojectrequest"}},d={},p=[];function u(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Project"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/b2d9858c.f157465a.js b/assets/js/b2d9858c.f157465a.js deleted file mode 100644 index 483624c1..00000000 --- a/assets/js/b2d9858c.f157465a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[2500],{77793:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>o,contentTitle:()=>m,default:()=>h,frontMatter:()=>n,metadata:()=>d,toc:()=>u});var i=s(74848),t=s(28453),r=(s(6050),s(60674)),c=s.n(r),l=(s(23397),s(51107));s(19365);const n={id:"project",title:"Project",description:"",sidebar_label:"Project",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/project",title:"Project",description:"",source:"@site/docs/api/schemas/project.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/project",permalink:"/api/schemas/project",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"project",title:"Project",description:"",sidebar_label:"Project",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"FineTuneJobResult",permalink:"/api/schemas/finetunejobresult"},next:{title:"CreateDatasetRequest",permalink:"/api/schemas/createdatasetrequest"}},o={},u=[];function p(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Project"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(c(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(c(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/bc4f1505.1f2b6cec.js b/assets/js/bc4f1505.1f2b6cec.js deleted file mode 100644 index b896dbd6..00000000 --- a/assets/js/bc4f1505.1f2b6cec.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7791],{59583:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>f,contentTitle:()=>b,default:()=>I,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var i=a(74848),l=a(28453),r=a(91366),n=a.n(r),t=(a(6050),a(57742)),m=a.n(t),c=(a(67792),a(27362)),d=a.n(c),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),x=a(23397),j=a.n(x),g=a(51107),v=(a(77675),a(19365));const y={id:"list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",api:"eJzFV0tv20YQ/iuL6cE2QEmBjwxyUFIHkOs0QqW2B0kQVuRIWme5y+wOHasC/3sxu6JMvZpHUfRiU5zhPL79ZnZmCyRXHtIJvFcGxbgyKO7tAmYJ2BKdJGXNIIcUHpSnt9LjB5uj9pBAjj5zqmSFnVhIrcVCehRFUBLySSotFxrF0jqxVAY7VBllVl1IwGNWOUUbSCdbeIvSoetXtIZ0MqtnCTj8XKGntzbfQLqFzBpCQ/woy1KrLETWe/TsfQs+W2Mh+YkUaTyJ97doDRKgTcliu3jEjH+XjvMkhR7SbZ2AzHPFpqUetiRLqT0m8NzxJJXR6H0Hi5I2nZ2dlFyFdV3XHLgvrfHBHty+esX/DrEaVVmG3i8rLfYYQ/LvU4x+v5YjxMMJhqKedE5uIAFFWPi2g2D4q/ZU3rLlySmzgjqBzKEkzPt0Kk1gaV0hCVLIJWGHVIH8SVXm3/tJjhq/14tHNzgfc4HkVLbH9ACLI9EPohLAv+B90Rjvu2ytCDOqHF7UvHuSugoUiaGdUaxjGSmHOVe4yuElgEvuZseVPTARRmWNkAtbkZCtIheZdZHxuTIrQVZIEVHcZ/tOuvyEVeHlNzH1AlhGFuexOYj+rLzUdlOgoRFJqvz/SN6Q30j91U5EGcIVOhaXlSutP58lOam4kw6dXTn0B2U7PpZ9DedHu7iAMpY2W5+PTlvfxs5UxSIKZJZVTmabs8KyHe+xkHHxJIvyWyE8InjMo4l6F2IroJb7trMTyjfA7ZjsxdLZYsf3Bvjuf1KxCbAOtuHZn9n5m+lc0ccr/R/6+8kXmdVVYb7royPsX/pKqMxDSM9UXbvG2sXTroqXEjhD+Evo7yHc4fCS3OxsQ7wYxlHDP2HJz7hUJpxIGG9ovWuJF7AJ/oPouZPZHEeyKDWf4GQLWpoVpHAvn+QoeOD5yFYuCzVXlNaReJCeCsWzFJPxSu9+Xr2emqnJrPEkMq3QkHgjDH7Z619vp0aIRRiwxvYTmlSUzvIA0kXzNLl66I/GHwYPd/P+cDAff/zl7terWSJ6PTFeKy+UD4nluJSVJiFNLjJpxAKFLRQR5lNT34QQpN+YTCwrkwVICqnM9Y0IzmN0zWAk3gj5Raom3C7PhTx33tuF7+qDmeY6mo4WrMautqvrxk43wsoqNWtFj6+hTvaADje0DvQ7BtP6qQk4NjCKI5QDqA2ceyg5lAbLOTGYb2yAUTlruiuk6ymc4jmFm0SIn74Z0JupaWHVQmlOlcH5Y4PTnAtgXuyQmprSKUMn8ABP0wXS2vIYX9owBZeSJ23oyVL1bnuyIjvHJ6l7B156x07C1O6e0EXWVk5DCmui0qe9XoOkVN0cn04WhKGzeRWpEW2ITsD1A4PfH4Qom5VgxKNubG7txWDfg9glxxLUIIV4INwRwsP75qa4/3McuhuP0L+97BN3z6H04ryvzNIeDNUvMYn+cCD+uD3ddU5UUvHOFqU1aIhBYoSi6m33Vbj1rKdChnkkzi1xX2Kii/MLVWvj+YHdaocT4TP1Si2VCQOKCwNtPPoJyFJBApzd/vj5lm0TgK/QYwrMElgzh9IJbLcs+N3puubXnyt0vM3NuAM7xbGFZS6BNcocXeDMJ9xACu9ibp0xx7lr2HznHK89XMrxi36WYWiLl3XbNB9+HI2ZD7vtkWOHFJz8Akn4mwLwgstfB5qFd7FtVHLFutEms0ceku+IbCGr5s40m1aE222r6dY1JLtUQt+Amm+DvwHea2S7",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},b=void 0,N={id:"api/list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",source:"@site/docs/api/list-base-models.api.mdx",sourceDirName:"api",slug:"/api/list-base-models",permalink:"/api/list-base-models",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",api:"eJzFV0tv20YQ/iuL6cE2QEmBjwxyUFIHkOs0QqW2B0kQVuRIWme5y+wOHasC/3sxu6JMvZpHUfRiU5zhPL79ZnZmCyRXHtIJvFcGxbgyKO7tAmYJ2BKdJGXNIIcUHpSnt9LjB5uj9pBAjj5zqmSFnVhIrcVCehRFUBLySSotFxrF0jqxVAY7VBllVl1IwGNWOUUbSCdbeIvSoetXtIZ0MqtnCTj8XKGntzbfQLqFzBpCQ/woy1KrLETWe/TsfQs+W2Mh+YkUaTyJ97doDRKgTcliu3jEjH+XjvMkhR7SbZ2AzHPFpqUetiRLqT0m8NzxJJXR6H0Hi5I2nZ2dlFyFdV3XHLgvrfHBHty+esX/DrEaVVmG3i8rLfYYQ/LvU4x+v5YjxMMJhqKedE5uIAFFWPi2g2D4q/ZU3rLlySmzgjqBzKEkzPt0Kk1gaV0hCVLIJWGHVIH8SVXm3/tJjhq/14tHNzgfc4HkVLbH9ACLI9EPohLAv+B90Rjvu2ytCDOqHF7UvHuSugoUiaGdUaxjGSmHOVe4yuElgEvuZseVPTARRmWNkAtbkZCtIheZdZHxuTIrQVZIEVHcZ/tOuvyEVeHlNzH1AlhGFuexOYj+rLzUdlOgoRFJqvz/SN6Q30j91U5EGcIVOhaXlSutP58lOam4kw6dXTn0B2U7PpZ9DedHu7iAMpY2W5+PTlvfxs5UxSIKZJZVTmabs8KyHe+xkHHxJIvyWyE8InjMo4l6F2IroJb7trMTyjfA7ZjsxdLZYsf3Bvjuf1KxCbAOtuHZn9n5m+lc0ccr/R/6+8kXmdVVYb7royPsX/pKqMxDSM9UXbvG2sXTroqXEjhD+Evo7yHc4fCS3OxsQ7wYxlHDP2HJz7hUJpxIGG9ovWuJF7AJ/oPouZPZHEeyKDWf4GQLWpoVpHAvn+QoeOD5yFYuCzVXlNaReJCeCsWzFJPxSu9+Xr2emqnJrPEkMq3QkHgjDH7Z619vp0aIRRiwxvYTmlSUzvIA0kXzNLl66I/GHwYPd/P+cDAff/zl7terWSJ6PTFeKy+UD4nluJSVJiFNLjJpxAKFLRQR5lNT34QQpN+YTCwrkwVICqnM9Y0IzmN0zWAk3gj5Raom3C7PhTx33tuF7+qDmeY6mo4WrMautqvrxk43wsoqNWtFj6+hTvaADje0DvQ7BtP6qQk4NjCKI5QDqA2ceyg5lAbLOTGYb2yAUTlruiuk6ymc4jmFm0SIn74Z0JupaWHVQmlOlcH5Y4PTnAtgXuyQmprSKUMn8ABP0wXS2vIYX9owBZeSJ23oyVL1bnuyIjvHJ6l7B156x07C1O6e0EXWVk5DCmui0qe9XoOkVN0cn04WhKGzeRWpEW2ITsD1A4PfH4Qom5VgxKNubG7txWDfg9glxxLUIIV4INwRwsP75qa4/3McuhuP0L+97BN3z6H04ryvzNIeDNUvMYn+cCD+uD3ddU5UUvHOFqU1aIhBYoSi6m33Vbj1rKdChnkkzi1xX2Kii/MLVWvj+YHdaocT4TP1Si2VCQOKCwNtPPoJyFJBApzd/vj5lm0TgK/QYwrMElgzh9IJbLcs+N3puubXnyt0vM3NuAM7xbGFZS6BNcocXeDMJ9xACu9ibp0xx7lr2HznHK89XMrxi36WYWiLl3XbNB9+HI2ZD7vtkWOHFJz8Akn4mwLwgstfB5qFd7FtVHLFutEms0ceku+IbCGr5s40m1aE222r6dY1JLtUQt+Amm+DvwHea2S7",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Fine Tune Jobs",permalink:"/api/list-fine-tune-jobs"},next:{title:"Create Project",permalink:"/api/create-project"}},f={},q=[];function H(e){const s={p:"p",...(0,l.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"List Base Models"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/list_base_models",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List all base models available for fine-tuning."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"",required:!1,schemaName:"object",qualifierMessage:void 0,schema:{}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"models"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "models": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "deletedAt": "2024-07-29T15:51:28.071Z",\n "userId": "string",\n "metricBaseModel": {\n "id": "string",\n "modelId": "string",\n "baseModelArchitecture": "string",\n "baseEvaluationMetric": "string"\n },\n "modelCard": {\n "modelId": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelSize": 0,\n "purpose": "string",\n "trainingProgress": {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n },\n "baseModelArchitecture": "string",\n "baseEvaluationMetric": "string",\n "values": {},\n "tags": [\n "string"\n ],\n "columns": [\n "string"\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,l.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(H,{...e})}):H(e)}}}]); \ No newline at end of file diff --git a/assets/js/bc4f1505.f0d71bfa.js b/assets/js/bc4f1505.f0d71bfa.js new file mode 100644 index 00000000..6ddbe065 --- /dev/null +++ b/assets/js/bc4f1505.f0d71bfa.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7791],{59583:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>M,contentTitle:()=>I,default:()=>C,frontMatter:()=>N,metadata:()=>j,toc:()=>g});var i=a(74848),r=a(28453),n=a(91366),l=a.n(n),t=(a(6050),a(57742)),m=a.n(t),c=(a(67792),a(27362)),d=a.n(c),o=(a(36683),a(81124)),p=a.n(o),E=a(60674),_=a.n(E),h=a(23397),A=a.n(h),u=a(51107),T=(a(77675),a(19365));const N={id:"list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",api:"eJztWN9z2jgQ/lc0uockMwY6uTd3+uAQ5+oUCIdNrr3AMMJeQKktuZKchGP8v99IAmIMJGk7cw83fUmwd70/Pu1+knaFFZlL7N7hK8oARQUDdM2neOxgnoMginIWJNjFHSrVBZHQ5QmkEjs4ARkLmmuFtRiRNEVTIgFlRgmRB0JTMk0BzbhAM8qgoQpG2byJHSwhLgRVS+zerfAFEAHCK9QCu3fjcuxgAd8KkOqCJ0vsrnDMmQKm9E+S5ymNTWSte6m9r7CMF5AR/UtRlcJevANrDTtYLXMt5tN7iPVzLnSeioLE7qp0MEkSqk2TtF+RzEgqwcFPDakIZSlI2YAsV8vG2o6rRAFlWZY6cJlzJo09fP7unf63i1VYxDFIOStStMUYOz+fovX7Wo7YLo4xZPWIEGSJHUwVZLLqwBh+1R5NKrakEpTNcengWABRkHhqX+rgGRcZUdjFCVHQUDQD/UmRJ9/7SQIpfK8XCSI4HHMGStB4i+kOFjXRD6JiwD/ifbox7ol4QRXEqhBwKC9gRaZb9sIL/Un35tLvTLxB+2MQ+e1oOPAnw17Y99vBVeBfYueolte58AeRN/kcvkGp035B6dK3Sre/v6AURpMw6AYdbxBEXzS/bJC9OJh2nWA+AeSIMiSXLEaPVC3Q4+NjKxdUZqRle6Npn1zPP2xyDbH/QNLC9JZd01cR9m+9ztCLgpvepOtHg6B9COB9pSsviD5eDTs9PwyPaw38jn/r9dr+cZXo5nPQ1qAd1fjTOy4Lh92uNwj+Ni/ruO9h8dOw71m0nPitoAISDSlN8HMbHCv6cT2OgNlmppwhMuWFQqSy1aCYC8u7CWVzpDgiKFu7XztrE5HscZt5+Sa+PNKyjGQHOrSsRX9Qnqd8mQFToSKqkC8VoW2mS7/fufnS9XvRJIy8aBjWqvCYVt/vXQa9P17QuOl1gp7/ksLV1SsafW8Y+pfV6jL4Xtaz/M/2BbNoIf2nujqUKZiD0OK8EDmXh5dOCUL1IaUv+FyA3NkRo7rsteK559MjpQM5jxeHo0u5rBYEK7KpFZA4LgSJlweFeTXeulDjIhXJ8rdCWOtam8cm6nWIlYAq7qvO9vp4A9y6PSWaCZ6tm3gDfPPXZvhrM/yfboYO1q+g2qRb5jh89dijDt3N5s72wgF+74uYp0XGvuujGgM8b9lm09vF5sCGVmX6KoVXufmZiA/Q7jEO2EK4xuE5ufHBs8bRMGon+j2uuoQZZWZFzP1VLdanjSPYGP9G9NSIeQIhyfJUr+DdCqeEzbGLr8kDCY0HfQHmhYgN82c5Fwp1iFQZ1ZdlTYkn6frx5P2IjVjMmVQoTikwhT4gBo9b/dPViCE0NTfoiH8F5qJccH3DbAJ7uDvpeGHUDTr+xOsHk+jmk987GTuo1ULRgkpEpUksgRkpUoUIS1BMGJoC4hlVCpIRK89MCMSU/axgsYEkI5SdniHj3Ea3ufmiD4g8EroJt6kv/nqwcM2nspnuXFpPrWlrgafQTPn8dGOnaWHVKqXWsh7f49LZAtpfqoUpvzqYXI6YwXEDI6qhbEDdwLmFUoeywXKiNJgfuIGRCs6ac1CnI7yP5wifOQj99mZAz0asglUFpYkqGEzuNzhNdANMsjVSI5YLytQePFiPSzJQC67nNDk3Y46c6FEKbpGcts5bpFB8Ag8kbe14adWdmLGMeABhq7YQKXbxQqlcuq3WBklCmwk87JFjX/CksKVhbaCGwbWrwfcCE+Vm5hNqrrTkVp38bDlIu9SxGDXsYrsgmhHMj6vNeeX6r8iwm56RDJ4HRv6TaT070KFsxnemJs8xIa8foNvz/WHWnoqL2jzLOQOmNEgaIat63nxnzl5cqoyYo769EtiBmC50dHhiVhlp/cDwbI2TgifVylNCmTkmCzOxsEt/h0lOsYN1dtvl12e9agHog1y9BMYOXugacu/waqUFQ5GWpX79rQChx3VjzcCC6tjMtM7BCyAJCFMzX2GJXdy2uTUiHeeasPWeU59r6Va2X3hxDIYWj+tWy7x/E0a6HtbjQR07drEgj9gxf12M9QRTf23KzLyztFGQuda1NnX1kN3iqxWbyWqzZ7JlJcLVqkK6ZYmddSqGN3Cpd4N/ARsSPJ0=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},I=void 0,j={id:"api/list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",source:"@site/docs/api/list-base-models.api.mdx",sourceDirName:"api",slug:"/api/list-base-models",permalink:"/api/list-base-models",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-base-models",title:"List Base Models",description:"List all base models available for fine-tuning.",api:"eJztWN9z2jgQ/lc0uockMwY6uTd3+uAQ5+oUCIdNrr3AMMJeQKktuZKchGP8v99IAmIMJGk7cw83fUmwd70/Pu1+knaFFZlL7N7hK8oARQUDdM2neOxgnoMginIWJNjFHSrVBZHQ5QmkEjs4ARkLmmuFtRiRNEVTIgFlRgmRB0JTMk0BzbhAM8qgoQpG2byJHSwhLgRVS+zerfAFEAHCK9QCu3fjcuxgAd8KkOqCJ0vsrnDMmQKm9E+S5ymNTWSte6m9r7CMF5AR/UtRlcJevANrDTtYLXMt5tN7iPVzLnSeioLE7qp0MEkSqk2TtF+RzEgqwcFPDakIZSlI2YAsV8vG2o6rRAFlWZY6cJlzJo09fP7unf63i1VYxDFIOStStMUYOz+fovX7Wo7YLo4xZPWIEGSJHUwVZLLqwBh+1R5NKrakEpTNcengWABRkHhqX+rgGRcZUdjFCVHQUDQD/UmRJ9/7SQIpfK8XCSI4HHMGStB4i+kOFjXRD6JiwD/ifbox7ol4QRXEqhBwKC9gRaZb9sIL/Un35tLvTLxB+2MQ+e1oOPAnw17Y99vBVeBfYueolte58AeRN/kcvkGp035B6dK3Sre/v6AURpMw6AYdbxBEXzS/bJC9OJh2nWA+AeSIMiSXLEaPVC3Q4+NjKxdUZqRle6Npn1zPP2xyDbH/QNLC9JZd01cR9m+9ztCLgpvepOtHg6B9COB9pSsviD5eDTs9PwyPaw38jn/r9dr+cZXo5nPQ1qAd1fjTOy4Lh92uNwj+Ni/ruO9h8dOw71m0nPitoAISDSlN8HMbHCv6cT2OgNlmppwhMuWFQqSy1aCYC8u7CWVzpDgiKFu7XztrE5HscZt5+Sa+PNKyjGQHOrSsRX9Qnqd8mQFToSKqkC8VoW2mS7/fufnS9XvRJIy8aBjWqvCYVt/vXQa9P17QuOl1gp7/ksLV1SsafW8Y+pfV6jL4Xtaz/M/2BbNoIf2nujqUKZiD0OK8EDmXh5dOCUL1IaUv+FyA3NkRo7rsteK559MjpQM5jxeHo0u5rBYEK7KpFZA4LgSJlweFeTXeulDjIhXJ8rdCWOtam8cm6nWIlYAq7qvO9vp4A9y6PSWaCZ6tm3gDfPPXZvhrM/yfboYO1q+g2qRb5jh89dijDt3N5s72wgF+74uYp0XGvuujGgM8b9lm09vF5sCGVmX6KoVXufmZiA/Q7jEO2EK4xuE5ufHBs8bRMGon+j2uuoQZZWZFzP1VLdanjSPYGP9G9NSIeQIhyfJUr+DdCqeEzbGLr8kDCY0HfQHmhYgN82c5Fwp1iFQZ1ZdlTYkn6frx5P2IjVjMmVQoTikwhT4gBo9b/dPViCE0NTfoiH8F5qJccH3DbAJ7uDvpeGHUDTr+xOsHk+jmk987GTuo1ULRgkpEpUksgRkpUoUIS1BMGJoC4hlVCpIRK89MCMSU/axgsYEkI5SdniHj3Ea3ufmiD4g8EroJt6kv/nqwcM2nspnuXFpPrWlrgafQTPn8dGOnaWHVKqXWsh7f49LZAtpfqoUpvzqYXI6YwXEDI6qhbEDdwLmFUoeywXKiNJgfuIGRCs6ac1CnI7yP5wifOQj99mZAz0asglUFpYkqGEzuNzhNdANMsjVSI5YLytQePFiPSzJQC67nNDk3Y46c6FEKbpGcts5bpFB8Ag8kbe14adWdmLGMeABhq7YQKXbxQqlcuq3WBklCmwk87JFjX/CksKVhbaCGwbWrwfcCE+Vm5hNqrrTkVp38bDlIu9SxGDXsYrsgmhHMj6vNeeX6r8iwm56RDJ4HRv6TaT070KFsxnemJs8xIa8foNvz/WHWnoqL2jzLOQOmNEgaIat63nxnzl5cqoyYo769EtiBmC50dHhiVhlp/cDwbI2TgifVylNCmTkmCzOxsEt/h0lOsYN1dtvl12e9agHog1y9BMYOXugacu/waqUFQ5GWpX79rQChx3VjzcCC6tjMtM7BCyAJCFMzX2GJXdy2uTUiHeeasPWeU59r6Va2X3hxDIYWj+tWy7x/E0a6HtbjQR07drEgj9gxf12M9QRTf23KzLyztFGQuda1NnX1kN3iqxWbyWqzZ7JlJcLVqkK6ZYmddSqGN3Cpd4N/ARsSPJ0=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Fine Tune Jobs",permalink:"/api/list-fine-tune-jobs"},next:{title:"Create Project",permalink:"/api/create-project"}},M={},g=[];function S(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(u.default,{as:"h1",className:"openapi__heading",children:"List Base Models"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/list_base_models",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List all base models available for fine-tuning."}),"\n",(0,i.jsx)(u.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(T.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(_(),{collapsible:!1,name:"",required:!1,schemaName:"object",qualifierMessage:void 0,schema:{}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(T.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(T.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(A(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(T.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(_(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"models"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(_(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(_(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(_(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(_(),{collapsible:!1,name:"userId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metricBaseModel"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Information about a base model corresponding to a metric"})}),(0,i.jsx)(_(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(_(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}})]})]})}),(0,i.jsx)(_(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"modelCard"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(_(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"description",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"deploymentStatus",required:!0,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}}),(0,i.jsx)(_(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(_(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(_(),{collapsible:!1,name:"modelSize",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(_(),{collapsible:!1,name:"purpose",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainingProgress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Progress metrics from model training."})}),(0,i.jsx)(_(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(_(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(_(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(_(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(_(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(_(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)(_(),{collapsible:!1,name:"baseModelArchitecture",required:!0,schemaName:"BaseModelArchitecture (string)",qualifierMessage:"**Possible values:** [`BASE_MODEL_ARCHITECTURE_UNSPECIFIED`, `BASE_MODEL_ARCHITECTURE_ALBERTA_XS`, `BASE_MODEL_ARCHITECTURE_ALBERTA_LC`, `BASE_MODEL_ARCHITECTURE_DEBERTA_V3`, `BASE_MODEL_ARCHITECTURE_ST_SIMILARITY`]",schema:{type:"string",enum:["BASE_MODEL_ARCHITECTURE_UNSPECIFIED","BASE_MODEL_ARCHITECTURE_ALBERTA_XS","BASE_MODEL_ARCHITECTURE_ALBERTA_LC","BASE_MODEL_ARCHITECTURE_DEBERTA_V3","BASE_MODEL_ARCHITECTURE_ST_SIMILARITY"],title:"BaseModelArchitecture",description:"Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture"}}),(0,i.jsx)(_(),{collapsible:!1,name:"baseEvaluationMetric",required:!1,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric"}}),(0,i.jsx)(_(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"values"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(_(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(_(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(_(),{collapsible:!1,name:"columns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})}),(0,i.jsx)(T.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "models": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "deletedAt": "2024-07-29T15:51:28.071Z",\n "userId": "string",\n "metricBaseModel": {\n "id": "string",\n "modelId": "string",\n "baseModelArchitecture": "BASE_MODEL_ARCHITECTURE_UNSPECIFIED",\n "baseEvaluationMetric": "BASE_EVALUATION_METRIC_UNSPECIFIED"\n },\n "modelCard": {\n "modelId": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelSize": 0,\n "purpose": "string",\n "trainingProgress": {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n },\n "baseModelArchitecture": "BASE_MODEL_ARCHITECTURE_UNSPECIFIED",\n "baseEvaluationMetric": "BASE_EVALUATION_METRIC_UNSPECIFIED",\n "values": {},\n "tags": [\n "string"\n ],\n "columns": [\n "string"\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function C(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/c43b7adf.1f353f6d.js b/assets/js/c43b7adf.1f353f6d.js new file mode 100644 index 00000000..787f6348 --- /dev/null +++ b/assets/js/c43b7adf.1f353f6d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1575],{41806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>_,frontMatter:()=>c,metadata:()=>o,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",sidebar_label:"GetDatasetViewRequest",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,o={id:"api/schemas/getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",source:"@site/docs/api/schemas/getdatasetviewrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetviewrequest",permalink:"/api/schemas/getdatasetviewrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",sidebar_label:"GetDatasetViewRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetDownloadURLResponse",permalink:"/api/schemas/getdatasetdownloadurlresponse"},next:{title:"ColumnFilter",permalink:"/api/schemas/columnfilter"}},d={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetViewRequest"}),"\n",(0,i.jsx)(s.p,{children:"Get a view of the data within a dataset."}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset from which to retrieve content. When specified,\n gets data from the current file in the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the (pinned) dataset file from which to retrieve content.\n Requests iterating over pages of results are recommended to use this\n pinned identifier after the first page in order to prevent any effects\n from a dataset changing between the queries."}}),(0,i.jsx)(n(),{collapsible:!1,name:"after",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The index, by row-order, after which to query results."}}),(0,i.jsx)(n(),{collapsible:!1,name:"limit",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The maximum number of results to return on this page."}}),(0,i.jsx)(n(),{collapsible:!1,name:"useDatasetsService",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"columnName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"stringCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_CONTAINS`, `OPERATOR_STARTS_WITH`, `OPERATOR_ENDS_WITH`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_CONTAINS","OPERATOR_STARTS_WITH","OPERATOR_ENDS_WITH"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"numericCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_GREATER_THAN`, `OPERATOR_GREATER_THAN_OR_EQUAL`, `OPERATOR_LESS_THAN`, `OPERATOR_LESS_THAN_OR_EQUAL`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_GREATER_THAN","OPERATOR_GREATER_THAN_OR_EQUAL","OPERATOR_LESS_THAN","OPERATOR_LESS_THAN_OR_EQUAL"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"intValue",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"floatValue",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"tagsCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_HAS_ANY`, `OPERATOR_HAS_ALL`, `OPERATOR_HAS_NONE`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_HAS_ANY","OPERATOR_HAS_ALL","OPERATOR_HAS_NONE"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"timeRangeCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_BEFORE`, `OPERATOR_AFTER`, `OPERATOR_BETWEEN`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_BEFORE","OPERATOR_AFTER","OPERATOR_BETWEEN"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"endTimestamp",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"orderBy",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Column to order results by"}}),(0,i.jsx)(n(),{collapsible:!1,name:"orderDirection",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:'Direction to order results ("asc" or "desc")'}})]})]})}function _(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/c43b7adf.6ce2cf41.js b/assets/js/c43b7adf.6ce2cf41.js deleted file mode 100644 index f154f301..00000000 --- a/assets/js/c43b7adf.6ce2cf41.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1575],{41806:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>h,contentTitle:()=>c,default:()=>p,frontMatter:()=>o,metadata:()=>l,toc:()=>u});var s=a(74848),i=a(28453),r=(a(6050),a(60674)),n=a.n(r),d=(a(23397),a(51107));a(19365);const o={id:"getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",sidebar_label:"GetDatasetViewRequest",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,l={id:"api/schemas/getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",source:"@site/docs/api/schemas/getdatasetviewrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetviewrequest",permalink:"/api/schemas/getdatasetviewrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetviewrequest",title:"GetDatasetViewRequest",description:"Get a view of the data within a dataset.",sidebar_label:"GetDatasetViewRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetResponse",permalink:"/api/schemas/getdatasetresponse"},next:{title:"GetDatasetViewResponse",permalink:"/api/schemas/getdatasetviewresponse"}},h={},u=[];function m(e){const t={p:"p",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(d.default,{as:"h1",className:"openapi__heading",children:"GetDatasetViewRequest"}),"\n",(0,s.jsx)(t.p,{children:"Get a view of the data within a dataset."}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset from which to retrieve content. When specified,\n gets data from the current file in the dataset."}}),(0,s.jsx)(n(),{collapsible:!1,name:"datasetFileId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the (pinned) dataset file from which to retrieve content.\n Requests iterating over pages of results are recommended to use this\n pinned identifier after the first page in order to prevent any effects\n from a dataset changing between the queries."}}),(0,s.jsx)(n(),{collapsible:!1,name:"after",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The index, by row-order, after which to query results."}}),(0,s.jsx)(n(),{collapsible:!1,name:"limit",required:!1,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Pagination: The maximum number of results to return on this page."}})]})]})}function p(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(m,{...e})}):m(e)}}}]); \ No newline at end of file diff --git a/assets/js/c53e2aca.79f74351.js b/assets/js/c53e2aca.79f74351.js deleted file mode 100644 index f3070698..00000000 --- a/assets/js/c53e2aca.79f74351.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3948],{44967:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>q,default:()=>L,frontMatter:()=>y,metadata:()=>v,toc:()=>N});var i=s(74848),t=s(28453),n=s(91366),l=s.n(n),r=(s(6050),s(57742)),d=s.n(r),m=(s(67792),s(27362)),o=s.n(m),c=(s(36683),s(81124)),p=s.n(c),h=s(60674),u=s.n(h),x=s(23397),j=s.n(x),g=s(51107),f=(s(77675),s(19365));const y={id:"get-dataset",title:"Get Dataset",description:"Get a Dataset.",api:"eJy9V0tv20YQ/iuD7cE2QEuBjwx8UBynVeqkRqS0B0kwVuRI2oTcZXaHllWB/72YXVKiRDmJUbQXPbjz+OabB2e3guTSiXgi3kqSDknMImEKtJKU0cNUxOJXpOYsEim6xKqCD8MRSKhPeyISDpPSKtqIeLIVb1BatIOSViKezKpZJCx+K9HRG5NuRLwVidGEmvinLIpMJd5p/4tj41vhkhXmkn+RogwPoHwKlkQkaFPwkZl/wYT/F5bhk0LHmir1+kHGkVV6KaoqIFEWU45cpWJWVeGpK4x2QfXq1Sv+Oox4VCYJOrcoM9ixJKJ/F0nw+cNQ0joJLSv7vLycheNcjlcIw7dgFkArhLTJaRWJxKIkTAd0ysjC2FySiBkeXpLKkVXKIn2pipY5/hjlb2Uu9aVFmcp5hsBKsDC2jTkCtQCjEfBJOXI+hAMjL/TROjxi55Qns9ZoPzu0wxdzXjq0sF4ZMGvtOlnQZf7JrF3LqNKES7T14Y3JnjlUWpGSmfrbF+WIJJXuRFccC95aa+xJucRkZa7bNqS1ciMioQhz1+0ajrNWgsKiQ02gtA8xk4SOmhnyTmVNPpVrwufyPiz4G29rqBfmvyt9WKgM/8f6VzrFpxMJPAY7ZLkGayAV1opWNZ8d9JkitDL7+FPtxUzUCoe9FRyFXgomfmKqtqlrc9IEewhuxhYyOceMSxRPV5Hjoyb6una8jtJL+GLmx8OgWzt3ew8/qp3G8HMtc4o952WPEC5Re0oLh2VqLr8LuPIo8oLGmBdZTcT3/cqvMgyPxo/SjmyZ8LFjg3i6lY/tqAZ0Da+ORTnwBqLQlQuFWQq53AC/9aTSIHUQgBydk0vs1MIRkZ0IZy8qnvaI3c/F/RB8ZuLt59bsOPBBM3+aqZQbRzCXTiXgUDuMIUeSnCKQOgWPwK1UEcG8JNCG228JpDCdaiADisL06nWoaNLsN44qEk+XiUlxJPMi46KbcNXppYjFe/koRx4j71WmtImfCnlhLMGddJT7WWlNDmdZ/ffs9VRPdWK0I0gyxWP2GjSud/Ln26kGmPvFbGy+oo6hsIY3mh7qx8nZ3WA0/jC8u30Y3A8fxn/8fvvxbBZBvw9jzryq30q4kGVGnolEapgjmFwRcfDVhYcg3UYnsCi1r0HIpdLnF+CdB3TNmLoGuZaqQdurH7veEul8CyqN4UylZ1CbDdomw15mlufN27H+ZpGKpYK316KKdmTeb2jlF7VjIo2bas9hQyEcMewJbajc0chQGh4fiIm8Np5CZY324Keiy+VUXEQAv/w0mRdTvefpFEMBhkqvp0KlUxF5lcIqTR1yBO/fOdLK8E5fGL87F5J3c9GXhepf9WVJ5gEfZdavlfpLP0Ad2ke0oThLm4lYrIgKF/f7DWlS9VJ87MyTe2vSMIUg2IBLT+EH5nkw9JCaG8OIV+Qwdtv3ht3IYpeMxYuJWATuRVT/eNe8U9//NfY9x6v3p/114/bJd1izERwsPQvT3qlbAGFwP4Q/rzpxdUViuDF5YTRq4kHDdAXRq94rP9GNo1z63TPsuf7q9My1qnUx6t6wajoIn6hfZFJpv25wVrZ1OidCFkpEgnHvUso+dt6W4Zq34iKIJ2K7nUuHn21WVfz4W4mWL3CzSDxKq3gH9ve3SKxQpmh9HXzFjYjFTcB5OWZQLJ6Vfhs8vgJxJwaNQZKgn2jPy7br9P6P0ZhzXF8Yc5OyjpVrEfnPWPD7oAgvungbnoWuL/lFFItgkytCHhbUUQH5qJptVm9aCLfb1rysKhHVofi2FxUP8n8ADA1K2A==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},q=void 0,v={id:"api/get-dataset",title:"Get Dataset",description:"Get a Dataset.",source:"@site/docs/api/get-dataset.api.mdx",sourceDirName:"api",slug:"/api/get-dataset",permalink:"/api/get-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-dataset",title:"Get Dataset",description:"Get a Dataset.",api:"eJy9V0tv20YQ/iuD7cE2QEuBjwx8UBynVeqkRqS0B0kwVuRI2oTcZXaHllWB/72YXVKiRDmJUbQXPbjz+OabB2e3guTSiXgi3kqSDknMImEKtJKU0cNUxOJXpOYsEim6xKqCD8MRSKhPeyISDpPSKtqIeLIVb1BatIOSViKezKpZJCx+K9HRG5NuRLwVidGEmvinLIpMJd5p/4tj41vhkhXmkn+RogwPoHwKlkQkaFPwkZl/wYT/F5bhk0LHmir1+kHGkVV6KaoqIFEWU45cpWJWVeGpK4x2QfXq1Sv+Oox4VCYJOrcoM9ixJKJ/F0nw+cNQ0joJLSv7vLycheNcjlcIw7dgFkArhLTJaRWJxKIkTAd0ysjC2FySiBkeXpLKkVXKIn2pipY5/hjlb2Uu9aVFmcp5hsBKsDC2jTkCtQCjEfBJOXI+hAMjL/TROjxi55Qns9ZoPzu0wxdzXjq0sF4ZMGvtOlnQZf7JrF3LqNKES7T14Y3JnjlUWpGSmfrbF+WIJJXuRFccC95aa+xJucRkZa7bNqS1ciMioQhz1+0ajrNWgsKiQ02gtA8xk4SOmhnyTmVNPpVrwufyPiz4G29rqBfmvyt9WKgM/8f6VzrFpxMJPAY7ZLkGayAV1opWNZ8d9JkitDL7+FPtxUzUCoe9FRyFXgomfmKqtqlrc9IEewhuxhYyOceMSxRPV5Hjoyb6una8jtJL+GLmx8OgWzt3ew8/qp3G8HMtc4o952WPEC5Re0oLh2VqLr8LuPIo8oLGmBdZTcT3/cqvMgyPxo/SjmyZ8LFjg3i6lY/tqAZ0Da+ORTnwBqLQlQuFWQq53AC/9aTSIHUQgBydk0vs1MIRkZ0IZy8qnvaI3c/F/RB8ZuLt59bsOPBBM3+aqZQbRzCXTiXgUDuMIUeSnCKQOgWPwK1UEcG8JNCG228JpDCdaiADisL06nWoaNLsN44qEk+XiUlxJPMi46KbcNXppYjFe/koRx4j71WmtImfCnlhLMGddJT7WWlNDmdZ/ffs9VRPdWK0I0gyxWP2GjSud/Ln26kGmPvFbGy+oo6hsIY3mh7qx8nZ3WA0/jC8u30Y3A8fxn/8fvvxbBZBvw9jzryq30q4kGVGnolEapgjmFwRcfDVhYcg3UYnsCi1r0HIpdLnF+CdB3TNmLoGuZaqQdurH7veEul8CyqN4UylZ1CbDdomw15mlufN27H+ZpGKpYK316KKdmTeb2jlF7VjIo2bas9hQyEcMewJbajc0chQGh4fiIm8Np5CZY324Keiy+VUXEQAv/w0mRdTvefpFEMBhkqvp0KlUxF5lcIqTR1yBO/fOdLK8E5fGL87F5J3c9GXhepf9WVJ5gEfZdavlfpLP0Ad2ke0oThLm4lYrIgKF/f7DWlS9VJ87MyTe2vSMIUg2IBLT+EH5nkw9JCaG8OIV+Qwdtv3ht3IYpeMxYuJWATuRVT/eNe8U9//NfY9x6v3p/114/bJd1izERwsPQvT3qlbAGFwP4Q/rzpxdUViuDF5YTRq4kHDdAXRq94rP9GNo1z63TPsuf7q9My1qnUx6t6wajoIn6hfZFJpv25wVrZ1OidCFkpEgnHvUso+dt6W4Zq34iKIJ2K7nUuHn21WVfz4W4mWL3CzSDxKq3gH9ve3SKxQpmh9HXzFjYjFTcB5OWZQLJ6Vfhs8vgJxJwaNQZKgn2jPy7br9P6P0ZhzXF8Yc5OyjpVrEfnPWPD7oAgvungbnoWuL/lFFItgkytCHhbUUQH5qJptVm9aCLfb1rysKhHVofi2FxUP8n8ADA1K2A==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Finalize Single Dataset File Upload",permalink:"/api/finalize-single-dataset-file-upload"},next:{title:"Get Dataset Download URL",permalink:"/api/get-dataset-download-url"}},b={},N=[];function k(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Get Dataset"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/get",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Get a Dataset."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "string",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ],\n "labelState": {\n "labelingStatus": "string",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/c53e2aca.b6e0b437.js b/assets/js/c53e2aca.b6e0b437.js new file mode 100644 index 00000000..335222b1 --- /dev/null +++ b/assets/js/c53e2aca.b6e0b437.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3948],{44967:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>f,contentTitle:()=>j,default:()=>E,frontMatter:()=>N,metadata:()=>S,toc:()=>U});var i=a(74848),t=a(28453),n=a(91366),l=a.n(n),r=(a(6050),a(57742)),d=a.n(r),m=(a(67792),a(27362)),c=a.n(m),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),T=a(23397),_=a.n(T),x=a(51107),g=(a(77675),a(19365));const N={id:"get-dataset",title:"Get Dataset",description:"Get a Dataset.",api:"eJzVWG1v2zYQ/isH7kNaQImLrCgGFf3gOs7mznWyWN5QxIZBS2ebjUSqJGXHM/zfhyOlRJaddMGwAfviFx7veHzunVtm+cKw8JZdcMsNWjYJmMpRcyuU7CUsZD+jrWgBS9DEWuRE9CTgUFLPWMAMxoUWdsPC2y37iFyjbhd2ycLbyW4SMI3fCjT2o0o2LNyyWEmL0tJPnuepiN2hra+GhG+ZiZeYcfplhU1xT5UbL4kFzG5yIqnZV4zpf65JfSvQEKdIHL/fY6wWcsF2O6+J0JjQzUXCJrudXzW5ksaznr95Q1/7Nx4WcYzGzIsUHlBiwT+7iT/zu1dJSiPUpDza5eUoNG0ZLRF6F6DmYJcISWXTXcBijdxi0rbHhMyVzrhlIamHp1ZkSCxFnryURfIMv6/lL0XG5alGnvBZikBMMFe6rnMAYg5KIuC9MNa4K+wJeeEZNWIDnWMnqbVEPTKoey/GvDCoYb1UoNbSHFhBFtmNWpuaUCEtLlCXxI5KnyAKKazgqfjTOeXQcluYY7qhLDKKh09XH6fDqB2NhtPRYHjd7fQue90LFtQJv426o+bazWgw6A1+3l/sXH2+7nej5t5Oe9Dp9vvN5ct2j9YmwYOLf1KzUuODm3S1VvpIeFM4pkUm65fkWvMNC5iwmJnDsCZDlEyQazQoLQjpbJByi8ZWSe5SpJXDCVPZhwXNiOw4WT05V/9ebMJcpPgfBqiQCd4f8bCmsj3aV+nqQYW1sMsSzwPtU2FR83Twt+KfkCgZ9oPfH+SD3Yt42sEv2lF72I2mnav+6PNgejGNvlx3G75+fE9vEP14/hz13dsnqZf9q/Zz3I7+DP8wuvHRdZz88UvUHT5JbQ++1KNqz00vIsKpiTRtIQCNg5hXlhQS+L4N4Q8yyR2mG0iUPLEgERPAFeoNGX0xlrBEjQHMCgvCnhhYKJWAVTCjzEnVUtjAnYL3PMtTJBpfKZFAIe+kWgu5SDcQK9SxlyekffcWVjwt0NAfRR8/np9BV8YqEXLh3QLvLQgDo+hy+hMUMkVDuxOqzpiMJSi7RL0WhvzwsCeox1U9YKpI2PfcCUlI+QxTSld4PMUYIlWhUSYWx0Mqf1WzZik7TCz9xxO+l1gqwf/bhH8s9o0jNSBcoHQJITdYJOr0WUR3DqYstxFmeVpa6vmcw++4r83VOUIaq4uYyK4s4fFC1JQjKqVL9cq7CANOQOBrylxgmkDGyeGl5RRv0m+ADI3hCzxw1oalD244eZF31zuYx7bjscd4oqF4rLqT5sXbVfWsamqmjIUZNyIGg9JgCBlaTiYCLhNwGpilyH3OkMrlEbDCRS1Fu/W19zBuKzO7hn4XsPvTWCU4dGnFuKkk5XJBbsZXfOh0pLFFFTp2NS3LlbbQ58ZmrtJrlcFJWv49eT+WYxkraSzEqaAm4QNIXD/sf7UdS4CZm3sidYcyhFwrGhjOUK5uT/rtYfS51+9O29e9aXT1a3dwMgmg1YKILC/Kpg/nvEitQyLmkrKkyoR1KWv32qnAzUbGMC+k80HIuJCvXoM73GtXJegPwNdcVNqelcvmbIH21RZEEsKJSE6gFOu5VYpnqVq8qprP8pu27GiXP+092wUPYF5v7NLNQU0glRlLh2EFITQQdoBWUD7ASKpUOE4tAflBOQiFVtIpP2aHWI7Z6wDgh78N5uuxfMTpGEJeDZF8GDORjFngWHItpD0Ah9F4m6FdKhqZc+VG05zT6MtaPBet8xYvrJriiqetkqm1cBneoF6h9s5Z6JSFbGltbsJWqwKNi7MEVwf55FqrxGch8DLg1EH4mXBu95xK1UA+pAnU14X6WP6QsuhI0sVtYyHz2LOg/HFZdYSf/ohczNFke/M4zXd94a762VorLqgHro2sNQWhfd2D388P7nW4JYSOynIlUVpKNASX33p+9sZldGVsxt1o58dI9zLxxKtF7d3h8AGjhINah1aeciFds0xW2ZbmvGU8FyxgpPeDSemMh9MW/hVlSU4Q3rLtdsYNjnS629HytwI1vY9MArbiWtCI6Z5HArZEnqB2fnCHGxayjtfztOzPXL9D9aj5wkCR6DnacYwuoz29t+6n11fDiGxcvsdkKiEezdcscJ8ho3qQ+0IXbv2aj/qCClHIvEzyCL7vUA0HcreqZjG5qWm43dby5W7HgvIqLuzZjhL5X0TLWMU=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},j=void 0,S={id:"api/get-dataset",title:"Get Dataset",description:"Get a Dataset.",source:"@site/docs/api/get-dataset.api.mdx",sourceDirName:"api",slug:"/api/get-dataset",permalink:"/api/get-dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-dataset",title:"Get Dataset",description:"Get a Dataset.",api:"eJzVWG1v2zYQ/isH7kNaQImLrCgGFf3gOs7mznWyWN5QxIZBS2ebjUSqJGXHM/zfhyOlRJaddMGwAfviFx7veHzunVtm+cKw8JZdcMsNWjYJmMpRcyuU7CUsZD+jrWgBS9DEWuRE9CTgUFLPWMAMxoUWdsPC2y37iFyjbhd2ycLbyW4SMI3fCjT2o0o2LNyyWEmL0tJPnuepiN2hra+GhG+ZiZeYcfplhU1xT5UbL4kFzG5yIqnZV4zpf65JfSvQEKdIHL/fY6wWcsF2O6+J0JjQzUXCJrudXzW5ksaznr95Q1/7Nx4WcYzGzIsUHlBiwT+7iT/zu1dJSiPUpDza5eUoNG0ZLRF6F6DmYJcISWXTXcBijdxi0rbHhMyVzrhlIamHp1ZkSCxFnryURfIMv6/lL0XG5alGnvBZikBMMFe6rnMAYg5KIuC9MNa4K+wJeeEZNWIDnWMnqbVEPTKoey/GvDCoYb1UoNbSHFhBFtmNWpuaUCEtLlCXxI5KnyAKKazgqfjTOeXQcluYY7qhLDKKh09XH6fDqB2NhtPRYHjd7fQue90LFtQJv426o+bazWgw6A1+3l/sXH2+7nej5t5Oe9Dp9vvN5ct2j9YmwYOLf1KzUuODm3S1VvpIeFM4pkUm65fkWvMNC5iwmJnDsCZDlEyQazQoLQjpbJByi8ZWSe5SpJXDCVPZhwXNiOw4WT05V/9ebMJcpPgfBqiQCd4f8bCmsj3aV+nqQYW1sMsSzwPtU2FR83Twt+KfkCgZ9oPfH+SD3Yt42sEv2lF72I2mnav+6PNgejGNvlx3G75+fE9vEP14/hz13dsnqZf9q/Zz3I7+DP8wuvHRdZz88UvUHT5JbQ++1KNqz00vIsKpiTRtIQCNg5hXlhQS+L4N4Q8yyR2mG0iUPLEgERPAFeoNGX0xlrBEjQHMCgvCnhhYKJWAVTCjzEnVUtjAnYL3PMtTJBpfKZFAIe+kWgu5SDcQK9SxlyekffcWVjwt0NAfRR8/np9BV8YqEXLh3QLvLQgDo+hy+hMUMkVDuxOqzpiMJSi7RL0WhvzwsCeox1U9YKpI2PfcCUlI+QxTSld4PMUYIlWhUSYWx0Mqf1WzZik7TCz9xxO+l1gqwf/bhH8s9o0jNSBcoHQJITdYJOr0WUR3DqYstxFmeVpa6vmcw++4r83VOUIaq4uYyK4s4fFC1JQjKqVL9cq7CANOQOBrylxgmkDGyeGl5RRv0m+ADI3hCzxw1oalD244eZF31zuYx7bjscd4oqF4rLqT5sXbVfWsamqmjIUZNyIGg9JgCBlaTiYCLhNwGpilyH3OkMrlEbDCRS1Fu/W19zBuKzO7hn4XsPvTWCU4dGnFuKkk5XJBbsZXfOh0pLFFFTp2NS3LlbbQ58ZmrtJrlcFJWv49eT+WYxkraSzEqaAm4QNIXD/sf7UdS4CZm3sidYcyhFwrGhjOUK5uT/rtYfS51+9O29e9aXT1a3dwMgmg1YKILC/Kpg/nvEitQyLmkrKkyoR1KWv32qnAzUbGMC+k80HIuJCvXoM73GtXJegPwNdcVNqelcvmbIH21RZEEsKJSE6gFOu5VYpnqVq8qprP8pu27GiXP+092wUPYF5v7NLNQU0glRlLh2EFITQQdoBWUD7ASKpUOE4tAflBOQiFVtIpP2aHWI7Z6wDgh78N5uuxfMTpGEJeDZF8GDORjFngWHItpD0Ah9F4m6FdKhqZc+VG05zT6MtaPBet8xYvrJriiqetkqm1cBneoF6h9s5Z6JSFbGltbsJWqwKNi7MEVwf55FqrxGch8DLg1EH4mXBu95xK1UA+pAnU14X6WP6QsuhI0sVtYyHz2LOg/HFZdYSf/ohczNFke/M4zXd94a762VorLqgHro2sNQWhfd2D388P7nW4JYSOynIlUVpKNASX33p+9sZldGVsxt1o58dI9zLxxKtF7d3h8AGjhINah1aeciFds0xW2ZbmvGU8FyxgpPeDSemMh9MW/hVlSU4Q3rLtdsYNjnS629HytwI1vY9MArbiWtCI6Z5HArZEnqB2fnCHGxayjtfztOzPXL9D9aj5wkCR6DnacYwuoz29t+6n11fDiGxcvsdkKiEezdcscJ8ho3qQ+0IXbv2aj/qCClHIvEzyCL7vUA0HcreqZjG5qWm43dby5W7HgvIqLuzZjhL5X0TLWMU=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Finalize Single Dataset File Upload",permalink:"/api/finalize-single-dataset-file-upload"},next:{title:"Get Dataset Download URL",permalink:"/api/get-dataset-download-url"}},f={},U=[];function D(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Get Dataset"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/get",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get a Dataset."}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(_(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "dataset": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "JOB_STATUS_UNSPECIFIED",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ],\n "labelState": {\n "labelingStatus": "JOB_STATUS_UNSPECIFIED",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n}',language:"json"})})]})})})})]})})})})]})}function E(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/c62aa70d.06acf64a.js b/assets/js/c62aa70d.06acf64a.js deleted file mode 100644 index cc0d47c5..00000000 --- a/assets/js/c62aa70d.06acf64a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5619],{43126:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>d,default:()=>u,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"listdatasetsresponse",title:"ListDatasetsResponse",description:"",sidebar_label:"ListDatasetsResponse",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,m={id:"api/schemas/listdatasetsresponse",title:"ListDatasetsResponse",description:"",source:"@site/docs/api/schemas/listdatasetsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsresponse",permalink:"/api/schemas/listdatasetsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsresponse",title:"ListDatasetsResponse",description:"",sidebar_label:"ListDatasetsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsRequest",permalink:"/api/schemas/listdatasetsrequest"},next:{title:"GetDatasetDownloadURLRequest",permalink:"/api/schemas/getdatasetdownloadurlrequest"}},o={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasets"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of datasets which can be listed with applicable\n filters, regardless of page size"}})]})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/c62aa70d.1253b0ff.js b/assets/js/c62aa70d.1253b0ff.js new file mode 100644 index 00000000..14c7e5f4 --- /dev/null +++ b/assets/js/c62aa70d.1253b0ff.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5619],{43126:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"listdatasetsresponse",title:"ListDatasetsResponse",description:"",sidebar_label:"ListDatasetsResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/listdatasetsresponse",title:"ListDatasetsResponse",description:"",source:"@site/docs/api/schemas/listdatasetsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listdatasetsresponse",permalink:"/api/schemas/listdatasetsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listdatasetsresponse",title:"ListDatasetsResponse",description:"",sidebar_label:"ListDatasetsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsRequestFilters",permalink:"/api/schemas/listdatasetsrequestfilters"},next:{title:"CloneDatasetRequest",permalink:"/api/schemas/clonedatasetrequest"}},d={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListDatasetsResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasets"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of datasets which can be listed with applicable\n filters, regardless of page size"}})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/cc5544a3.6f040f5c.js b/assets/js/cc5544a3.cd2ebb05.js similarity index 53% rename from assets/js/cc5544a3.6f040f5c.js rename to assets/js/cc5544a3.cd2ebb05.js index b92f42f6..543c1f5f 100644 --- a/assets/js/cc5544a3.6f040f5c.js +++ b/assets/js/cc5544a3.cd2ebb05.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4967],{90066:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>r,default:()=>h,frontMatter:()=>i,metadata:()=>c,toc:()=>u});var a=t(74848),o=t(28453),n=(t(6050),t(60674)),l=t.n(n),d=(t(23397),t(51107));t(19365);const i={id:"getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",sidebar_label:"GetDatasetDownloadURLResponse",hide_title:!0,schema:!0,custom_edit_url:null},r=void 0,c={id:"api/schemas/getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",source:"@site/docs/api/schemas/getdatasetdownloadurlresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetdownloadurlresponse",permalink:"/api/schemas/getdatasetdownloadurlresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",sidebar_label:"GetDatasetDownloadURLResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetDownloadURLRequest",permalink:"/api/schemas/getdatasetdownloadurlrequest"},next:{title:"CloneDatasetRequest",permalink:"/api/schemas/clonedatasetrequest"}},p={},u=[];function m(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(d.default,{as:"h1",className:"openapi__heading",children:"GetDatasetDownloadURLResponse"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(l(),{collapsible:!1,name:"downloadUrl",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The S3 presigned URL to download the dataset file."}})})]})}function h(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4967],{90066:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>p,contentTitle:()=>r,default:()=>h,frontMatter:()=>i,metadata:()=>c,toc:()=>u});var a=s(74848),o=s(28453),n=(s(6050),s(60674)),d=s.n(n),l=(s(23397),s(51107));s(19365);const i={id:"getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",sidebar_label:"GetDatasetDownloadURLResponse",hide_title:!0,schema:!0,custom_edit_url:null},r=void 0,c={id:"api/schemas/getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",source:"@site/docs/api/schemas/getdatasetdownloadurlresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetdownloadurlresponse",permalink:"/api/schemas/getdatasetdownloadurlresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetdownloadurlresponse",title:"GetDatasetDownloadURLResponse",description:"",sidebar_label:"GetDatasetDownloadURLResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetDownloadURLRequest",permalink:"/api/schemas/getdatasetdownloadurlrequest"},next:{title:"GetDatasetViewRequest",permalink:"/api/schemas/getdatasetviewrequest"}},p={},u=[];function m(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"GetDatasetDownloadURLResponse"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(d(),{collapsible:!1,name:"downloadUrl",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The S3 presigned URL to download the dataset file."}})})]})}function h(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/ccf9d218.326dc5ba.js b/assets/js/ccf9d218.326dc5ba.js deleted file mode 100644 index bcb56620..00000000 --- a/assets/js/ccf9d218.326dc5ba.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9635],{85807:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>b,default:()=>M,frontMatter:()=>y,metadata:()=>v,toc:()=>q});var i=a(74848),n=a(28453),l=a(91366),t=a.n(l),r=(a(6050),a(57742)),d=a.n(r),m=(a(67792),a(27362)),c=a.n(m),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),j=a(23397),x=a.n(j),f=a(51107),g=(a(77675),a(19365));const y={id:"get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV9tu20gM/RWCC2wSQLGLAPuiIg9O0ewm22yD2t0+2IYxlmhrUmlGnRk58Rr69wVnJFu+BO1eXmLLQ5GHh2dIZoNOLC3GY7yVimBUKYJ7PcdphLokI5zU6i7FGH8lxxZscK/nQydcZTHClGxiZMlmwQhcRmD9MegFCAX0Iq2TaglPeh6BVElepfwo1BoM2Sp3tocRWkoqI90a4/EGb0gYMoPKZRiPp/U0QkPfKrLuRqdrjDeYaOVIOf4qyjKXiUfaf7KMY4M2yagQ/M1Jl9Mr+D8FnxihW5dspOdPlPBzaTh7J8myjyc9Zw42rZl1Rqol1nWAJQ2lzGAwm9Z1OLClVjY4uHrzhj/2yRpWSULWLqoctlRj9H9lFqJ/N7VQqRO5RbjYOf3ky9QNent0+L1IpdFLQ7YbSxgj1hihdFTYEwRxeZSTIgerRGkz7bymnBFSsYIKckYmXj0trlFz9thG+7e1jZBKnWSdE6kcLcnwUa738lBVMQ8HIkkqI5L1ycMTDOwOnSzIOlGUx1giXGhTCIcxpsLRJZu+Ir4WdQOxA6gTvhtsyn48oZQ+6JTyW8k8HpZilBE0VlCwWQRyAdLBs7CQGBKOUrBbQefrbk12fr9XDHm6Ek2AgftRbiKsyvSfvuLzekULzaV8SH/5TdjsleuS01D+RTdrR/aUbA4KJrlau8y6kHdYjiIfxpmGVlPl7rPJT+W6X8fPJgenYSXp2TdqrlXbhEGoFFqRwDn1lj2gF0dGiRy+/HwDlckvjtLYqmp6GCv0BT8EgNvF5ajyt/Zez3tHbmw7UI67jm+odYQvl4lOaSiKMmeCxxvMhVpijPdiJYY+MI8RXZnE816U2jj4IKwrZE6wMLqAs7x5PHs7UROVaGUdJLkk5eAaFD1v7c83EwUw93NopL+Sipkb1neP1Gp89mEwHD3cfXg/GzzezUYff3//x9k0gn4fRpm0IK2nN6WFYA6Y2UQomBPoQjpH6UTVFx6CsGuVwKJSCdMGhZDq/AJ88ICuHSRwDeJZyBZur0OU7S3JhcZ/vgHfCWI4859n0MQJ7nROvVwvz1unvSO62brmFwKSt1hHW6If1y7zM+qQZG0nyvPb0gsH7HuyW5q3FDOqluOZY5KvtadXGq04p/MJHvM8wYsI4KcfJvpiojocdtibuUrR7KnhbxYk2IB60vOZTK8noa9OMPJ+SiOV2ydv62QWrtEF8rZSkMs0r02l9vtFKXiTwb4oZf+qLyqnZ7QSeX/PQ3+Hwu9DZkUmCL3iu42Zc6WN+/2WZCF7Ka2O7vij0WkV1BR8wKWn/IHrMrjz+Npla8jbRGhX3ZVr20Y4JGPxZhhjqBVGzZfbtpHefxn5K81byqfdpvb+xd/WzpztNEypFrq7UnQwwuDxDv68Okrt2CSGd7ootSLlmDRmLJhe9d74mautK4TfnJQomnUJ9nZdOL3MdnbM/7TXNkw6enH9MhdS+fEUmnWQxRhFKTFCzncrjaYVbsWBEXbkMY0wY2XFY9xs5sLSZ5PXNf/8rSLDO/Q0wpUwUsyZ2zGPiYxESsbr6SutMcZ3Ib/LESNk87zyW9nh1skdILwxSBLyXfZ12674Hz8OR6yVZmfnoYYxGvGMkf8bI/K/Gfy2l6D/LXSbSizZNvhkZYl9YR4I0WfVbpVq3UG42XR6eF1j1KTi2w3WPFz+BmfjhYA=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},b=void 0,v={id:"api/get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",source:"@site/docs/api/get-fine-tune-job-status.api.mdx",sourceDirName:"api",slug:"/api/get-fine-tune-job-status",permalink:"/api/get-fine-tune-job-status",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV9tu20gM/RWCC2wSQLGLAPuiIg9O0ewm22yD2t0+2IYxlmhrUmlGnRk58Rr69wVnJFu+BO1eXmLLQ5GHh2dIZoNOLC3GY7yVimBUKYJ7PcdphLokI5zU6i7FGH8lxxZscK/nQydcZTHClGxiZMlmwQhcRmD9MegFCAX0Iq2TaglPeh6BVElepfwo1BoM2Sp3tocRWkoqI90a4/EGb0gYMoPKZRiPp/U0QkPfKrLuRqdrjDeYaOVIOf4qyjKXiUfaf7KMY4M2yagQ/M1Jl9Mr+D8FnxihW5dspOdPlPBzaTh7J8myjyc9Zw42rZl1Rqol1nWAJQ2lzGAwm9Z1OLClVjY4uHrzhj/2yRpWSULWLqoctlRj9H9lFqJ/N7VQqRO5RbjYOf3ky9QNent0+L1IpdFLQ7YbSxgj1hihdFTYEwRxeZSTIgerRGkz7bymnBFSsYIKckYmXj0trlFz9thG+7e1jZBKnWSdE6kcLcnwUa738lBVMQ8HIkkqI5L1ycMTDOwOnSzIOlGUx1giXGhTCIcxpsLRJZu+Ir4WdQOxA6gTvhtsyn48oZQ+6JTyW8k8HpZilBE0VlCwWQRyAdLBs7CQGBKOUrBbQefrbk12fr9XDHm6Ek2AgftRbiKsyvSfvuLzekULzaV8SH/5TdjsleuS01D+RTdrR/aUbA4KJrlau8y6kHdYjiIfxpmGVlPl7rPJT+W6X8fPJgenYSXp2TdqrlXbhEGoFFqRwDn1lj2gF0dGiRy+/HwDlckvjtLYqmp6GCv0BT8EgNvF5ajyt/Zez3tHbmw7UI67jm+odYQvl4lOaSiKMmeCxxvMhVpijPdiJYY+MI8RXZnE816U2jj4IKwrZE6wMLqAs7x5PHs7UROVaGUdJLkk5eAaFD1v7c83EwUw93NopL+Sipkb1neP1Gp89mEwHD3cfXg/GzzezUYff3//x9k0gn4fRpm0IK2nN6WFYA6Y2UQomBPoQjpH6UTVFx6CsGuVwKJSCdMGhZDq/AJ88ICuHSRwDeJZyBZur0OU7S3JhcZ/vgHfCWI4859n0MQJ7nROvVwvz1unvSO62brmFwKSt1hHW6If1y7zM+qQZG0nyvPb0gsH7HuyW5q3FDOqluOZY5KvtadXGq04p/MJHvM8wYsI4KcfJvpiojocdtibuUrR7KnhbxYk2IB60vOZTK8noa9OMPJ+SiOV2ydv62QWrtEF8rZSkMs0r02l9vtFKXiTwb4oZf+qLyqnZ7QSeX/PQ3+Hwu9DZkUmCL3iu42Zc6WN+/2WZCF7Ka2O7vij0WkV1BR8wKWn/IHrMrjz+Npla8jbRGhX3ZVr20Y4JGPxZhhjqBVGzZfbtpHefxn5K81byqfdpvb+xd/WzpztNEypFrq7UnQwwuDxDv68Okrt2CSGd7ootSLlmDRmLJhe9d74mautK4TfnJQomnUJ9nZdOL3MdnbM/7TXNkw6enH9MhdS+fEUmnWQxRhFKTFCzncrjaYVbsWBEXbkMY0wY2XFY9xs5sLSZ5PXNf/8rSLDO/Q0wpUwUsyZ2zGPiYxESsbr6SutMcZ3Ib/LESNk87zyW9nh1skdILwxSBLyXfZ12674Hz8OR6yVZmfnoYYxGvGMkf8bI/K/Gfy2l6D/LXSbSizZNvhkZYl9YR4I0WfVbpVq3UG42XR6eF1j1KTi2w3WPFz+BmfjhYA=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Fine Tune Job",permalink:"/api/get-fine-tune-job"},next:{title:"List Fine Tune Jobs",permalink:"/api/list-fine-tune-jobs"}},w={},q=[];function Z(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(f.default,{as:"h1",className:"openapi__heading",children:"Get Fine Tune Job Status"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/get_status",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the status of an existing job, including any results."}),"\n",(0,i.jsx)(f.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"fineTuneJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "status": "string",\n "fineTuneJobResult": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(Z,{...e})}):Z(e)}}}]); \ No newline at end of file diff --git a/assets/js/ccf9d218.940e40a0.js b/assets/js/ccf9d218.940e40a0.js new file mode 100644 index 00000000..e21cb6b7 --- /dev/null +++ b/assets/js/ccf9d218.940e40a0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9635],{85807:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>y,default:()=>T,frontMatter:()=>b,metadata:()=>N,toc:()=>_});var i=a(74848),n=a(28453),t=a(91366),l=a.n(t),r=(a(6050),a(57742)),c=a.n(r),d=(a(67792),a(27362)),m=a.n(d),o=(a(36683),a(81124)),p=a.n(o),u=a(60674),h=a.n(u),j=a(23397),x=a.n(j),g=a(51107),f=(a(77675),a(19365));const b={id:"get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1tv6jgQ/ivWrLRtpRSOKu1LjvpAu/Qs3V7YEvY8AEImGcA9iZ1jO21ZlP++GjuBcKl69vICxDOZyzefZ4Y1WL4wEI7gRkhkUSGR3aoZTAJQOWpuhZK9BEL4gpY0SOFWzQaW28JAAAmaWIuc1LwSs0tkxomZmjMuGb4JY4VcsGc1C5iQcVok9Mjlimk0RWpNCwIwGBda2BWEozVcIdeoO4VdQjialJMANH4v0NgrlawgXEOspEVp6SfP81TELtL2s6E41mDiJWacfllhU3wn/idvEwKwq5yU1OwZY3rONWVvBRqy8axmhMG6VjNWC7mAsvRhCY0JIejVJmXpBSZX0ngDF58+0dcuWIMijtGYeZGyDdQQ/F+Zee8fpuYrdZhbACiLjLK6fbyaDqJONBxMhw+Dfve6d9Pr/gpBU/DHsDvcP3saPjz0Hr7sHl4/3vfvutG+7nXn4bp7d7d/fNPp0dkk2OS6pV4ZwHyb9ZPjUROVmwPhR1DkWi00miYYXGu+ggCExcwcqSDxR1rBU2Ykz81SWUd6q7mQRPEMrRaxo3cdV1TJ+rW3f0u+ADBX8bIhEdLiAjWJUrWThyyymRfwOC40j1dHhUcQ2AqtyNBYnuXHyDJXOuMWQki4xXNSfed21FFXITYCarhvOpuQHQcoJvcqwfRGEI77pYiWyCotlpFawMScCcteuWGxRm4xYWZz49JVsyZbux8VQxyvROWgY38UmwCKPPmnr7i83uFC1TXuk19+42Z5VGUuUhyIv/BqZdEco81ewQRVa5tZM+RtLAee9/1MfC8sUjvU6bFcd+s41Cmzir0IfHWThGpVTwnGZcJqkrBTbC1aDN8saslT9vXnK1bo9OwgjQ2rJvu+fF9wU4pRuziPCndrb9WsdWDG1BPvsOu4jl8G8HYeqwQHPMtTAni0hpTLBXUt/sIHzjHNOVXo2OGe5UpbdseNzUSKbK5Vxk7S6vHk81iOZayksSxOBUrLLpnE143+6XosGZu5QRmpbyhDwob43UL5Mjq56wyi+95dd9rp96bR4+/dh5NJwNptFi2FYcI4eBOcc8KAkI25ZDNkKhPWYjKW5ZkLgZuVjNm8kDHBxjIu5OkZc859dPWkY5eMv3JRh9tqAGVaC7S+cZ+umesEITtx3yes8uPNqRRbqVqc1kZbB3CTdkkv+Eg+QxlsgO6v7NIN0X2QlRlLh28NL9tD34Fdw7yBmKKqMZ5aAvlSOXiFVpJyOh3DIc5jOAsY++mHgT4bywaGDfSmtpA4fa7wm3oKVkE9q9lUJJdj31fHEDg7uRbS7oK3MTL11+gMaJ3K0C4V7XW5cgtQzmnVgjbPRfuizQurpvjC0/aOhfY2Crew6RfUnugF3W1YWpubsN2uQeaileDLwR3va5UUnk3eBjt3kN9TXTo9F1+9DQ5o3fHtqrkTbtoIuaRYnBqE4GsFQfXjpm6kt18jd6VpjXrarpLdN3dbG3O20TCFnKvmStGIkXX6PfbnxUFqhyohu1ZZriRKS6ARYl71ovXJzVxlbMbdaid5Vu1zbGcZZ8e37cYS/J8W7wpJi2+2nadcSDeefLP2tBgBzwUEQPluqFG1wg05IIAGPSYBLIlZ4QjW6xk3ONRpWdLx9wI1LfmTAF64FnxG2I5oTCyRJ6gdn77hCkK49vmdRxQhqaeF28r212LqAP6NThyj67Lv6zbJ338cRMSV6k8FDTUIQfNXCNxnCED/g+htR0F35rtNwRek620Ss/guMfeI6LKqt0q5akS4Xjd6eFlCUKXi2g2UNFz+BuCXtH4=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,N={id:"api/get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",source:"@site/docs/api/get-fine-tune-job-status.api.mdx",sourceDirName:"api",slug:"/api/get-fine-tune-job-status",permalink:"/api/get-fine-tune-job-status",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-fine-tune-job-status",title:"Get Fine Tune Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1tv6jgQ/ivWrLRtpRSOKu1LjvpAu/Qs3V7YEvY8AEImGcA9iZ1jO21ZlP++GjuBcKl69vICxDOZyzefZ4Y1WL4wEI7gRkhkUSGR3aoZTAJQOWpuhZK9BEL4gpY0SOFWzQaW28JAAAmaWIuc1LwSs0tkxomZmjMuGb4JY4VcsGc1C5iQcVok9Mjlimk0RWpNCwIwGBda2BWEozVcIdeoO4VdQjialJMANH4v0NgrlawgXEOspEVp6SfP81TELtL2s6E41mDiJWacfllhU3wn/idvEwKwq5yU1OwZY3rONWVvBRqy8axmhMG6VjNWC7mAsvRhCY0JIejVJmXpBSZX0ngDF58+0dcuWIMijtGYeZGyDdQQ/F+Zee8fpuYrdZhbACiLjLK6fbyaDqJONBxMhw+Dfve6d9Pr/gpBU/DHsDvcP3saPjz0Hr7sHl4/3vfvutG+7nXn4bp7d7d/fNPp0dkk2OS6pV4ZwHyb9ZPjUROVmwPhR1DkWi00miYYXGu+ggCExcwcqSDxR1rBU2Ykz81SWUd6q7mQRPEMrRaxo3cdV1TJ+rW3f0u+ADBX8bIhEdLiAjWJUrWThyyymRfwOC40j1dHhUcQ2AqtyNBYnuXHyDJXOuMWQki4xXNSfed21FFXITYCarhvOpuQHQcoJvcqwfRGEI77pYiWyCotlpFawMScCcteuWGxRm4xYWZz49JVsyZbux8VQxyvROWgY38UmwCKPPmnr7i83uFC1TXuk19+42Z5VGUuUhyIv/BqZdEco81ewQRVa5tZM+RtLAee9/1MfC8sUjvU6bFcd+s41Cmzir0IfHWThGpVTwnGZcJqkrBTbC1aDN8saslT9vXnK1bo9OwgjQ2rJvu+fF9wU4pRuziPCndrb9WsdWDG1BPvsOu4jl8G8HYeqwQHPMtTAni0hpTLBXUt/sIHzjHNOVXo2OGe5UpbdseNzUSKbK5Vxk7S6vHk81iOZayksSxOBUrLLpnE143+6XosGZu5QRmpbyhDwob43UL5Mjq56wyi+95dd9rp96bR4+/dh5NJwNptFi2FYcI4eBOcc8KAkI25ZDNkKhPWYjKW5ZkLgZuVjNm8kDHBxjIu5OkZc859dPWkY5eMv3JRh9tqAGVaC7S+cZ+umesEITtx3yes8uPNqRRbqVqc1kZbB3CTdkkv+Eg+QxlsgO6v7NIN0X2QlRlLh28NL9tD34Fdw7yBmKKqMZ5aAvlSOXiFVpJyOh3DIc5jOAsY++mHgT4bywaGDfSmtpA4fa7wm3oKVkE9q9lUJJdj31fHEDg7uRbS7oK3MTL11+gMaJ3K0C4V7XW5cgtQzmnVgjbPRfuizQurpvjC0/aOhfY2Crew6RfUnugF3W1YWpubsN2uQeaileDLwR3va5UUnk3eBjt3kN9TXTo9F1+9DQ5o3fHtqrkTbtoIuaRYnBqE4GsFQfXjpm6kt18jd6VpjXrarpLdN3dbG3O20TCFnKvmStGIkXX6PfbnxUFqhyohu1ZZriRKS6ARYl71ovXJzVxlbMbdaid5Vu1zbGcZZ8e37cYS/J8W7wpJi2+2nadcSDeefLP2tBgBzwUEQPluqFG1wg05IIAGPSYBLIlZ4QjW6xk3ONRpWdLx9wI1LfmTAF64FnxG2I5oTCyRJ6gdn77hCkK49vmdRxQhqaeF28r212LqAP6NThyj67Lv6zbJ338cRMSV6k8FDTUIQfNXCNxnCED/g+htR0F35rtNwRek620Ss/guMfeI6LKqt0q5akS4Xjd6eFlCUKXi2g2UNFz+BuCXtH4=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Fine Tune Job",permalink:"/api/get-fine-tune-job"},next:{title:"List Fine Tune Jobs",permalink:"/api/list-fine-tune-jobs"}},v={},_=[];function S(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Get Fine Tune Job Status"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/get_status",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the status of an existing job, including any results."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"fineTuneJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"progress"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(h(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(h(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(h(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,i.jsx)(h(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"trainedModelFile"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(h(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(h(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "status": "JOB_STATUS_UNSPECIFIED",\n "fineTuneJobResult": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/cd86ef06.4d525838.js b/assets/js/cd86ef06.4d525838.js new file mode 100644 index 00000000..77b98668 --- /dev/null +++ b/assets/js/cd86ef06.4d525838.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3140],{85446:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>d,contentTitle:()=>m,default:()=>u,frontMatter:()=>r,metadata:()=>_,toc:()=>c});var i=a(74848),s=a(28453),n=(a(6050),a(60674)),l=a.n(n),o=(a(23397),a(51107));a(19365);const r={id:"datasetcolumninfo",title:"DatasetColumnInfo",description:"",sidebar_label:"DatasetColumnInfo",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,_={id:"api/schemas/datasetcolumninfo",title:"DatasetColumnInfo",description:"",source:"@site/docs/api/schemas/datasetcolumninfo.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetcolumninfo",permalink:"/api/schemas/datasetcolumninfo",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetcolumninfo",title:"DatasetColumnInfo",description:"",sidebar_label:"DatasetColumnInfo",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"Timestamp",permalink:"/api/schemas/timestamp"},next:{title:"DatasetLabelState",permalink:"/api/schemas/datasetlabelstate"}},d={},c=[];function T(e){return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"DatasetColumnInfo"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(l(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(l(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(l(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}})]})]})}function u(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(T,{...e})}):T()}}}]); \ No newline at end of file diff --git a/assets/js/cd86ef06.d33377a4.js b/assets/js/cd86ef06.d33377a4.js deleted file mode 100644 index 3fd766c9..00000000 --- a/assets/js/cd86ef06.d33377a4.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3140],{85446:(e,a,t)=>{t.r(a),t.d(a,{assets:()=>c,contentTitle:()=>m,default:()=>p,frontMatter:()=>o,metadata:()=>d,toc:()=>u});var s=t(74848),i=t(28453),n=(t(6050),t(60674)),l=t.n(n),r=(t(23397),t(51107));t(19365);const o={id:"datasetcolumninfo",title:"DatasetColumnInfo",description:"",sidebar_label:"DatasetColumnInfo",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/datasetcolumninfo",title:"DatasetColumnInfo",description:"",source:"@site/docs/api/schemas/datasetcolumninfo.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/datasetcolumninfo",permalink:"/api/schemas/datasetcolumninfo",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"datasetcolumninfo",title:"DatasetColumnInfo",description:"",sidebar_label:"DatasetColumnInfo",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DatasetFileInfo",permalink:"/api/schemas/datasetfileinfo"},next:{title:"DatasetView",permalink:"/api/schemas/datasetview"}},c={},u=[];function h(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(r.default,{as:"h1",className:"openapi__heading",children:"DatasetColumnInfo"}),"\n",(0,s.jsxs)("ul",{children:[(0,s.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,s.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(l(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,s.jsx)(l(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,s.jsx)(l(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function p(e={}){const{wrapper:a}={...(0,i.R)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(h,{...e})}):h()}}}]); \ No newline at end of file diff --git a/assets/js/cf9fa703.31fe3888.js b/assets/js/cf9fa703.31fe3888.js deleted file mode 100644 index b4fca574..00000000 --- a/assets/js/cf9fa703.31fe3888.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6786],{35811:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>y,default:()=>_,frontMatter:()=>f,metadata:()=>N,toc:()=>q});var i=a(74848),n=a(28453),l=a(91366),r=a.n(l),t=(a(6050),a(57742)),c=a.n(t),m=(a(67792),a(27362)),p=a.n(m),o=(a(36683),a(81124)),d=a.n(o),h=a(60674),j=a.n(h),x=a(23397),u=a.n(x),g=a(51107),b=(a(77675),a(19365));const f={id:"get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",api:"eJzlVk1v4zYQ/SuD6SEJwNhBjlrk4F2kRdqkG6zd9mAbAS2Nbe5SpJaknBiC/nsxpGQrcVoU7bEXWxSH8/Hm8Y0aDHLjMZvj7U7qWgZlDS4F2opcXNwVmOFPFB4oOJWjwIJ87lQVDeMOSPAV5WqtcqCDEyjjAVjtQRVgHRhZ0ggFesprp8Ies3mDH0k6cpM6bDGbL9ulQEffa/Lhoy32mDWYWxPIBH6UVaVVHp2Pv3qO3qDPt1RKfgoqaBqm+iU5QoFhX/GOXX2lnNeV4+qCIs8HU55DF4dS//6gKuKhZOODU2aDrUCu892NV8C9u19puy/JhGmQofbvGLVtmxBSjgpuWpf88m1buuKp6NtQ1j7AVu4IZABN0odBW8BTGB28+8oan0q8vrriv9e+p3Wek/frWsOBJSj+U6dSyP9rq0LtjAcJ61rrvl+pEHhWYQtSa1gr0oU/NqoV+HKZ24Kmsqw0VzlvUEuzwQx/ljs5jRH4utna5ZyYKivrAtxLH0qlCdbOlnCmu+XZh4VZmNwaHyDXikyAGzD0fLA/bxYGYBXv68x+I5NB5SwTYURmNz+7n0xnD3f3t0+Tx7un2edfbn89WwoYj2G2VR6Uh7AlKGgtax1AmgJyaWBFYEsVAhUL017EFKTfmxzWtcmTikhlzi8gBk/Z9QSFG5DPUvXpjo7SM9r0zDpvOjwzaFroIiRHVtNI2815726UDNmkZasU+AO24oDr4z5sI9XfYmr9wkQ4ezThDdgR2x7VA6KcSg/pU2BMb2xEU7lUxPkCT2Fd4IUA+OEf43qxMAPI3gXrKdXeJZQWN00r4uHKKRNOYELW6pLC1vJ8qGwU2kqyjuNYVmp8PZZ1sE8caHyMNj5Gi6PA7cgl7tZOY4bbECqfjcc9kFKNCtqdTJ1HZ4s6EST5gMsI6wNjP7mLyfVzZsrCk2RgOG0OF5ZDci7RDDNM/UDRPfxoXSkD36o/ZsjXjgXty3FI3b7EC/hanlhveiXoZea4fl3L4PVbUTmKiUBl1naofINyYfJ4B79fn3g+Ncngky0ra8gEjwIZ/GR6PbpiXeM+ljJqXpc0z/f3R/9gNv+Lr4AO/EAvYVxpqQyHjxxoOhrNUVYKBXJdByqhwKNzFDig01LglmmYzbFpVtLTb063Lb/+XpPjz42lwJ10Sq4YwPmyFbglWZCL/PtGe8zwUyrpcsbpsbmuOc2TgcaqkE5M8pyi0P617fCmPH6ezphb3edNaQs+4+QzivibIfLHF5+OlI3vkgLVcsO2ySdTQr4m8hvixqq6LWn2gwybZiDjbYuiKyVKELbLtm3/BFRMgVg=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,N={id:"api/get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",source:"@site/docs/api/get-metric.api.mdx",sourceDirName:"api",slug:"/api/get-metric",permalink:"/api/get-metric",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",api:"eJzlVk1v4zYQ/SuD6SEJwNhBjlrk4F2kRdqkG6zd9mAbAS2Nbe5SpJaknBiC/nsxpGQrcVoU7bEXWxSH8/Hm8Y0aDHLjMZvj7U7qWgZlDS4F2opcXNwVmOFPFB4oOJWjwIJ87lQVDeMOSPAV5WqtcqCDEyjjAVjtQRVgHRhZ0ggFesprp8Ies3mDH0k6cpM6bDGbL9ulQEffa/Lhoy32mDWYWxPIBH6UVaVVHp2Pv3qO3qDPt1RKfgoqaBqm+iU5QoFhX/GOXX2lnNeV4+qCIs8HU55DF4dS//6gKuKhZOODU2aDrUCu892NV8C9u19puy/JhGmQofbvGLVtmxBSjgpuWpf88m1buuKp6NtQ1j7AVu4IZABN0odBW8BTGB28+8oan0q8vrriv9e+p3Wek/frWsOBJSj+U6dSyP9rq0LtjAcJ61rrvl+pEHhWYQtSa1gr0oU/NqoV+HKZ24Kmsqw0VzlvUEuzwQx/ljs5jRH4utna5ZyYKivrAtxLH0qlCdbOlnCmu+XZh4VZmNwaHyDXikyAGzD0fLA/bxYGYBXv68x+I5NB5SwTYURmNz+7n0xnD3f3t0+Tx7un2edfbn89WwoYj2G2VR6Uh7AlKGgtax1AmgJyaWBFYEsVAhUL017EFKTfmxzWtcmTikhlzi8gBk/Z9QSFG5DPUvXpjo7SM9r0zDpvOjwzaFroIiRHVtNI2815726UDNmkZasU+AO24oDr4z5sI9XfYmr9wkQ4ezThDdgR2x7VA6KcSg/pU2BMb2xEU7lUxPkCT2Fd4IUA+OEf43qxMAPI3gXrKdXeJZQWN00r4uHKKRNOYELW6pLC1vJ8qGwU2kqyjuNYVmp8PZZ1sE8caHyMNj5Gi6PA7cgl7tZOY4bbECqfjcc9kFKNCtqdTJ1HZ4s6EST5gMsI6wNjP7mLyfVzZsrCk2RgOG0OF5ZDci7RDDNM/UDRPfxoXSkD36o/ZsjXjgXty3FI3b7EC/hanlhveiXoZea4fl3L4PVbUTmKiUBl1naofINyYfJ4B79fn3g+Ncngky0ra8gEjwIZ/GR6PbpiXeM+ljJqXpc0z/f3R/9gNv+Lr4AO/EAvYVxpqQyHjxxoOhrNUVYKBXJdByqhwKNzFDig01LglmmYzbFpVtLTb063Lb/+XpPjz42lwJ10Sq4YwPmyFbglWZCL/PtGe8zwUyrpcsbpsbmuOc2TgcaqkE5M8pyi0P617fCmPH6ezphb3edNaQs+4+QzivibIfLHF5+OlI3vkgLVcsO2ySdTQr4m8hvixqq6LWn2gwybZiDjbYuiKyVKELbLtm3/BFRMgVg=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Metrics",permalink:"/api/list-metrics"},next:{title:"Create Fine Tune Job",permalink:"/api/create-fine-tune-job"}},v={},q=[];function V(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Get Metric"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/evaluation/get_metric",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get a specific evaluation metric by id or name."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(d(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "string"\n }\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file diff --git a/assets/js/cf9fa703.39c9eb5e.js b/assets/js/cf9fa703.39c9eb5e.js new file mode 100644 index 00000000..c2b0f206 --- /dev/null +++ b/assets/js/cf9fa703.39c9eb5e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6786],{35811:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>D,contentTitle:()=>T,default:()=>L,frontMatter:()=>N,metadata:()=>M,toc:()=>O});var i=a(74848),t=a(28453),n=a(91366),l=a.n(n),r=(a(6050),a(57742)),m=a.n(r),c=(a(67792),a(27362)),d=a.n(c),o=(a(36683),a(81124)),p=a.n(o),E=a(60674),h=a.n(E),j=a(23397),u=a.n(j),_=a(51107),x=(a(77675),a(19365));const N={id:"get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",api:"eJztVt9v4jgQ/ldGcw9tpRRWfcyqD2yhK+5aihZ6pxMg5CZD8W5iZ22HFkX5309jB0hLt7e6ezvdC8TJeH588/nzVOjEo8V4hoONyErhpFa4iFAXZPximGKMn8ndkjMywQhTsomRhTf0X0CALSiRK5kA7Z1A7jfAwxZkCtqAEjl1MEJLSWmk22I8q/ATCUOmV7o1xrNFvYjQ0PeSrPuk0y3GFSZaOVKOH0VRZDLxzrtfLUev0CZrygU/Oekyaqf6JTjCCN224C/64SslvC4MV+ckWd4Y8my72Jf6/kaZ+k3Bxjoj1SPWEXKdb354Adyb34tMb3NSbuKEK+2xUYSkypybdXvXH9ws+4Pxzd2ft4PRdDmZ9qb3k+X9aDIeXA2vh4M+Rj+0Gg9G/eHo8zsWd6Ob4WjwnsH19d9YjHv3k0GfubTHVaeU9V9XWdd1HdouDaVcXNORxWuuNR2ldMetvLQO1mJDIBxkJKxrcQ0suc7euy20sqFvFx8+8N9L35MyScjaVZnBnvoY/Sv6hZD/8+8/xD9XGmVBwKrMsh0JQ3fgSbo1iCyDlaQstQf21RE+nyc6pYnIi4xbN6swE+oRY/xVbMTER2Bh1KVJOE+ZF9o4uBHW5TIjWBmdw0nWLE8+ztVcJVpZB0kmSTm4BEVPe/vTaq4AHryyTvU3UjEURjO7O6Q2s5Ob3mR6O7wZLHvj4XJ699tgdLKIoNuF6VpakBbcmiCllSgzB0KlkAgFDwQ6l85ROlf1mU9B2K1KYFWqJOi9kOr0DHzwkN3u1MEliCchd+l2DpdE53F3XE6rBs8YqhqaCMGRzqiT6cfTnbtOMGSTmq1C4I9YR3tcx1u39uf3NabazpWHc4cmvALbY7tDdY8op7KDdOkY00vt0ZQmFHE6x2NY53gWAfzy07iezVULsjfBWobam4TC4rKqI7+5MFK5I5iQb9Wc3FrzTV5ofyUWgm9c7IpCdi+6onR6yYG6h2jdQzR/aZsNmcDd0mQY49q5wsbd7g5IITspbY7mg7HRaRkIEnzAuYf1lrHvDX1yu4lgwmoatK09F+xViENyLt4MYwz9wKh5uNYmF45P1R9T5GPHKv3lME4Mnv0BfKm5LKIHeQvaeVi/rKX1+rVS/pQgck5SrXRb61tYQG88hN8vjsIem8RwpfNCK1LOYoTcmWB60fnASs5NzoVX+aYiHtPenuBaI9Y/GOaazjh6dt0iE1JxeE+QquHYDEUhMUKua88zvkkO42aELa4tIlwzR+MZVtWDsHRvsrrm199LMjw1LiLcCCPFAwM4W9QRrkmkZDw5v9EWY7wKJZ1POT02z0pO8+gKZ8kIO3pJQl6Ff2zbPkbju8mUiddMqblOeY8RTxj53xiRZ2je7fns3wV5KsUj2wafTAnxkuWvWO2raj4JtW1lWFUtja9rjJpSvD5hvajr+i/sIwru",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},T=void 0,M={id:"api/get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",source:"@site/docs/api/get-metric.api.mdx",sourceDirName:"api",slug:"/api/get-metric",permalink:"/api/get-metric",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-metric",title:"Get Metric",description:"Get a specific evaluation metric by id or name.",api:"eJztVt9v4jgQ/ldGcw9tpRRWfcyqD2yhK+5aihZ6pxMg5CZD8W5iZ22HFkX5309jB0hLt7e6ezvdC8TJeH588/nzVOjEo8V4hoONyErhpFa4iFAXZPximGKMn8ndkjMywQhTsomRhTf0X0CALSiRK5kA7Z1A7jfAwxZkCtqAEjl1MEJLSWmk22I8q/ATCUOmV7o1xrNFvYjQ0PeSrPuk0y3GFSZaOVKOH0VRZDLxzrtfLUev0CZrygU/Oekyaqf6JTjCCN224C/64SslvC4MV+ckWd4Y8my72Jf6/kaZ+k3Bxjoj1SPWEXKdb354Adyb34tMb3NSbuKEK+2xUYSkypybdXvXH9ws+4Pxzd2ft4PRdDmZ9qb3k+X9aDIeXA2vh4M+Rj+0Gg9G/eHo8zsWd6Ob4WjwnsH19d9YjHv3k0GfubTHVaeU9V9XWdd1HdouDaVcXNORxWuuNR2ldMetvLQO1mJDIBxkJKxrcQ0suc7euy20sqFvFx8+8N9L35MyScjaVZnBnvoY/Sv6hZD/8+8/xD9XGmVBwKrMsh0JQ3fgSbo1iCyDlaQstQf21RE+nyc6pYnIi4xbN6swE+oRY/xVbMTER2Bh1KVJOE+ZF9o4uBHW5TIjWBmdw0nWLE8+ztVcJVpZB0kmSTm4BEVPe/vTaq4AHryyTvU3UjEURjO7O6Q2s5Ob3mR6O7wZLHvj4XJ699tgdLKIoNuF6VpakBbcmiCllSgzB0KlkAgFDwQ6l85ROlf1mU9B2K1KYFWqJOi9kOr0DHzwkN3u1MEliCchd+l2DpdE53F3XE6rBs8YqhqaCMGRzqiT6cfTnbtOMGSTmq1C4I9YR3tcx1u39uf3NabazpWHc4cmvALbY7tDdY8op7KDdOkY00vt0ZQmFHE6x2NY53gWAfzy07iezVULsjfBWobam4TC4rKqI7+5MFK5I5iQb9Wc3FrzTV5ofyUWgm9c7IpCdi+6onR6yYG6h2jdQzR/aZsNmcDd0mQY49q5wsbd7g5IITspbY7mg7HRaRkIEnzAuYf1lrHvDX1yu4lgwmoatK09F+xViENyLt4MYwz9wKh5uNYmF45P1R9T5GPHKv3lME4Mnv0BfKm5LKIHeQvaeVi/rKX1+rVS/pQgck5SrXRb61tYQG88hN8vjsIem8RwpfNCK1LOYoTcmWB60fnASs5NzoVX+aYiHtPenuBaI9Y/GOaazjh6dt0iE1JxeE+QquHYDEUhMUKua88zvkkO42aELa4tIlwzR+MZVtWDsHRvsrrm199LMjw1LiLcCCPFAwM4W9QRrkmkZDw5v9EWY7wKJZ1POT02z0pO8+gKZ8kIO3pJQl6Ff2zbPkbju8mUiddMqblOeY8RTxj53xiRZ2je7fns3wV5KsUj2wafTAnxkuWvWO2raj4JtW1lWFUtja9rjJpSvD5hvajr+i/sIwru",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Metrics",permalink:"/api/list-metrics"},next:{title:"Create Fine Tune Job",permalink:"/api/create-fine-tune-job"}},D={},O=[];function S(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(_.default,{as:"h1",className:"openapi__heading",children:"Get Metric"}),"\n",(0,i.jsx)(m(),{method:"post",path:"/api/2/auto_eval/evaluation/get_metric",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get a specific evaluation metric by id or name."}),"\n",(0,i.jsx)(_.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})})})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "metric": {\n "id": "string",\n "name": "string",\n "description": "string",\n "deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED"\n }\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/d18ff133.60e2cb7a.js b/assets/js/d18ff133.60e2cb7a.js deleted file mode 100644 index 3b12b6b5..00000000 --- a/assets/js/d18ff133.60e2cb7a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7033],{13816:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>N,contentTitle:()=>y,default:()=>k,frontMatter:()=>v,metadata:()=>f,toc:()=>q});var i=s(74848),l=s(28453),t=s(91366),n=s.n(t),r=(s(6050),s(57742)),o=s.n(r),c=(s(67792),s(27362)),p=s.n(c),d=(s(36683),s(81124)),m=s.n(d),h=s(60674),u=s.n(h),j=s(23397),b=s.n(j),g=s(51107),x=(s(77675),s(19365));const v={id:"create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",api:"eJzNWEtv4zgS/isF7sEJoNi9OWrQh3R3Bkhvettoe2cOlmHQUtliQpEaknLaY+i/L4qUZNlyJo3GHOaSSOJXDxa/etAH5vjWsnjBpharTMMjX6OEz3rNlhHTJRruhFYPGYvZR4PcYcB5GKEilqFNjSgJxmI2c1jCv0Fv4DaGIAEcFL7Ak15DqtVGbKugFDbawOPjF/hcZVsESSqF2kbgNKwxUWCrtcU/KlRO7umlEM5hBus9pFwSFGb+46lLYxYxi2llhNuzeHFgH5AbNHeVy1m8WNbLiBnSat0Hne1ZfGCpVg6Vo0dellKk3r3Jk6UdHZhNcyw4PTnhJL4SiW9BJ4uY25cE0usnTOm9NBRHJ9CSjvJE6qMPCH0/DeOUGye4PAsYOcqFop1XZcYdWtgJDsJZUFrdqEpK2AiUmaUgtN5OL1l8y03FC/RbDijrjFDbwWl/9Q9cAsH9eboc6aTHrD7D/rCq3uehRu64RUd0fEvfwyciIQkXXChoJAO3IBzCjaccZqR5gy+zXLtPP2Og1d07ng2+3NhcO8DvvCgl2jG0G/Qb4akTO3wM9n/KaNAg99BsovWiZwgeNkCciMDlwvoEFJZimqhGHCRyQw57pyxKTB1mH7WsCmV73nBj+J5FTDgs7NtezihxHXmaBlVN2CuLGQh1En4ynii4/156261EDEKVlYtAV87/3xpdqWzlTOXyRMGv2rSxjYCDrYqCG/FnyBPH7TMUYps7UNqBQsyAq6CxMUA2P+whww2vpIuAS9k5y01wdczq2udFUbo5FqXkDvtlYHq68lZKiQvnW0fM9TX/ZVjnOUKLhoABl3NHuxAKredFcNd7TmVOGMyovIuM9Uwt64itucX7HZeVj9kXdEakb/vwDS2aHWahzozhk/YhriwCcBfyTReoXGDUsyjvjlQnhUcLa60lcjXk+AacqTACku6I2nWHl1ykOQi103KHNpyrQ1NgJiguTTIlClJfpTNfRPKq4KpTMh6E51hYhmkwoMArsbu43eW5pYv1f1nXAWdLrWygy+27d8O+MKvSFK3dVBK65syiv6uDBetvEvlJry/VqvOdBpjfWh2x7zepznAWqqHvy5ITHdhnvuMzv0WKoK5MSjpFUWrj4JFbVwiJsDG6gJFsXke/JCpRqVbWQSoFKgfv/ZDR4q8OiQJY+84/18+oYkoMCt0Y1W4xerybzb88PN6v7qYPq/nX/9z/d7SMYDKBOVVKEVKpKQ7AVQYpV1TBdJhBElVfexe43asUNpVKfeGhVnN1Dd548M5TruHkZ72G98BfuGi9Hp8t23EgbXAf4BJZYmgWAS7RMIbRpc+jqBXqqB7DqHs+Lp9yPYYDCEKKbBR1xSeGUfs4groTPUucGBajQI3R8ogZpEgcsj0AgrImuCGGWuJY6u3VWajGnl4ErAkbIv8Lq6OOWNO9y312nJNK20R5PrV0gjO2eXK1tOooFTwMnFo5ItV77ekkjFbjLbqrhA15lbDrCOBfP0ys60T5na6as1k9edb0+dJf6hjTJ8wqwJ70ehUGyPcdZQASX71W2BFkVXiGJCxu1s65k7CoL95aF1kQ6Uh0hgtMWrVMIXDPjYBpdYhT4bDYl+y/9YD1icWWgKumk5PgImnqU8KWp+BnUa5Cd1m1jYEE5qdsvE5UaYRyV4PQEwNXIrtmdKUo0OWabkml9peAktN1g014KSa3E1457SM+OT+gSTg+33bMDk0ojZWRLGa5c6WNJ5OWplyMM9wN+uXU6KwK9SfogBtP2i/E7LsH7157IZpRJwhVvH8t6ko5mSRfPIx6tAdRx/MPv2pTcEdF+/e5r/fUYb4db1P3YSL7q3tOuFi8Nl4cPx9n4uPH4ZB+XHttoj4iBuPtol1bXpryxInwcUrrjW6XR6iexQvjDxU7ipxQG93vyL0Tg7vpA/x2OwjOEBLDR12UWqFyNKcQfwL0dvyOHCQyFlz14t5cyQe3/cFtrRsp/iFX+oagDr+7SSm5ULQ/nyeHJtkWjJeCRYwC1yUcpeJZytG8FJJuGbGc0jVesMOBDvN/RtY1ff6jQkO/HiwjtuNG8DWd0YLG5hx5hsZn6TPuKaIhUDdzcpDgsvJXpvM5jDpTkLhLU/TTzuvYfkWZfp3NKQObXysKnZGM4S8s8n9jxuinGpL2ie2/hS5Y8S1hg05iHT9N97P09rtqr3xq3/PwcOjNUnXNomYrvg2ymoa8/wOJIVhx",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,f={id:"api/create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",source:"@site/docs/api/create-pseudo-label-job.api.mdx",sourceDirName:"api",slug:"/api/create-pseudo-label-job",permalink:"/api/create-pseudo-label-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",api:"eJzNWEtv4zgS/isF7sEJoNi9OWrQh3R3Bkhvettoe2cOlmHQUtliQpEaknLaY+i/L4qUZNlyJo3GHOaSSOJXDxa/etAH5vjWsnjBpharTMMjX6OEz3rNlhHTJRruhFYPGYvZR4PcYcB5GKEilqFNjSgJxmI2c1jCv0Fv4DaGIAEcFL7Ak15DqtVGbKugFDbawOPjF/hcZVsESSqF2kbgNKwxUWCrtcU/KlRO7umlEM5hBus9pFwSFGb+46lLYxYxi2llhNuzeHFgH5AbNHeVy1m8WNbLiBnSat0Hne1ZfGCpVg6Vo0dellKk3r3Jk6UdHZhNcyw4PTnhJL4SiW9BJ4uY25cE0usnTOm9NBRHJ9CSjvJE6qMPCH0/DeOUGye4PAsYOcqFop1XZcYdWtgJDsJZUFrdqEpK2AiUmaUgtN5OL1l8y03FC/RbDijrjFDbwWl/9Q9cAsH9eboc6aTHrD7D/rCq3uehRu64RUd0fEvfwyciIQkXXChoJAO3IBzCjaccZqR5gy+zXLtPP2Og1d07ng2+3NhcO8DvvCgl2jG0G/Qb4akTO3wM9n/KaNAg99BsovWiZwgeNkCciMDlwvoEFJZimqhGHCRyQw57pyxKTB1mH7WsCmV73nBj+J5FTDgs7NtezihxHXmaBlVN2CuLGQh1En4ynii4/156261EDEKVlYtAV87/3xpdqWzlTOXyRMGv2rSxjYCDrYqCG/FnyBPH7TMUYps7UNqBQsyAq6CxMUA2P+whww2vpIuAS9k5y01wdczq2udFUbo5FqXkDvtlYHq68lZKiQvnW0fM9TX/ZVjnOUKLhoABl3NHuxAKredFcNd7TmVOGMyovIuM9Uwt64itucX7HZeVj9kXdEakb/vwDS2aHWahzozhk/YhriwCcBfyTReoXGDUsyjvjlQnhUcLa60lcjXk+AacqTACku6I2nWHl1ykOQi103KHNpyrQ1NgJiguTTIlClJfpTNfRPKq4KpTMh6E51hYhmkwoMArsbu43eW5pYv1f1nXAWdLrWygy+27d8O+MKvSFK3dVBK65syiv6uDBetvEvlJry/VqvOdBpjfWh2x7zepznAWqqHvy5ITHdhnvuMzv0WKoK5MSjpFUWrj4JFbVwiJsDG6gJFsXke/JCpRqVbWQSoFKgfv/ZDR4q8OiQJY+84/18+oYkoMCt0Y1W4xerybzb88PN6v7qYPq/nX/9z/d7SMYDKBOVVKEVKpKQ7AVQYpV1TBdJhBElVfexe43asUNpVKfeGhVnN1Dd548M5TruHkZ72G98BfuGi9Hp8t23EgbXAf4BJZYmgWAS7RMIbRpc+jqBXqqB7DqHs+Lp9yPYYDCEKKbBR1xSeGUfs4groTPUucGBajQI3R8ogZpEgcsj0AgrImuCGGWuJY6u3VWajGnl4ErAkbIv8Lq6OOWNO9y312nJNK20R5PrV0gjO2eXK1tOooFTwMnFo5ItV77ekkjFbjLbqrhA15lbDrCOBfP0ys60T5na6as1k9edb0+dJf6hjTJ8wqwJ70ehUGyPcdZQASX71W2BFkVXiGJCxu1s65k7CoL95aF1kQ6Uh0hgtMWrVMIXDPjYBpdYhT4bDYl+y/9YD1icWWgKumk5PgImnqU8KWp+BnUa5Cd1m1jYEE5qdsvE5UaYRyV4PQEwNXIrtmdKUo0OWabkml9peAktN1g014KSa3E1457SM+OT+gSTg+33bMDk0ojZWRLGa5c6WNJ5OWplyMM9wN+uXU6KwK9SfogBtP2i/E7LsH7157IZpRJwhVvH8t6ko5mSRfPIx6tAdRx/MPv2pTcEdF+/e5r/fUYb4db1P3YSL7q3tOuFi8Nl4cPx9n4uPH4ZB+XHttoj4iBuPtol1bXpryxInwcUrrjW6XR6iexQvjDxU7ipxQG93vyL0Tg7vpA/x2OwjOEBLDR12UWqFyNKcQfwL0dvyOHCQyFlz14t5cyQe3/cFtrRsp/iFX+oagDr+7SSm5ULQ/nyeHJtkWjJeCRYwC1yUcpeJZytG8FJJuGbGc0jVesMOBDvN/RtY1ff6jQkO/HiwjtuNG8DWd0YLG5hx5hsZn6TPuKaIhUDdzcpDgsvJXpvM5jDpTkLhLU/TTzuvYfkWZfp3NKQObXysKnZGM4S8s8n9jxuinGpL2ie2/hS5Y8S1hg05iHT9N97P09rtqr3xq3/PwcOjNUnXNomYrvg2ymoa8/wOJIVhx",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Projects",permalink:"/api/list-projects"},next:{title:"Submit Pseudo Label Job",permalink:"/api/submit-pseudo-label-job"}},N={},q=[];function J(e){const a={p:"p",...(0,l.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Create Pseudo Label Job"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/create",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be\nsubsequently submitted by calling SubmitPseudoLabelJob."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Partial configuration containing updates via its non-null fields."})}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(u(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(u(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(u(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(u(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(u(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "jobId": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,l.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file diff --git a/assets/js/d18ff133.f97059a2.js b/assets/js/d18ff133.f97059a2.js new file mode 100644 index 00000000..9ca85e5c --- /dev/null +++ b/assets/js/d18ff133.f97059a2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7033],{13816:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>v,contentTitle:()=>N,default:()=>A,frontMatter:()=>g,metadata:()=>S,toc:()=>I});var i=s(74848),l=s(28453),t=s(91366),n=s.n(t),r=(s(6050),s(57742)),o=s.n(r),d=(s(67792),s(27362)),m=s.n(d),c=(s(36683),s(81124)),p=s.n(c),u=s(60674),h=s.n(u),b=s(23397),j=s.n(b),x=s(51107),f=(s(77675),s(19365));const g={id:"create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",api:"eJzNWN1z4jgS/1e6dA8kVQ7M5dFb80AypI45kmEDmd07TFHCbkCJLXklmQxH+X+/askG87WZ2rqHe0mM9etWq/XrL2+Z5UvDwgkbGiwSBQM+xxS+qjmbBkzlqLkVSvYTFrJ7jdyixzkYoQKWoIm1yAnGQjaymMPfQS3gNgQvARwkvsOrmkOs5EIsC68UFkrDYPAIX4tkiZCSSiGXAVgFc4wkmGJu8I8CpU039CMT1mIC8w3EPCUojNzLQ5PaLGAG40ILu2HhZMvukGvU3cKuWDiZltOAadJq7J1KNizcslhJi9LSI8/zVMTOvM6roRNtmYlXmHF6ssKmeMETz14nC5jd5ARS81eM6XeuyY9WoCEd+YHUvXMIvT9045BrK3h65DAylAtJJy/yhFs0sBYchDUglbyRRZrCQmCaGHJCbe3w3I4fmSl5hu7IHmWsFnJ5ctvf3ANPgeDuPu0K6abbrDzC/rSqxutTjdxyg5bo+JG+/hciIQlnXEioJD23wF/CjaMcJqR5ge+jlbJf/soGte7G9Szw/caslAX8wbM8RdOG+oDuIDy2Yo0Dv/9f2tRrSDdQHaK2orER9BdAnAjAroRxASgM+TSSlTikyDUZ7IwymGJsMblXaZFJ07CGa803LGDCYmY+tnJEgWvJ0tirqtxeGExAyAP30+aRhN6P3O1dS4QgZF7YAFRh3f+lVoVMZlYXdhVJeFC69m0AHEyRZVyL//g4sdy8QSaWKwtSWZCICXDpNVYb0J53G0hwwYvUBsDTdGcs197UNitLFxdZbseY5Sm32EwDw8OVj0JKnLnfMmC2qflP3TpeIdRo8BiwK27pFEKicbzw5jrLKc0JjQmld5GwxlbTMmBzbrC35mnhfPaIVov4nA0oi4w03HVHvVnve3fw0h33vz3NHnvj5/797OVpNOzd9x/6vS8suAR66PbH/3h4GTz1RqPLqOfeoPe9+3TfuwwZf/u9f98f/+sy4tfu5bXRy+Nj97n/b/eSClx9k3fnfHHs/mc0qNeY+BTbhi/KsaswCMCtTzUqQ2l9ML2JvLuPcvLl3rlzpVLk8jS8F2B1gQGQ9C5Gd4XxfSXiFQi5Vukajae0RZ1hIogSVR6JJMSuQCUuf66KjMudkvYJM/Y59TQDnLD/Am3OHnd6vNPZ0jctS48zuZLGR8rtp0+nJXFUxDEasyhS2PUlLPhfFW+/+4cx/Krm59L08Uk9zB2tDNiPm1glOPKFwLUkKSc6sK98zUfuiORBVeiYdIosV9rCgBubiRRhoVUGrbT62folkpGMlTQW4lSgtPDZ9Vc1/mobSYC5a3rG6g1lSDmBXNdGuZ60Bt3R+LE/6M26w/5s/O2fvafWNIBOB8ZUJITPIlVeBC4TiLmk5K18+xXJ8tqZwM1GxrAoZOxyLlXZq2twm3vrHOUqTn5Vc/gM/J2L2ur20bJpe9J68wHOkSWEahHgHA1DaH2cpFpBrWJH/BBau+f98iHzQ9iCIKRIWsEuC4fQqh9bUO5Ej8IohEnLE6U13WNOAib0se8BXlnlau9RlWI7VcurI8e1HdkIWBLW38MvrAx2NBtu7MrFyjHFlImkY1dNLjjinqNaTbIdwbyFnmEzSxT7rBy5hFayvUR7FbFTlkXsOgD420/T7DqS7qSz6m5mr45DTfY0l3b8adJn5mGvaj7znfTnHYEAIpfLZrhj0SxzNIpYCNFPlLuIBU1ltS0i8Qp2lDrCeV7Nat4QuGGUx9Q6xKGwX2xKNn81gOXBjjUdZ1WDQ4KTqMpdEZsegt9EPvOVZ1YXDRIYH3LzOpK5FtJenVwE8XEmkmtGk1aGdqVoeMyVm41yTlMY6/BcdG47vLDK+b9zfF0df5muJOk1ap82C52ykK2szU3Y6dSk5aKd4Pqklg61Sgqfm7wOuHEUfiSed/vOvHpOHFGV8Bm+OS3u0jxtSbY4GNVvB6Jq6B4elM64pYT+29jVAqo+z/shs+cb1T8b//y8danz27/ejwr7l6ezy37t0qCxR5x0/ZN6bXqu+RUHwvvmtdHRnu8sf66BPNc2UVokrwq5UM1K3rhN6A778P32xHGnkBDuVZYridJSf0Pc8tDb9icynoiacdm4k+orxskHkpMBd9eK/J98BanIa/GH7eQpF5LO52JoWwXihPFcsICR43bBSGF6FI7UZ/mAnAZsRaEcTth2Sxf9otOypNd/FKjpg8s0YGuuBZ/THU1o0lghT1C7CH7DDXnUO+pmTAYSPC3clHncv1EN8xLdOEbXJV3GNrPN8NtoTNFZfeDJVEIymr+zwP0NGaOvWyTtgt698/Wy4EvCep3EOn6YCo5C352qnpLlpmHhdtvowcqSBdVRXMFkJTWH/wVSq66x",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},N=void 0,S={id:"api/create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",source:"@site/docs/api/create-pseudo-label-job.api.mdx",sourceDirName:"api",slug:"/api/create-pseudo-label-job",permalink:"/api/create-pseudo-label-job",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-pseudo-label-job",title:"Create Pseudo Label Job",description:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be",api:"eJzNWN1z4jgS/1e6dA8kVQ7M5dFb80AypI45kmEDmd07TFHCbkCJLXklmQxH+X+/askG87WZ2rqHe0mM9etWq/XrL2+Z5UvDwgkbGiwSBQM+xxS+qjmbBkzlqLkVSvYTFrJ7jdyixzkYoQKWoIm1yAnGQjaymMPfQS3gNgQvARwkvsOrmkOs5EIsC68UFkrDYPAIX4tkiZCSSiGXAVgFc4wkmGJu8I8CpU039CMT1mIC8w3EPCUojNzLQ5PaLGAG40ILu2HhZMvukGvU3cKuWDiZltOAadJq7J1KNizcslhJi9LSI8/zVMTOvM6roRNtmYlXmHF6ssKmeMETz14nC5jd5ARS81eM6XeuyY9WoCEd+YHUvXMIvT9045BrK3h65DAylAtJJy/yhFs0sBYchDUglbyRRZrCQmCaGHJCbe3w3I4fmSl5hu7IHmWsFnJ5ctvf3ANPgeDuPu0K6abbrDzC/rSqxutTjdxyg5bo+JG+/hciIQlnXEioJD23wF/CjaMcJqR5ge+jlbJf/soGte7G9Szw/caslAX8wbM8RdOG+oDuIDy2Yo0Dv/9f2tRrSDdQHaK2orER9BdAnAjAroRxASgM+TSSlTikyDUZ7IwymGJsMblXaZFJ07CGa803LGDCYmY+tnJEgWvJ0tirqtxeGExAyAP30+aRhN6P3O1dS4QgZF7YAFRh3f+lVoVMZlYXdhVJeFC69m0AHEyRZVyL//g4sdy8QSaWKwtSWZCICXDpNVYb0J53G0hwwYvUBsDTdGcs197UNitLFxdZbseY5Sm32EwDw8OVj0JKnLnfMmC2qflP3TpeIdRo8BiwK27pFEKicbzw5jrLKc0JjQmld5GwxlbTMmBzbrC35mnhfPaIVov4nA0oi4w03HVHvVnve3fw0h33vz3NHnvj5/797OVpNOzd9x/6vS8suAR66PbH/3h4GTz1RqPLqOfeoPe9+3TfuwwZf/u9f98f/+sy4tfu5bXRy+Nj97n/b/eSClx9k3fnfHHs/mc0qNeY+BTbhi/KsaswCMCtTzUqQ2l9ML2JvLuPcvLl3rlzpVLk8jS8F2B1gQGQ9C5Gd4XxfSXiFQi5Vukajae0RZ1hIogSVR6JJMSuQCUuf66KjMudkvYJM/Y59TQDnLD/Am3OHnd6vNPZ0jctS48zuZLGR8rtp0+nJXFUxDEasyhS2PUlLPhfFW+/+4cx/Krm59L08Uk9zB2tDNiPm1glOPKFwLUkKSc6sK98zUfuiORBVeiYdIosV9rCgBubiRRhoVUGrbT62folkpGMlTQW4lSgtPDZ9Vc1/mobSYC5a3rG6g1lSDmBXNdGuZ60Bt3R+LE/6M26w/5s/O2fvafWNIBOB8ZUJITPIlVeBC4TiLmk5K18+xXJ8tqZwM1GxrAoZOxyLlXZq2twm3vrHOUqTn5Vc/gM/J2L2ur20bJpe9J68wHOkSWEahHgHA1DaH2cpFpBrWJH/BBau+f98iHzQ9iCIKRIWsEuC4fQqh9bUO5Ej8IohEnLE6U13WNOAib0se8BXlnlau9RlWI7VcurI8e1HdkIWBLW38MvrAx2NBtu7MrFyjHFlImkY1dNLjjinqNaTbIdwbyFnmEzSxT7rBy5hFayvUR7FbFTlkXsOgD420/T7DqS7qSz6m5mr45DTfY0l3b8adJn5mGvaj7znfTnHYEAIpfLZrhj0SxzNIpYCNFPlLuIBU1ltS0i8Qp2lDrCeV7Nat4QuGGUx9Q6xKGwX2xKNn81gOXBjjUdZ1WDQ4KTqMpdEZsegt9EPvOVZ1YXDRIYH3LzOpK5FtJenVwE8XEmkmtGk1aGdqVoeMyVm41yTlMY6/BcdG47vLDK+b9zfF0df5muJOk1ap82C52ykK2szU3Y6dSk5aKd4Pqklg61Sgqfm7wOuHEUfiSed/vOvHpOHFGV8Bm+OS3u0jxtSbY4GNVvB6Jq6B4elM64pYT+29jVAqo+z/shs+cb1T8b//y8danz27/ejwr7l6ezy37t0qCxR5x0/ZN6bXqu+RUHwvvmtdHRnu8sf66BPNc2UVokrwq5UM1K3rhN6A778P32xHGnkBDuVZYridJSf0Pc8tDb9icynoiacdm4k+orxskHkpMBd9eK/J98BanIa/GH7eQpF5LO52JoWwXihPFcsICR43bBSGF6FI7UZ/mAnAZsRaEcTth2Sxf9otOypNd/FKjpg8s0YGuuBZ/THU1o0lghT1C7CH7DDXnUO+pmTAYSPC3clHncv1EN8xLdOEbXJV3GNrPN8NtoTNFZfeDJVEIymr+zwP0NGaOvWyTtgt698/Wy4EvCep3EOn6YCo5C352qnpLlpmHhdtvowcqSBdVRXMFkJTWH/wVSq66x",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"List Projects",permalink:"/api/list-projects"},next:{title:"Submit Pseudo Label Job",permalink:"/api/submit-pseudo-label-job"}},v={},I=[];function E(e){const a={p:"p",...(0,l.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(x.default,{as:"h1",className:"openapi__heading",children:"Create Pseudo Label Job"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/create",context:"endpoint"}),"\n",(0,i.jsx)(a.p,{children:"Step 1 of 2: Create a new job configuration for LLM Judge labeling, to be\nsubsequently submitted by calling SubmitPseudoLabelJob."}),"\n",(0,i.jsx)(x.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pseudoLabelJobConfig"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Partial configuration containing updates via its non-null fields."})}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(h(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(h(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(h(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(h(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "jobId": "string"\n}',language:"json"})})]})})})})]})})})})]})}function A(e={}){const{wrapper:a}={...(0,l.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/d1a64505.a6561e4a.js b/assets/js/d1a64505.edd100b0.js similarity index 64% rename from assets/js/d1a64505.a6561e4a.js rename to assets/js/d1a64505.edd100b0.js index 8916309e..ceec3d1d 100644 --- a/assets/js/d1a64505.a6561e4a.js +++ b/assets/js/d1a64505.edd100b0.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1919],{61851:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>m,toc:()=>d});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),n=t.n(r),c=(t(23397),t(51107));t(19365);const l={id:"getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",sidebar_label:"GetMetricResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",source:"@site/docs/api/schemas/getmetricresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getmetricresponse",permalink:"/api/schemas/getmetricresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",sidebar_label:"GetMetricResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetMetricRequest",permalink:"/api/schemas/getmetricrequest"},next:{title:"CreateFineTuneJobRequest",permalink:"/api/schemas/createfinetunejobrequest"}},p={},d=[];function h(e){const s={p:"p",...(0,a.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(c.default,{as:"h1",className:"openapi__heading",children:"GetMetricResponse"}),"\n",(0,i.jsx)(s.p,{children:"Returns a full metric object with all fields set."}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1919],{61851:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>_,frontMatter:()=>c,metadata:()=>m,toc:()=>d});var i=t(74848),a=t(28453),r=(t(6050),t(60674)),l=t.n(r),n=(t(23397),t(51107));t(19365);const c={id:"getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",sidebar_label:"GetMetricResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",source:"@site/docs/api/schemas/getmetricresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getmetricresponse",permalink:"/api/schemas/getmetricresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getmetricresponse",title:"GetMetricResponse",description:"Returns a full metric object with all fields set.",sidebar_label:"GetMetricResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetMetricRequest",permalink:"/api/schemas/getmetricrequest"},next:{title:"CreateFineTuneJobRequest",permalink:"/api/schemas/createfinetunejobrequest"}},p={},d=[];function u(e){const s={p:"p",...(0,a.R)(),...e.components},{Details:t}=s;return t||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetMetricResponse"}),"\n",(0,i.jsx)(s.p,{children:"Returns a full metric object with all fields set."}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(t,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metric"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(l(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(l(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})})})]})}function _(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/d4759c06.c86d04b8.js b/assets/js/d4759c06.c86d04b8.js deleted file mode 100644 index 9c308e14..00000000 --- a/assets/js/d4759c06.c86d04b8.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8501],{27685:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>y,default:()=>k,frontMatter:()=>b,metadata:()=>v,toc:()=>q});var a=i(74848),n=i(28453),t=i(91366),r=i.n(t),l=(i(6050),i(57742)),c=i.n(l),d=(i(67792),i(27362)),m=i.n(d),o=(i(36683),i(81124)),p=i.n(o),h=i(60674),u=i.n(h),x=i(23397),j=i.n(x),g=i(51107),f=(i(77675),i(19365));const b={id:"list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",api:"eJy9WNtuGzcQ/ZUBCzQ2sJaCAH1RkAfHiVGnSWNESvNgCQa1O9Iy4ZIbcmhbEfTvxZC70uriS9qifrEkDoczZw7nwqUgOfdicCXOlUEYBYPwzk7FJBO2RidJWXNRiIF4rzyxCEu8s1MvMlGgz52qWaQRAKk1zJTBE2JFX+3Uw62iEmyUkryoCZ3viUx4zINTtBCDq6V4jdKhOw1UisHVZDXJhMPvAT29tsVCDJYit4bQEH+Uda1VHk3rf/V8+FL4vMRK8idSpPGAwZ+SPpEJWtQsYKdfMefvtWNXSaHn/Y2FT1B13kg+pvF7QBd9aMQ8OWXmewB6lC4vIUqDD9MkBpWkvISZdWBkhSBNAd19q0x4khT8/gGr5o+x9LU1Ppnz4vlz/rd9+DDkOXo/CxrWcRfZf4F6OvlRkJgrHRekc3IhMqEIq61YdJQ/qlMVj6M+KhEu3oCdAZUYuQstd3sMbu5QEhandEjVzLpKkhiIQhKekKqQt4S6+NktHNrHbf2TCZBbl8JZMDvIbttdQGUL1FCgUzdYwMzZCqhUnh3ik7Y07jHmATJFMszU/J5gnKXFx0LyNEc/tukiUp65z062IXnQhXtVdX7e0ziVHrUy+IGxu3g6a1o9CfPgsQDp4y+epCMOUG2VoSTopDLKzOOJ8csbSdIjPfXAIolzzIPHLZ1ZSrO+1oo8TOU3LEAZYAkLUxybNSGKhZGVyqXWi2gHevr3ZkgDwUyVZADwRuoQ00R7qSI6kVuoMScszqwOlXn4uj9oxhCJledJT/Ixwa/Muv4w1GMDw1DX1hEWrfgAlKkDZWADxf9zZ4MprskFKscGzq0DvJNVrTEDCST9N/CqUlpGNH2oKunUj+RipeYlgUEsGnWcoMdmS2dPNEn4e1AOCy62u4TbI8RuZPbBm6S8HjTdcyM/pcXHbmTt7NyhfzAau+h/D2hISQ3eyNqXlnyMdUNGqJCcymORb+0aNWuX7WlPqAeHCLnKBNY2LzsryhDO0fGStlt+mFBN04LM8+Bkvji4eACBzSJnaE+yqp+azHcinfxorW5M7BjUOb572GTVJgksIknOlcb9UPB9bKTSNctAzUAR3EoPTekCv67tetGNyUbvPymk/1ttrO5Lyqt1f/Kh+O136cuDIjOlcah+4OsFoT9Em52AKY7WxrOuyRtb9k7ePWdzOz87/XhC++w055YbhbepngetIe33seVrSQJH2Jv3AO8IHVe1L7++huD08Z4ba1ZNds9KeYEvrAROFyejmCu57e/9HBpNr7DuDNYJKbHXktRnNhg6gPpeYWFhyFmaLdvqwzzcliovIZeG87xWnlkdC17TlE41l7imc8/A4Vy6QjNcdga1nCN49ePg3Yy3bmPopGmY705yW+AwFgEfBxQtzVwMxDt5I4fRbvbfBpdHryouMfBeeqqUxtR1PdPN12cvx2Zscms8Qa4VGoJXYPB2LX+0HBuAaRyBRvYbmgHHm+9sD83N1bP3p8PRh4v3b69PLy+uRx//ePvns0kG/T6MuLFTqeMocCY5rsyWBilbKSIsxmZ1HE2QfmFymAWTp9ollTk6hnh4sm62qR7wCuStVK3Fvc6S73EIjpLOtNVq7Gk7P+pI9RhdllmxWDrrpVhlaygvF1TGIWMXRuvHJiLYAgg7+EY4WyDXILItLYrXxDC+shFA5azpzZGOxmIfybE4zgB+eTKUx2PDTl4zOa+/Rpw6CK1/bjEam9opQ0dbiwkawVNuhVRanq9rG2fTWvIELPqyVv0XfRnIXnND1d/a32fdsSVwN3FUvVqKwGlGlES1H/T7LXJS9Qq82bttl84WIZEg6YCTiOMHBvv0IlrWjudDnvFS5uwO6esbzUeyLVFMDEQKgMiaD+dtTn/3ZRQvIM+Onzaz/dvUae1M3s3IvEmX7ViymW0zoczMbs2eGw/g9PIC/nqx/0ixJzKAM1vV1qAhzgWMZxJ90XsemwPrqZJmM7ukh46t15K9x5DOc8XPv4s0uBLeUb/WUsUZP6QqkuhxJWStRCbYvzVFYgnqkIR7DabJJBMlc2twJZZL7js/O71a8c8NyFeTTNxIpziLxseXTJQoC3SRV9+Q43CW3DkZsW0srkNsFHffBPh6px2neY4xSd4v26X/5cfhiDnTvPZwnRUD4eQtFxV5KwZC8IsU744Eib+lVBLknGWTTuaF3CboDiGjV22jaxYdC5fLTgperUTWuBJziVhxbfgbgLayGA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,v={id:"api/list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",source:"@site/docs/api/list-fine-tune-jobs.api.mdx",sourceDirName:"api",slug:"/api/list-fine-tune-jobs",permalink:"/api/list-fine-tune-jobs",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",api:"eJy9WNtuGzcQ/ZUBCzQ2sJaCAH1RkAfHiVGnSWNESvNgCQa1O9Iy4ZIbcmhbEfTvxZC70uriS9qifrEkDoczZw7nwqUgOfdicCXOlUEYBYPwzk7FJBO2RidJWXNRiIF4rzyxCEu8s1MvMlGgz52qWaQRAKk1zJTBE2JFX+3Uw62iEmyUkryoCZ3viUx4zINTtBCDq6V4jdKhOw1UisHVZDXJhMPvAT29tsVCDJYit4bQEH+Uda1VHk3rf/V8+FL4vMRK8idSpPGAwZ+SPpEJWtQsYKdfMefvtWNXSaHn/Y2FT1B13kg+pvF7QBd9aMQ8OWXmewB6lC4vIUqDD9MkBpWkvISZdWBkhSBNAd19q0x4khT8/gGr5o+x9LU1Ppnz4vlz/rd9+DDkOXo/CxrWcRfZf4F6OvlRkJgrHRekc3IhMqEIq61YdJQ/qlMVj6M+KhEu3oCdAZUYuQstd3sMbu5QEhandEjVzLpKkhiIQhKekKqQt4S6+NktHNrHbf2TCZBbl8JZMDvIbttdQGUL1FCgUzdYwMzZCqhUnh3ik7Y07jHmATJFMszU/J5gnKXFx0LyNEc/tukiUp65z062IXnQhXtVdX7e0ziVHrUy+IGxu3g6a1o9CfPgsQDp4y+epCMOUG2VoSTopDLKzOOJ8csbSdIjPfXAIolzzIPHLZ1ZSrO+1oo8TOU3LEAZYAkLUxybNSGKhZGVyqXWi2gHevr3ZkgDwUyVZADwRuoQ00R7qSI6kVuoMScszqwOlXn4uj9oxhCJledJT/Ixwa/Muv4w1GMDw1DX1hEWrfgAlKkDZWADxf9zZ4MprskFKscGzq0DvJNVrTEDCST9N/CqUlpGNH2oKunUj+RipeYlgUEsGnWcoMdmS2dPNEn4e1AOCy62u4TbI8RuZPbBm6S8HjTdcyM/pcXHbmTt7NyhfzAau+h/D2hISQ3eyNqXlnyMdUNGqJCcymORb+0aNWuX7WlPqAeHCLnKBNY2LzsryhDO0fGStlt+mFBN04LM8+Bkvji4eACBzSJnaE+yqp+azHcinfxorW5M7BjUOb572GTVJgksIknOlcb9UPB9bKTSNctAzUAR3EoPTekCv67tetGNyUbvPymk/1ttrO5Lyqt1f/Kh+O136cuDIjOlcah+4OsFoT9Em52AKY7WxrOuyRtb9k7ePWdzOz87/XhC++w055YbhbepngetIe33seVrSQJH2Jv3AO8IHVe1L7++huD08Z4ba1ZNds9KeYEvrAROFyejmCu57e/9HBpNr7DuDNYJKbHXktRnNhg6gPpeYWFhyFmaLdvqwzzcliovIZeG87xWnlkdC17TlE41l7imc8/A4Vy6QjNcdga1nCN49ePg3Yy3bmPopGmY705yW+AwFgEfBxQtzVwMxDt5I4fRbvbfBpdHryouMfBeeqqUxtR1PdPN12cvx2Zscms8Qa4VGoJXYPB2LX+0HBuAaRyBRvYbmgHHm+9sD83N1bP3p8PRh4v3b69PLy+uRx//ePvns0kG/T6MuLFTqeMocCY5rsyWBilbKSIsxmZ1HE2QfmFymAWTp9ollTk6hnh4sm62qR7wCuStVK3Fvc6S73EIjpLOtNVq7Gk7P+pI9RhdllmxWDrrpVhlaygvF1TGIWMXRuvHJiLYAgg7+EY4WyDXILItLYrXxDC+shFA5azpzZGOxmIfybE4zgB+eTKUx2PDTl4zOa+/Rpw6CK1/bjEam9opQ0dbiwkawVNuhVRanq9rG2fTWvIELPqyVv0XfRnIXnND1d/a32fdsSVwN3FUvVqKwGlGlES1H/T7LXJS9Qq82bttl84WIZEg6YCTiOMHBvv0IlrWjudDnvFS5uwO6esbzUeyLVFMDEQKgMiaD+dtTn/3ZRQvIM+Onzaz/dvUae1M3s3IvEmX7ViymW0zoczMbs2eGw/g9PIC/nqx/0ixJzKAM1vV1qAhzgWMZxJ90XsemwPrqZJmM7ukh46t15K9x5DOc8XPv4s0uBLeUb/WUsUZP6QqkuhxJWStRCbYvzVFYgnqkIR7DabJJBMlc2twJZZL7js/O71a8c8NyFeTTNxIpziLxseXTJQoC3SRV9+Q43CW3DkZsW0srkNsFHffBPh6px2neY4xSd4v26X/5cfhiDnTvPZwnRUD4eQtFxV5KwZC8IsU744Eib+lVBLknGWTTuaF3CboDiGjV22jaxYdC5fLTgperUTWuBJziVhxbfgbgLayGA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Fine Tune Job Status",permalink:"/api/get-fine-tune-job-status"},next:{title:"List Base Models",permalink:"/api/list-base-models"}},N={},q=[];function M(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"List Fine Tune Jobs"}),"\n",(0,a.jsx)(c(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/list",context:"endpoint"}),"\n",(0,a.jsx)(s.p,{children:"List all fine-tune jobs with optional filters."}),"\n",(0,a.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,a.jsx)(m(),{className:"openapi-tabs__mime",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"filters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Successful operation"})}),(0,a.jsx)("div",{children:(0,a.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"jobs"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(u(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(u(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of fine tune jobs which can be listed with applicable\n filters, regardless of page size"}})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(p(),{responseExample:'{\n "jobs": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "status": "string",\n "config": {\n "name": "string",\n "description": "string",\n "baselineModelId": "string",\n "trainDatasetId": "string",\n "testDatasetId": "string",\n "selectedColumns": [\n "string"\n ]\n },\n "result": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n }\n ],\n "totalCount": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/d4759c06.e98b56af.js b/assets/js/d4759c06.e98b56af.js new file mode 100644 index 00000000..b3c60391 --- /dev/null +++ b/assets/js/d4759c06.e98b56af.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8501],{27685:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>_,contentTitle:()=>N,default:()=>v,frontMatter:()=>f,metadata:()=>y,toc:()=>S});var a=i(74848),n=i(28453),t=i(91366),l=i.n(t),r=(i(6050),i(57742)),c=i.n(r),d=(i(67792),i(27362)),o=i.n(d),m=(i(36683),i(81124)),p=i.n(m),h=i(60674),u=i.n(h),j=i(23397),x=i.n(j),g=i(51107),b=(i(77675),i(19365));const f={id:"list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",api:"eJzVWNtuGzcQ/ZUBCzQ2sJaCAH1RkAdZsVu5vjWSmwdLEKjdkZYJl9zwYkcR9O/FkLvS6uLYaYsC1YskcjgcnjmcGc6SOT63rHPPzoVCGHqFcKGnbJwwXaLhTmjVz1iHXQrrSIQkLvTUsoRlaFMjShKpBIBLCTOh8MSRok96auFRuBx0kOI0KR0a22IJs5h6I9yCde6X7BS5QdP1Lmed+/FqnDCDXzxad6qzBessWaqVQ+XoJy9LKdJgWvuTpc2XzKY5Fpx+OeEkHjD4Q9THEuYWJQno6SdM6X9p6KhOoKX1lYUvUHVeST6n8YtHE85QiVlnhJrvAWiRmzSHIA3WT6MYFNylOcy0AcULBK4yaK5bJcw67rw9tAEqX5BvL25OJ4Nhd3g3mNxdD27Pev3z/tl7ljQn/rg7u9sd+3B3fd2//nV7sHdzdXt5NtyV7XWve2eXl7vD590+jY2TNZoXejqIFq+qDznbllrZiNeb16/paxudgU9TtHbmJayJyZJ/gxZx52e9SGRuYMyN4QuWMOGw2CJLQ/mzOkX2PC2GOUL/PegZuBzD5YL6crXI+6lB7jDrukOqZtoU3LEOy7jDEycKpCW+zH50CXHveVuviaGpNtGdGdHX6W27Myh0hhIyNOIBM5gZXYDLhaUD0U5bGnc3/F+zPbB1JuZPsKUXJ5/jzMs8cVMH3BA0KHqQF2rOfBfjJ1U1hvc0TrlFKRRekXP7L6d1rSeSwlvMgNswYh03jhhUaqFcFDRcKKHmYcfw5z133KJ76YZZFCdSeotbOpOYqGwphbMw5Z8xA6GAJDRMcaTWjM0Wihci5VIugh1o3T83gyvwaio4AYAPXPoQx+pbH9AJ5EeJqcOsp6Uv1Pfj0XfNGKAj5WnUE88Y4RdqncEJ6pGCgS9LbRxmtXgHhCq9S0B7F77nRnuVTZzxLh8pONcG8CsvSokJcHDcfgYrCiF5QNP6ouBGfItHLMQ8d6AQs0odpbiR2tLZYlWW+OKFwYwu+S7h9gix65l98MYx8XjpnriRH+LkczeyNHpu0H7XG7vof/GonOASrOKlzbWzwdcVGaFAZ0QayqTarmE1d1vv9oKEdYiQq4RhqdO8MSOUwzkampJ66xzKF9M4wdPUG54uDk4eQGAzSSnEOl6UL802O56O56itrkxsGNTYvrnZeFUHCcwCSc6FxH1X0H2spOI1S0DMQDh45Baq3Ap2XXzIRdMnG71/J9P/Z8m7eCoor9YF1FX2y2/c5gdFZkLiQHzD04VDe4g2Ow4T5K3NyZomb2zZ23l3n83tvDPy+YB2ZyTFlgeBj7Hg8FJCXG9D0VyTBI6wNW8BfnVoKKt9/PkUvJHHe8dYs2q8u1eMC3RhOVC4OBmGWEkPp9aPoVEVM+vKYB2QInu147KnvXIHUN9LLCQMKUmTZVuFooXHXKQ5pFxRnJfCEqtDwquq5qmkFFe9fRIwOOcmkwSXnkHJ5whWfDt4N8Ot2xg6rir6ryepznAQkoANTzzJ1ZwKIv7AB8FuOr/2Jg2nKijFwCW3rhASY1n4SlZ/X70dqZFKtbIOUilQOXgHCh/X8kfLkQKYhkfkUH9G1SF/051toXq4f3XZHQyv+pdnk+5tfzK8+f3s+tU4gXYbhlR5ilhxZDjj5FdiS4WULoRzmI3U6jiYwO1CpTDzKo25iwt1dAxh82jdbJM94B3wRy5qi1uNKdsiFxxFnXGpltiSen7UkGoRuiSzIrG411u2StZQ3i5cHl5BuzBqO1IBwRpA2ME3wFkDuQaRbKlRnDiC8Z0OAAqjVWuO7mjE9pEcseME4KcXQ3k8UnTICZFz8ing1EBoPVxjNFKlEcodbU1GaBj1CQp0uaYORanD677k1ENgbV6K9ps2905PqKBqb61vk+5QEpiH8Ni/XzJPYYblzpW2027XyHHRyvBh77bdGp35SIKoA04CjlcEdrcfLKsbHAN6hMbI2WxzrG80bUm2BDHWYdEBLKl+nNcx/eLjMFxAetx+2HRHzmKltdO7qJoOm3BZv5ueeh6RZqFmeuuxvDkRdG/78Oeb/bbPnkgHerootULlKDYQvlH0Tet1KBa0dQVXm7dMbB1t9Z/22kuNBtCPd5oqnB1+de1SchG6Jj5mlUiXe8ZLwRJG51tTJqSkBmmo9iDajBOWE9c692y5pDr0zsjVioYr0O/HCXvgRlBUDe2shOXIMzSBZ5+R/NKLxzkZkm0kLn0oHHebGHTd44pummIImk/LNq/D7c1gSByq+meUd1mHGf5ISYY/sg5j1OOj1YEwYSyGFs/nJBt1Ei/4NmF3CBpOVRe+atGwcLlshOTViiXVUUJsYSvKFX8BLMoUOA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},N=void 0,y={id:"api/list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",source:"@site/docs/api/list-fine-tune-jobs.api.mdx",sourceDirName:"api",slug:"/api/list-fine-tune-jobs",permalink:"/api/list-fine-tune-jobs",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-fine-tune-jobs",title:"List Fine Tune Jobs",description:"List all fine-tune jobs with optional filters.",api:"eJzVWNtuGzcQ/ZUBCzQ2sJaCAH1RkAdZsVu5vjWSmwdLEKjdkZYJl9zwYkcR9O/FkLvS6uLYaYsC1YskcjgcnjmcGc6SOT63rHPPzoVCGHqFcKGnbJwwXaLhTmjVz1iHXQrrSIQkLvTUsoRlaFMjShKpBIBLCTOh8MSRok96auFRuBx0kOI0KR0a22IJs5h6I9yCde6X7BS5QdP1Lmed+/FqnDCDXzxad6qzBessWaqVQ+XoJy9LKdJgWvuTpc2XzKY5Fpx+OeEkHjD4Q9THEuYWJQno6SdM6X9p6KhOoKX1lYUvUHVeST6n8YtHE85QiVlnhJrvAWiRmzSHIA3WT6MYFNylOcy0AcULBK4yaK5bJcw67rw9tAEqX5BvL25OJ4Nhd3g3mNxdD27Pev3z/tl7ljQn/rg7u9sd+3B3fd2//nV7sHdzdXt5NtyV7XWve2eXl7vD590+jY2TNZoXejqIFq+qDznbllrZiNeb16/paxudgU9TtHbmJayJyZJ/gxZx52e9SGRuYMyN4QuWMOGw2CJLQ/mzOkX2PC2GOUL/PegZuBzD5YL6crXI+6lB7jDrukOqZtoU3LEOy7jDEycKpCW+zH50CXHveVuviaGpNtGdGdHX6W27Myh0hhIyNOIBM5gZXYDLhaUD0U5bGnc3/F+zPbB1JuZPsKUXJ5/jzMs8cVMH3BA0KHqQF2rOfBfjJ1U1hvc0TrlFKRRekXP7L6d1rSeSwlvMgNswYh03jhhUaqFcFDRcKKHmYcfw5z133KJ76YZZFCdSeotbOpOYqGwphbMw5Z8xA6GAJDRMcaTWjM0Wihci5VIugh1o3T83gyvwaio4AYAPXPoQx+pbH9AJ5EeJqcOsp6Uv1Pfj0XfNGKAj5WnUE88Y4RdqncEJ6pGCgS9LbRxmtXgHhCq9S0B7F77nRnuVTZzxLh8pONcG8CsvSokJcHDcfgYrCiF5QNP6ouBGfItHLMQ8d6AQs0odpbiR2tLZYlWW+OKFwYwu+S7h9gix65l98MYx8XjpnriRH+LkczeyNHpu0H7XG7vof/GonOASrOKlzbWzwdcVGaFAZ0QayqTarmE1d1vv9oKEdYiQq4RhqdO8MSOUwzkampJ66xzKF9M4wdPUG54uDk4eQGAzSSnEOl6UL802O56O56itrkxsGNTYvrnZeFUHCcwCSc6FxH1X0H2spOI1S0DMQDh45Baq3Ap2XXzIRdMnG71/J9P/Z8m7eCoor9YF1FX2y2/c5gdFZkLiQHzD04VDe4g2Ow4T5K3NyZomb2zZ23l3n83tvDPy+YB2ZyTFlgeBj7Hg8FJCXG9D0VyTBI6wNW8BfnVoKKt9/PkUvJHHe8dYs2q8u1eMC3RhOVC4OBmGWEkPp9aPoVEVM+vKYB2QInu147KnvXIHUN9LLCQMKUmTZVuFooXHXKQ5pFxRnJfCEqtDwquq5qmkFFe9fRIwOOcmkwSXnkHJ5whWfDt4N8Ot2xg6rir6ryepznAQkoANTzzJ1ZwKIv7AB8FuOr/2Jg2nKijFwCW3rhASY1n4SlZ/X70dqZFKtbIOUilQOXgHCh/X8kfLkQKYhkfkUH9G1SF/051toXq4f3XZHQyv+pdnk+5tfzK8+f3s+tU4gXYbhlR5ilhxZDjj5FdiS4WULoRzmI3U6jiYwO1CpTDzKo25iwt1dAxh82jdbJM94B3wRy5qi1uNKdsiFxxFnXGpltiSen7UkGoRuiSzIrG411u2StZQ3i5cHl5BuzBqO1IBwRpA2ME3wFkDuQaRbKlRnDiC8Z0OAAqjVWuO7mjE9pEcseME4KcXQ3k8UnTICZFz8ing1EBoPVxjNFKlEcodbU1GaBj1CQp0uaYORanD677k1ENgbV6K9ps2905PqKBqb61vk+5QEpiH8Ni/XzJPYYblzpW2027XyHHRyvBh77bdGp35SIKoA04CjlcEdrcfLKsbHAN6hMbI2WxzrG80bUm2BDHWYdEBLKl+nNcx/eLjMFxAetx+2HRHzmKltdO7qJoOm3BZv5ueeh6RZqFmeuuxvDkRdG/78Oeb/bbPnkgHerootULlKDYQvlH0Tet1KBa0dQVXm7dMbB1t9Z/22kuNBtCPd5oqnB1+de1SchG6Jj5mlUiXe8ZLwRJG51tTJqSkBmmo9iDajBOWE9c692y5pDr0zsjVioYr0O/HCXvgRlBUDe2shOXIMzSBZ5+R/NKLxzkZkm0kLn0oHHebGHTd44pummIImk/LNq/D7c1gSByq+meUd1mHGf5ISYY/sg5j1OOj1YEwYSyGFs/nJBt1Ei/4NmF3CBpOVRe+atGwcLlshOTViiXVUUJsYSvKFX8BLMoUOA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Fine Tune Job Status",permalink:"/api/get-fine-tune-job-status"},next:{title:"List Base Models",permalink:"/api/list-base-models"}},_={},S=[];function q(e){const s={p:"p",...(0,n.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"List Fine Tune Jobs"}),"\n",(0,a.jsx)(c(),{method:"post",path:"/api/2/auto_eval/fine_tune_job/list",context:"endpoint"}),"\n",(0,a.jsx)(s.p,{children:"List all fine-tune jobs with optional filters."}),"\n",(0,a.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"filters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Successful operation"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"jobs"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the fine tune job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Name corresponding to the fine tuned model derived from this job"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"config"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,a.jsx)(u(),{collapsible:!1,name:"baselineModelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID for the model used as the starting point for training."}}),(0,a.jsx)(u(),{collapsible:!1,name:"trainDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for training, with splits baked in or to be\n derived dynamically"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testDatasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The dataset to use for an unbiased evaluation of the model"}}),(0,a.jsx)(u(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Set of columns to be used in fine-tuning.\n Supported columns: input, output, ground_truth\n For example, a task similar to summarization might need output and\n ground_truth."}}})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"result"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Result of a Fine-Tuning Job."})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"progress"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"epoch",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,a.jsx)(u(),{collapsible:!1,name:"loss",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"accuracy",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"progress",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}}),(0,a.jsx)(u(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"trainedModelFile"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"The trained model, if it was created successfully."})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"modelId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"contentMd5Hash",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"fileSizeBytes",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"resultUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Url to view the full results and progress (e.g. external W&B url)"}})]})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of fine tune jobs which can be listed with applicable\n filters, regardless of page size"}})]})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(p(),{responseExample:'{\n "jobs": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "status": "JOB_STATUS_UNSPECIFIED",\n "config": {\n "name": "string",\n "description": "string",\n "baselineModelId": "string",\n "trainDatasetId": "string",\n "testDatasetId": "string",\n "selectedColumns": [\n "string"\n ]\n },\n "result": {\n "progress": [\n {\n "jobId": "string",\n "epoch": 0,\n "loss": 0,\n "accuracy": 0,\n "progress": 0,\n "timestamp": "2024-07-29T15:51:28.071Z"\n }\n ],\n "trainedModelFile": {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "modelId": "string",\n "contentMd5Hash": "string",\n "fileSizeBytes": 0\n },\n "resultUrl": "string"\n }\n }\n ],\n "totalCount": 0\n}',language:"json"})})]})})})})]})})})})]})}function v(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/d4d8a232.916ba21e.js b/assets/js/d4d8a232.916ba21e.js deleted file mode 100644 index b55e60b3..00000000 --- a/assets/js/d4d8a232.916ba21e.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[309],{26842:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>r,metadata:()=>p,toc:()=>m});var i=a(74848),t=a(28453),l=(a(6050),a(60674)),n=a.n(l),o=(a(23397),a(51107));a(19365);const r={id:"getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",sidebar_label:"GetPseudoLabelJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,p={id:"api/schemas/getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",source:"@site/docs/api/schemas/getpseudolabeljobstatusresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getpseudolabeljobstatusresponse",permalink:"/api/schemas/getpseudolabeljobstatusresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",sidebar_label:"GetPseudoLabelJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetPseudoLabelJobStatusRequest",permalink:"/api/schemas/getpseudolabeljobstatusrequest"},next:{title:"google.protobuf.Value",permalink:"/api/schemas/google-protobuf-value"}},d={},m=[];function u(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"GetPseudoLabelJobStatusResponse"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."})}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/d4d8a232.da544c90.js b/assets/js/d4d8a232.da544c90.js new file mode 100644 index 00000000..82d914e1 --- /dev/null +++ b/assets/js/d4d8a232.da544c90.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[309],{26842:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>c,default:()=>_,frontMatter:()=>r,metadata:()=>p,toc:()=>m});var t=a(74848),i=a(28453),l=(a(6050),a(60674)),n=a.n(l),o=(a(23397),a(51107));a(19365);const r={id:"getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",sidebar_label:"GetPseudoLabelJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,p={id:"api/schemas/getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",source:"@site/docs/api/schemas/getpseudolabeljobstatusresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getpseudolabeljobstatusresponse",permalink:"/api/schemas/getpseudolabeljobstatusresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getpseudolabeljobstatusresponse",title:"GetPseudoLabelJobStatusResponse",description:"",sidebar_label:"GetPseudoLabelJobStatusResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetPseudoLabelJobStatusRequest",permalink:"/api/schemas/getpseudolabeljobstatusrequest"},next:{title:"VPC Deployment",permalink:"/deployment"}},d={},m=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(o.default,{as:"h1",className:"openapi__heading",children:"GetPseudoLabelJobStatusResponse"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(n(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"pseudoLabelJobResult"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,t.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."})}),(0,t.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,t.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,t.jsx)(n(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,t.jsx)(n(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,t.jsx)(n(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,t.jsx)(n(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,t.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"promptTemplate"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(n(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,t.jsx)(n(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,t.jsx)(n(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}function _(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/d6973071.4bb543e4.js b/assets/js/d6973071.4bb543e4.js new file mode 100644 index 00000000..09d5ebd3 --- /dev/null +++ b/assets/js/d6973071.4bb543e4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[6624],{79775:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>u,contentTitle:()=>d,default:()=>m,frontMatter:()=>l,metadata:()=>h,toc:()=>o});var a=s(74848),i=s(28453),r=(s(6050),s(60674)),c=s.n(r),n=(s(23397),s(51107));s(19365);const l={id:"archivedatasetrequest",title:"ArchiveDatasetRequest",description:"Delete a dataset",sidebar_label:"ArchiveDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},d=void 0,h={id:"api/schemas/archivedatasetrequest",title:"ArchiveDatasetRequest",description:"Delete a dataset",source:"@site/docs/api/schemas/archivedatasetrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/archivedatasetrequest",permalink:"/api/schemas/archivedatasetrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"archivedatasetrequest",title:"ArchiveDatasetRequest",description:"Delete a dataset",sidebar_label:"ArchiveDatasetRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CloneDatasetResponse",permalink:"/api/schemas/clonedatasetresponse"},next:{title:"ArchiveDatasetResponse",permalink:"/api/schemas/archivedatasetresponse"}},u={},o=[];function p(e){const t={p:"p",...(0,i.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ArchiveDatasetRequest"}),"\n",(0,a.jsx)(t.p,{children:"Delete a dataset"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(c(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function m(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}}}]); \ No newline at end of file diff --git a/assets/js/e6795413.629ec5e1.js b/assets/js/e6795413.629ec5e1.js new file mode 100644 index 00000000..90218377 --- /dev/null +++ b/assets/js/e6795413.629ec5e1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1389],{11535:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>o,default:()=>h,frontMatter:()=>c,metadata:()=>m,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"createdatasetresponse",title:"CreateDatasetResponse",description:"",sidebar_label:"CreateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,m={id:"api/schemas/createdatasetresponse",title:"CreateDatasetResponse",description:"",source:"@site/docs/api/schemas/createdatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createdatasetresponse",permalink:"/api/schemas/createdatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createdatasetresponse",title:"CreateDatasetResponse",description:"",sidebar_label:"CreateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateDatasetRequest",permalink:"/api/schemas/createdatasetrequest"},next:{title:"Dataset",permalink:"/api/schemas/dataset"}},d={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"CreateDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/e6795413.dbbb2b57.js b/assets/js/e6795413.dbbb2b57.js deleted file mode 100644 index 964e2110..00000000 --- a/assets/js/e6795413.dbbb2b57.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1389],{11535:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>m,default:()=>u,frontMatter:()=>c,metadata:()=>d,toc:()=>p});var i=a(74848),t=a(28453),r=(a(6050),a(60674)),n=a.n(r),l=(a(23397),a(51107));a(19365);const c={id:"createdatasetresponse",title:"CreateDatasetResponse",description:"",sidebar_label:"CreateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/createdatasetresponse",title:"CreateDatasetResponse",description:"",source:"@site/docs/api/schemas/createdatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/createdatasetresponse",permalink:"/api/schemas/createdatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"createdatasetresponse",title:"CreateDatasetResponse",description:"",sidebar_label:"CreateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateDatasetRequest",permalink:"/api/schemas/createdatasetrequest"},next:{title:"UploadDatasetFileRequest",permalink:"/api/schemas/uploaddatasetfilerequest"}},o={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"CreateDatasetResponse"}),"\n",(0,i.jsx)("ul",{children:(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"dataset"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})})})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/e8045972.1f3d9051.js b/assets/js/e8045972.1f3d9051.js deleted file mode 100644 index 4dad388d..00000000 --- a/assets/js/e8045972.1f3d9051.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8657],{76081:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>m,contentTitle:()=>o,default:()=>u,frontMatter:()=>c,metadata:()=>d,toc:()=>p});var a=i(74848),t=i(28453),r=(i(6050),i(60674)),n=i.n(r),l=(i(23397),i(51107));i(19365);const c={id:"listprojectsresponse",title:"ListProjectsResponse",description:"",sidebar_label:"ListProjectsResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,d={id:"api/schemas/listprojectsresponse",title:"ListProjectsResponse",description:"",source:"@site/docs/api/schemas/listprojectsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsresponse",permalink:"/api/schemas/listprojectsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsresponse",title:"ListProjectsResponse",description:"",sidebar_label:"ListProjectsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsRequest",permalink:"/api/schemas/listprojectsrequest"},next:{title:"PseudoLabelJobConfig",permalink:"/api/schemas/pseudolabeljobconfig"}},m={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"ListProjectsResponse"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"projects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(n(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(n(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(n(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(n(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(n(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(n(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of projects which can be listed with applicable\n filters, regardless of page size"}})]})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/e8045972.31dcaaf4.js b/assets/js/e8045972.31dcaaf4.js new file mode 100644 index 00000000..9e061354 --- /dev/null +++ b/assets/js/e8045972.31dcaaf4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8657],{76081:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>m,contentTitle:()=>o,default:()=>u,frontMatter:()=>c,metadata:()=>d,toc:()=>p});var a=i(74848),t=i(28453),r=(i(6050),i(60674)),l=i.n(r),n=(i(23397),i(51107));i(19365);const c={id:"listprojectsresponse",title:"ListProjectsResponse",description:"",sidebar_label:"ListProjectsResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,d={id:"api/schemas/listprojectsresponse",title:"ListProjectsResponse",description:"",source:"@site/docs/api/schemas/listprojectsresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/listprojectsresponse",permalink:"/api/schemas/listprojectsresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"listprojectsresponse",title:"ListProjectsResponse",description:"",sidebar_label:"ListProjectsResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListProjectsRequestFilters",permalink:"/api/schemas/listprojectsrequestfilters"},next:{title:"CreatePseudoLabelJobRequest",permalink:"/api/schemas/createpseudolabeljobrequest"}},m={},p=[];function h(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"ListProjectsResponse"}),"\n",(0,a.jsxs)("ul",{children:[(0,a.jsx)(l(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"projects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(l(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(l(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(l(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(l(),{collapsible:!1,name:"deletedAt",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(l(),{collapsible:!1,name:"creatorId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(l(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(l(),{collapsible:!1,name:"organizationId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(l(),{collapsible:!1,name:"organizationName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(l(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of projects which can be listed with applicable\n filters, regardless of page size"}})]})]})}function u(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/e992e1e0.6b17627b.js b/assets/js/e992e1e0.6b17627b.js new file mode 100644 index 00000000..c60d04b4 --- /dev/null +++ b/assets/js/e992e1e0.6b17627b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3001],{45180:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>h,frontMatter:()=>o,metadata:()=>c,toc:()=>p});var i=a(74848),t=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const o={id:"dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",sidebar_label:"Dataset",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,c={id:"api/schemas/dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",source:"@site/docs/api/schemas/dataset.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/dataset",permalink:"/api/schemas/dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",sidebar_label:"Dataset",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CreateDatasetResponse",permalink:"/api/schemas/createdatasetresponse"},next:{title:"Timestamp",permalink:"/api/schemas/timestamp"}},d={},p=[];function _(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Dataset"}),"\n",(0,i.jsx)(s.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(r(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(r(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(r(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(r(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(r(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(r(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(r(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(r(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(r(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(r(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(r(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(r(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/e992e1e0.79e3482f.js b/assets/js/e992e1e0.79e3482f.js deleted file mode 100644 index f818d97c..00000000 --- a/assets/js/e992e1e0.79e3482f.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3001],{45180:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>o,contentTitle:()=>c,default:()=>u,frontMatter:()=>m,metadata:()=>d,toc:()=>p});var i=s(74848),t=s(28453),r=(s(6050),s(60674)),n=s.n(r),l=(s(23397),s(51107));s(19365);const m={id:"dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",sidebar_label:"Dataset",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",source:"@site/docs/api/schemas/dataset.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/dataset",permalink:"/api/schemas/dataset",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"dataset",title:"Dataset",description:"A Dataset in the most basic sense: metadata and ownership, but nothing tied",sidebar_label:"Dataset",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"DataColumn",permalink:"/api/schemas/datacolumn"},next:{title:"DatasetFileInfo",permalink:"/api/schemas/datasetfileinfo"}},o={},p=[];function h(e){const a={p:"p",...(0,t.R)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Dataset"}),"\n",(0,i.jsx)(a.p,{children:"A Dataset in the most basic sense: metadata and ownership, but nothing tied\nto its data."}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(n(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(n(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(n(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(n(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(n(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(n(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(n(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(n(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})})]})]})}function u(e={}){const{wrapper:a}={...(0,t.R)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(h,{...e})}):h(e)}}}]); \ No newline at end of file diff --git a/assets/js/ea40408a.c7414094.js b/assets/js/ea40408a.7ef66c4c.js similarity index 70% rename from assets/js/ea40408a.c7414094.js rename to assets/js/ea40408a.7ef66c4c.js index 22a98ed5..f8f9b150 100644 --- a/assets/js/ea40408a.c7414094.js +++ b/assets/js/ea40408a.7ef66c4c.js @@ -1 +1 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[368],{40334:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>o,default:()=>h,frontMatter:()=>c,metadata:()=>d,toc:()=>m});var t=a(74848),i=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const c={id:"evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",sidebar_label:"EvaluateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,d={id:"api/schemas/evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",source:"@site/docs/api/schemas/evaluatedatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluatedatasetresponse",permalink:"/api/schemas/evaluatedatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",sidebar_label:"EvaluateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateDatasetRequest",permalink:"/api/schemas/evaluatedatasetrequest"},next:{title:"ListMetricsRequest",permalink:"/api/schemas/listmetricsrequest"}},p={},m=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"EvaluateDatasetResponse"}),"\n",(0,t.jsx)(s.p,{children:"models and scores correspond in the same manner as in EvaluateResponse"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}function h(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[368],{40334:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>p,contentTitle:()=>c,default:()=>E,frontMatter:()=>o,metadata:()=>m,toc:()=>d});var t=a(74848),i=a(28453),n=(a(6050),a(60674)),r=a.n(n),l=(a(23397),a(51107));a(19365);const o={id:"evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",sidebar_label:"EvaluateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,m={id:"api/schemas/evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",source:"@site/docs/api/schemas/evaluatedatasetresponse.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/evaluatedatasetresponse",permalink:"/api/schemas/evaluatedatasetresponse",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"evaluatedatasetresponse",title:"EvaluateDatasetResponse",description:"models and scores correspond in the same manner as in EvaluateResponse",sidebar_label:"EvaluateDatasetResponse",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateDatasetRequest",permalink:"/api/schemas/evaluatedatasetrequest"},next:{title:"ListMetricsRequest",permalink:"/api/schemas/listmetricsrequest"}},p={},d=[];function u(e){const s={p:"p",...(0,i.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"EvaluateDatasetResponse"}),"\n",(0,t.jsx)(s.p,{children:"models and scores correspond in the same manner as in EvaluateResponse"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(r(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(s.p,{children:"metric"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(s.p,{children:"object"})}),(0,t.jsx)("span",{className:"openapi-schema__divider"}),(0,t.jsx)("span",{className:"openapi-schema__required",children:(0,t.jsx)(s.p,{children:"required"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(r(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(r(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}),(0,t.jsx)(r(),{collapsible:!1,name:"scores",required:!0,schemaName:"number[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"number"}}})]})]})}function E(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(u,{...e})}):u(e)}}}]); \ No newline at end of file diff --git a/assets/js/ee69156b.a2b114c2.js b/assets/js/ee69156b.a2b114c2.js deleted file mode 100644 index 88051f3f..00000000 --- a/assets/js/ee69156b.a2b114c2.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4864],{8147:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>v,default:()=>B,frontMatter:()=>f,metadata:()=>y,toc:()=>J});var i=a(74848),t=a(28453),n=a(91366),l=a.n(n),r=(a(6050),a(57742)),o=a.n(r),p=(a(67792),a(27362)),c=a.n(p),d=(a(36683),a(81124)),m=a.n(d),u=a(60674),h=a.n(u),x=a(23397),b=a.n(x),g=a(51107),j=(a(77675),a(19365));const f={id:"get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1Fv2zYQ/isH7iEJoNhFHl30IW3TIVmyBrG3PcSGQUtniwlFquTRiWf4vw9HSrZip0vR7cWW7OPddx8/3h3XguTCi8G9uPUYCgvXcoYaruxMTDJha3SSlDWXhRiIX5GSUbS5srMhSQpeZKJAnztVs2WyAyoRfPwb7BykAXxWnpRZwIOdZaBMrkPBr9KswKEPmnxPZMJjHpyilRjcr8VHlA7deaBSDO4nm0kmHH4L6OmjLVZisBa5NYSG+FHWtVZ5BNt/8IxjLXxeYiX5iRRp/H4Kd8mtyAStarazswfM+b12zAEp9Ozmwc6YiXVr5skpsxCbTUKmHBZMZTKbbDbpD19b45ODs3fv+OslX8OQ5+j9PGjYEi6y/zG5BODN7NJ+vZJeJuoXfu/ifnVDv4z7yZq5WrwZz8gKD6Ptq+lrfJAa2Bzm1kVtPdhZj4G9sP1hV52fDz1Kkh7ptX3e93f5mcXNiyupDDQrgSzMEBJlp5o5wYI9z/FpWFr6/DMBWt8sCqkMn5w5Pp360hLgs6xqjb4HbYIxEZmTWuJ1iv9TQZMHvYImiRZFJxBczsEErTOgUnkmEZRnTsemWQ4apWPAEZRHjTlh8cnqUJmu2KRzciUyoQirV0S4j3IYZsyHnUOeXDW0B48FKPOCfg4+NnDxXMfY7YoBKFMHysAGit8LZ4MppuQClWMDX6xruc1Agg9VJZ36Ox5DIOkfoVKLksBYAoNYcJmLHpsAHPPjCgqcy6ApA6n1Fqx0CWovFo/a2aqmEVa1loQvDtbLf946Uuq16pQJ6nr+V1pHJUJrDckGqJTEWSiDPuoiwT0oe6oQnVCTTSZm0uPFUuoQObtBcip/G8MdenRLLGCuUBc9+GwjxcEjgEytpbIVGkqKelT1+U7q7HAXYWatRmkONT4HcgEz4NVboTbrM3gqVV6CMkurl+jTvhK6CgvFvDSHaWwgdyhZUVxEylBJs3XSO6BnV1gOj8GBBL7D3avpTvazS/U3pE4SsV1f38BVKBa7JJt6t4fRtx391YIfO9omE8+nuS1wmKpO7NRaMu3iSi7lMAJhpDa4nDdBVbV1BNfSU6U0wtzZCo5083r0fmzGJrfGE+RaoSH4AAaftvbH67EBmMVZYGQf0QxYgNwxe2iW90fX58PRzeX1xfT89nI6+vrbxe9Hkwz6fRhxRVJJss0hBGkKyKXhSmErRYTF2GxOIgTpVyaHeTB5pI1L+vEJxOAJXdvJ4QPIJ6lauL1IaaOJKzvzvQVSar3Ha4izwACO4vcRNLGSS6uxp+3iuHXce411XrDhNQnQe7HJtnzfrqiMs8I+19aPTaS5ZRn2NiFy3rK9ZZqBtVRPibn+YCPLylnDaR2PxSHdY3GSAfzyw3yfjE2Hyi6J0+aMTB8aGqdJkA2wBzubquLDOA1YY5FFX7VThvY5nCZ/vCJNlyeC58cKqbQ8y9Y2jnu15NlS9GWt+md9GchOcSl1f99Jf4clnl63RJeUH5wWA1ES1X7Q77d0S9UrcHlQdm6dLUKSV/IBp5H8G96h88sIsZ2AhzzfparenYO3pY1DMpZoxqUuGnHhiA9frKsk8Zn8axSPOc+Nd7vx+SI1ts5U2+kXysxttwt1MML57SX8eXaQ2qHJAD7ZqrYGDTFpzFgyPeu9izOl9VRJs5sE48Vh/xoCr18yOrP/f7pvNGQSPlO/1lIZRhb3dN2I417IWolMcMpbgWwr5E4iIhMdkUwyUbLEBvdiveZS/ofTmw3//C2g4+vNJBNL6ZScMcP33C1LlAW6qKpHXKU6zimejhgkm+sQJ6X92wBXhLTiPM8xFt/v23ZPwe3X4YgV01ynKlvwGiefRBY/B0LwJZBXRyHG31L1CXLBtskn60u+lOeeHGNW7aRnVh2E63WntG82ImtSieVHbLjn/AOkFiTH",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},v=void 0,y={id:"api/get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",source:"@site/docs/api/get-pseudo-label-job-status.api.mdx",sourceDirName:"api",slug:"/api/get-pseudo-label-job-status",permalink:"/api/get-pseudo-label-job-status",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1Fv2zYQ/isH7iEJoNhFHl30IW3TIVmyBrG3PcSGQUtniwlFquTRiWf4vw9HSrZip0vR7cWW7OPddx8/3h3XguTCi8G9uPUYCgvXcoYaruxMTDJha3SSlDWXhRiIX5GSUbS5srMhSQpeZKJAnztVs2WyAyoRfPwb7BykAXxWnpRZwIOdZaBMrkPBr9KswKEPmnxPZMJjHpyilRjcr8VHlA7deaBSDO4nm0kmHH4L6OmjLVZisBa5NYSG+FHWtVZ5BNt/8IxjLXxeYiX5iRRp/H4Kd8mtyAStarazswfM+b12zAEp9Ozmwc6YiXVr5skpsxCbTUKmHBZMZTKbbDbpD19b45ODs3fv+OslX8OQ5+j9PGjYEi6y/zG5BODN7NJ+vZJeJuoXfu/ifnVDv4z7yZq5WrwZz8gKD6Ptq+lrfJAa2Bzm1kVtPdhZj4G9sP1hV52fDz1Kkh7ptX3e93f5mcXNiyupDDQrgSzMEBJlp5o5wYI9z/FpWFr6/DMBWt8sCqkMn5w5Pp360hLgs6xqjb4HbYIxEZmTWuJ1iv9TQZMHvYImiRZFJxBczsEErTOgUnkmEZRnTsemWQ4apWPAEZRHjTlh8cnqUJmu2KRzciUyoQirV0S4j3IYZsyHnUOeXDW0B48FKPOCfg4+NnDxXMfY7YoBKFMHysAGit8LZ4MppuQClWMDX6xruc1Agg9VJZ36Ox5DIOkfoVKLksBYAoNYcJmLHpsAHPPjCgqcy6ApA6n1Fqx0CWovFo/a2aqmEVa1loQvDtbLf946Uuq16pQJ6nr+V1pHJUJrDckGqJTEWSiDPuoiwT0oe6oQnVCTTSZm0uPFUuoQObtBcip/G8MdenRLLGCuUBc9+GwjxcEjgEytpbIVGkqKelT1+U7q7HAXYWatRmkONT4HcgEz4NVboTbrM3gqVV6CMkurl+jTvhK6CgvFvDSHaWwgdyhZUVxEylBJs3XSO6BnV1gOj8GBBL7D3avpTvazS/U3pE4SsV1f38BVKBa7JJt6t4fRtx391YIfO9omE8+nuS1wmKpO7NRaMu3iSi7lMAJhpDa4nDdBVbV1BNfSU6U0wtzZCo5083r0fmzGJrfGE+RaoSH4AAaftvbH67EBmMVZYGQf0QxYgNwxe2iW90fX58PRzeX1xfT89nI6+vrbxe9Hkwz6fRhxRVJJss0hBGkKyKXhSmErRYTF2GxOIgTpVyaHeTB5pI1L+vEJxOAJXdvJ4QPIJ6lauL1IaaOJKzvzvQVSar3Ha4izwACO4vcRNLGSS6uxp+3iuHXce411XrDhNQnQe7HJtnzfrqiMs8I+19aPTaS5ZRn2NiFy3rK9ZZqBtVRPibn+YCPLylnDaR2PxSHdY3GSAfzyw3yfjE2Hyi6J0+aMTB8aGqdJkA2wBzubquLDOA1YY5FFX7VThvY5nCZ/vCJNlyeC58cKqbQ8y9Y2jnu15NlS9GWt+md9GchOcSl1f99Jf4clnl63RJeUH5wWA1ES1X7Q77d0S9UrcHlQdm6dLUKSV/IBp5H8G96h88sIsZ2AhzzfparenYO3pY1DMpZoxqUuGnHhiA9frKsk8Zn8axSPOc+Nd7vx+SI1ts5U2+kXysxttwt1MML57SX8eXaQ2qHJAD7ZqrYGDTFpzFgyPeu9izOl9VRJs5sE48Vh/xoCr18yOrP/f7pvNGQSPlO/1lIZRhb3dN2I417IWolMcMpbgWwr5E4iIhMdkUwyUbLEBvdiveZS/ofTmw3//C2g4+vNJBNL6ZScMcP33C1LlAW6qKpHXKU6zimejhgkm+sQJ6X92wBXhLTiPM8xFt/v23ZPwe3X4YgV01ynKlvwGiefRBY/B0LwJZBXRyHG31L1CXLBtskn60u+lOeeHGNW7aRnVh2E63WntG82ImtSieVHbLjn/AOkFiTH",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Submit Pseudo Label Job",permalink:"/api/submit-pseudo-label-job"},next:{title:"MetricBaseModel",permalink:"/api/schemas/metricbasemodel"}},S={},J=[];function N(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"Get Pseudo Label Job Status"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/get_status",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the status of an existing job, including any results."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(j.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."})}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(h(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(h(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(h(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(h(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "status": "string",\n "pseudoLabelJobResult": {\n "name": "string",\n "description": "string",\n "datasetId": "string",\n "fewShotDatasetId": "string",\n "activeLabeledDatasetId": "string",\n "selectedColumns": [\n "string"\n ],\n "promptTemplate": {\n "id": "string",\n "template": "string"\n },\n "baseEvaluationMetric": "string",\n "skipActiveLabeling": true\n }\n}',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/ee69156b.f9130905.js b/assets/js/ee69156b.f9130905.js new file mode 100644 index 00000000..8cedbf90 --- /dev/null +++ b/assets/js/ee69156b.f9130905.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[4864],{8147:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>g,default:()=>_,frontMatter:()=>f,metadata:()=>T,toc:()=>A});var i=a(74848),t=a(28453),n=a(91366),l=a.n(n),r=(a(6050),a(57742)),o=a.n(r),c=(a(67792),a(27362)),p=a.n(c),d=(a(36683),a(81124)),m=a.n(d),u=a(60674),h=a.n(u),b=a(23397),j=a.n(b),E=a(51107),x=(a(77675),a(19365));const f={id:"get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1tz6jgS/itd2ockVQ6cOo9MnQfCIbPOkssEc3ZmA0UJu8HKkSWPJJMwFP99qyUD5pI5U7P7wkVutb7+3P2pe80cX1jWeWFPFqtMw4DPUMKdnrFJxHSJhjuhVZyxDvsZXTDyNnd6NnTcVZZFLEObGlGSZbADlyNY/xj0HLgCfBfWCbWAVz2LQKhUVhn95WoFBm0lnW2xiFlMKyPcinVe1uwGuUHTrVzOOi+TzSRiBn+v0Lobna1YZ81SrRwqRz95WUqRerDtV0s41symORacfjnhJH4cwnNwyyLmViXZ6dkrpvS/NMSBE2jJzaueERPrrZl1RqgF22wCMmEwIyqD2WSzCQ9sqZUNDj5/+kRfh3wNqzRFa+eVhB3hLPo/BhcA/DC68L5Ow4sYqqqgwO4eb6bDpJuMhtPRw/Cp34tv4/5XFjUf/DLqj47XnkcPD/HDz4eLvcf7p0E/ObbtdR96/cHgePm2G9PaJNqFu0/ATcTKg8CffUI1uTkkpqfVXCx+SIjiBZ6j4/D1PfofXAKZw1wbn/yvetYiYAe2f9lVY/nUI3fcojuXiMf+4q9UfbS54EJBvROchhlCoOxaEieYkec5vg1z7b7+nQO2vilruVBU2nN8u7a5doDvvCgl2hZsA/SB8NSJJQ7C+X/r0OBBrqAOYouicRDEc1CVlBG4XFgiEYQlTseq3g4SuSHAHpRFianDrKdlVahmNXBj+IpFTDgszlbJcVXPiA89hzS4qmmvLGYg1AH9dPhYQf+99Gdvd3RAqLJyEejK+e+F0ZXKps5ULh8ruNVmy20EHGxVFNyIP7xOgOP2OxRikTtQ2oFCzEiHvcf6ADrzZgUZznklXQRcyh1YbgLUlle30uiidAkWpeQODwrr8MmPSkqck8+IuabnP6U1yRG21hBswOXcURRCofV5EeCe6LLIWOOoySZiM26xv+Sy8pzdozMi/TMBvOkO+9P+t+5g1E3ix4fpfT95jntHYviB0W03Tv55Oxo89IfDj62e+4P+N5LAj02Sx1/jXpz89rHFL92Pnw1H9/fd5/g/frGppzfnuDim/xktmiVmMBcosxZ81T67KosAPFz7hS5QuVBM30XZ3Vc5cbknd6a1RK5Oy3sOzlQYAe3e1Wi9P4K3XKQ5CLXUcok2pLRDU2AmKCVqHRkrSA1yKibSz7wquNo5aZ1kxl5TTxXgJPs/SJuz4U6OowtXTxVueY9tMLiHuypb7IOspf4Io912W2fvOt9tbCL2fp3qDIdBcH0XJTnRzu74kg89EEKqK5PSSxBFqY2DAbeuEBJhbnQBF7L+e/HTWI1VqpV1kEqBysEXUPi2s79cjxXAzPdpif6OqkO1R91MC9Xy5WLQHSb38aA/7T7F0+TxX/2Hi0kE7TYkJMYiVGutP8BVBilXJJK6EM5hNlabKw+B25VKYV6p1NNGt9nlFfjDA7ptlwVfgL9xsYXb8pTWOXGnZ7a1QBe6hss1+D6tAxf++wLqs4JLLbEl9eJy67h1jnXasKE9AdBPbBPt+H5audz3ccdcaztWnuYty3D0EjznW7Z3TBOwLdVTR1x/0Z5lYbSisC7H7JTuMbuKAP7xl/m+GqsGlU0Sp3WNTF9rGqchIWtgr3o2FdmXcWh+xyzyvkojlDvmcBr80Y7Q+V8x6u0LdLmmOaPUvhUvOfX9rM1L0f7c5pXTU1xy2T520t5j8dVrlmhC5ldGsg7LnSttp93e0s1FK8Pliew8GZ1VIb2CD7j25N/TG+rGHuJ2OhlS7x0utOaMspM2OpKweDOSOm9EwuF/3GpTcEc1+e/Elzn19M/70aYf7vTGxNG4KoWa6+YF3MAI3acYvn0+Ce3UpAM9XZRaoXJEGjEWTD+3Pvl2WltXcLVvgv1QdzwiwvkBsDGX/U+zYE2mw3fXLiUXipD5d7quk+OF8VKwiFHIuwTZKeQ+RVjEGkkyiVhOKdZ5Yes1SfnIyM2Gln+v0NDoOYnYkhvBZ8TwCzUKOfIMjc+q77gKOk4hXicEksxl5ZvE40mNFCHs6KYpevH92LZZBU+Pw4Qyph51C53RHsPfWOQ/O4zRgE67fSL6taA+FV+QbfBJ+cUP0/MoHX1U2yZXrRoI1+uGtG82LKpD8fLDNnTn/Bf/rJ5h",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},g=void 0,T={id:"api/get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",source:"@site/docs/api/get-pseudo-label-job-status.api.mdx",sourceDirName:"api",slug:"/api/get-pseudo-label-job-status",permalink:"/api/get-pseudo-label-job-status",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-pseudo-label-job-status",title:"Get Pseudo Label Job Status",description:"Get the status of an existing job, including any results.",api:"eJytV1tz6jgS/itd2ockVQ6cOo9MnQfCIbPOkssEc3ZmA0UJu8HKkSWPJJMwFP99qyUD5pI5U7P7wkVutb7+3P2pe80cX1jWeWFPFqtMw4DPUMKdnrFJxHSJhjuhVZyxDvsZXTDyNnd6NnTcVZZFLEObGlGSZbADlyNY/xj0HLgCfBfWCbWAVz2LQKhUVhn95WoFBm0lnW2xiFlMKyPcinVe1uwGuUHTrVzOOi+TzSRiBn+v0Lobna1YZ81SrRwqRz95WUqRerDtV0s41symORacfjnhJH4cwnNwyyLmViXZ6dkrpvS/NMSBE2jJzaueERPrrZl1RqgF22wCMmEwIyqD2WSzCQ9sqZUNDj5/+kRfh3wNqzRFa+eVhB3hLPo/BhcA/DC68L5Ow4sYqqqgwO4eb6bDpJuMhtPRw/Cp34tv4/5XFjUf/DLqj47XnkcPD/HDz4eLvcf7p0E/ObbtdR96/cHgePm2G9PaJNqFu0/ATcTKg8CffUI1uTkkpqfVXCx+SIjiBZ6j4/D1PfofXAKZw1wbn/yvetYiYAe2f9lVY/nUI3fcojuXiMf+4q9UfbS54EJBvROchhlCoOxaEieYkec5vg1z7b7+nQO2vilruVBU2nN8u7a5doDvvCgl2hZsA/SB8NSJJQ7C+X/r0OBBrqAOYouicRDEc1CVlBG4XFgiEYQlTseq3g4SuSHAHpRFianDrKdlVahmNXBj+IpFTDgszlbJcVXPiA89hzS4qmmvLGYg1AH9dPhYQf+99Gdvd3RAqLJyEejK+e+F0ZXKps5ULh8ruNVmy20EHGxVFNyIP7xOgOP2OxRikTtQ2oFCzEiHvcf6ADrzZgUZznklXQRcyh1YbgLUlle30uiidAkWpeQODwrr8MmPSkqck8+IuabnP6U1yRG21hBswOXcURRCofV5EeCe6LLIWOOoySZiM26xv+Sy8pzdozMi/TMBvOkO+9P+t+5g1E3ix4fpfT95jntHYviB0W03Tv55Oxo89IfDj62e+4P+N5LAj02Sx1/jXpz89rHFL92Pnw1H9/fd5/g/frGppzfnuDim/xktmiVmMBcosxZ81T67KosAPFz7hS5QuVBM30XZ3Vc5cbknd6a1RK5Oy3sOzlQYAe3e1Wi9P4K3XKQ5CLXUcok2pLRDU2AmKCVqHRkrSA1yKibSz7wquNo5aZ1kxl5TTxXgJPs/SJuz4U6OowtXTxVueY9tMLiHuypb7IOspf4Io912W2fvOt9tbCL2fp3qDIdBcH0XJTnRzu74kg89EEKqK5PSSxBFqY2DAbeuEBJhbnQBF7L+e/HTWI1VqpV1kEqBysEXUPi2s79cjxXAzPdpif6OqkO1R91MC9Xy5WLQHSb38aA/7T7F0+TxX/2Hi0kE7TYkJMYiVGutP8BVBilXJJK6EM5hNlabKw+B25VKYV6p1NNGt9nlFfjDA7ptlwVfgL9xsYXb8pTWOXGnZ7a1QBe6hss1+D6tAxf++wLqs4JLLbEl9eJy67h1jnXasKE9AdBPbBPt+H5audz3ccdcaztWnuYty3D0EjznW7Z3TBOwLdVTR1x/0Z5lYbSisC7H7JTuMbuKAP7xl/m+GqsGlU0Sp3WNTF9rGqchIWtgr3o2FdmXcWh+xyzyvkojlDvmcBr80Y7Q+V8x6u0LdLmmOaPUvhUvOfX9rM1L0f7c5pXTU1xy2T520t5j8dVrlmhC5ldGsg7LnSttp93e0s1FK8Pliew8GZ1VIb2CD7j25N/TG+rGHuJ2OhlS7x0utOaMspM2OpKweDOSOm9EwuF/3GpTcEc1+e/Elzn19M/70aYf7vTGxNG4KoWa6+YF3MAI3acYvn0+Ce3UpAM9XZRaoXJEGjEWTD+3Pvl2WltXcLVvgv1QdzwiwvkBsDGX/U+zYE2mw3fXLiUXipD5d7quk+OF8VKwiFHIuwTZKeQ+RVjEGkkyiVhOKdZ5Yes1SfnIyM2Gln+v0NDoOYnYkhvBZ8TwCzUKOfIMjc+q77gKOk4hXicEksxl5ZvE40mNFCHs6KYpevH92LZZBU+Pw4Qyph51C53RHsPfWOQ/O4zRgE67fSL6taA+FV+QbfBJ+cUP0/MoHX1U2yZXrRoI1+uGtG82LKpD8fLDNnTn/Bf/rJ5h",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Submit Pseudo Label Job",permalink:"/api/submit-pseudo-label-job"},next:{title:"CreateDatasetRequest",permalink:"/api/schemas/createdatasetrequest"}},S={},A=[];function O(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(E.default,{as:"h1",className:"openapi__heading",children:"Get Pseudo Label Job Status"}),"\n",(0,i.jsx)(o(),{method:"post",path:"/api/2/auto_eval/pseudo_label_job/get_status",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"Get the status of an existing job, including any results."}),"\n",(0,i.jsx)(E.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(h(),{collapsible:!1,name:"jobId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"status",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pseudoLabelJobResult"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Configuration for LLM Judge labeling job."})}),(0,i.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional name for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Optional description for the job."}}),(0,i.jsx)(h(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the main dataset to be pseudo-labeled"}}),(0,i.jsx)(h(),{collapsible:!1,name:"fewShotDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the dataset containing few-shot examples. Optional."}}),(0,i.jsx)(h(),{collapsible:!1,name:"activeLabeledDatasetId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"ID of the actively labeled dataset. Optional. If null, this job is for\n active learning."}}),(0,i.jsx)(h(),{collapsible:!1,name:"selectedColumns",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string",description:"Subset of columns to be used in pseudo-labeling.\n Expected columns: input, output, ground_truth\n For example, a summarization task might not need an input column.\n By default, all columns are used."}}}),(0,i.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"promptTemplate"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(h(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(h(),{collapsible:!1,name:"template",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The template string that defines the prompt"}})]})]})}),(0,i.jsx)(h(),{collapsible:!1,name:"baseEvaluationMetric",required:!0,schemaName:"BaseEvaluationMetric (string)",qualifierMessage:"**Possible values:** [`BASE_EVALUATION_METRIC_UNSPECIFIED`, `BASE_EVALUATION_METRIC_FAITHFULNESS`, `BASE_EVALUATION_METRIC_RELEVANCE`, `BASE_EVALUATION_METRIC_TOXICITY`, `BASE_EVALUATION_METRIC_QA`, `BASE_EVALUATION_METRIC_SUMMARIZATION`]",schema:{type:"string",enum:["BASE_EVALUATION_METRIC_UNSPECIFIED","BASE_EVALUATION_METRIC_FAITHFULNESS","BASE_EVALUATION_METRIC_RELEVANCE","BASE_EVALUATION_METRIC_TOXICITY","BASE_EVALUATION_METRIC_QA","BASE_EVALUATION_METRIC_SUMMARIZATION"],title:"BaseEvaluationMetric",description:"Reserved field. Do not use at the moment."}}),(0,i.jsx)(h(),{collapsible:!1,name:"skipActiveLabeling",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",description:"If true, skip active labeling, which involves an intermediate Dataset\n created for human labeling."}})]})]})})]})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(m(),{responseExample:'{\n "status": "JOB_STATUS_UNSPECIFIED",\n "pseudoLabelJobResult": {\n "name": "string",\n "description": "string",\n "datasetId": "string",\n "fewShotDatasetId": "string",\n "activeLabeledDatasetId": "string",\n "selectedColumns": [\n "string"\n ],\n "promptTemplate": {\n "id": "string",\n "template": "string"\n },\n "baseEvaluationMetric": "BASE_EVALUATION_METRIC_UNSPECIFIED",\n "skipActiveLabeling": true\n }\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(O,{...e})}):O(e)}}}]); \ No newline at end of file diff --git a/assets/js/f1892c1c.39db04fb.js b/assets/js/f1892c1c.39db04fb.js new file mode 100644 index 00000000..c1fc981d --- /dev/null +++ b/assets/js/f1892c1c.39db04fb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[1512],{87240:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>o,contentTitle:()=>m,default:()=>h,frontMatter:()=>c,metadata:()=>p,toc:()=>_});var i=a(74848),r=a(28453),l=(a(6050),a(60674)),n=a.n(l),t=(a(23397),a(51107));a(19365);const c={id:"columnfilter",title:"ColumnFilter",description:"",sidebar_label:"ColumnFilter",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,p={id:"api/schemas/columnfilter",title:"ColumnFilter",description:"",source:"@site/docs/api/schemas/columnfilter.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/columnfilter",permalink:"/api/schemas/columnfilter",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"columnfilter",title:"ColumnFilter",description:"",sidebar_label:"ColumnFilter",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetViewRequest",permalink:"/api/schemas/getdatasetviewrequest"},next:{title:"StringCriteria",permalink:"/api/schemas/stringcriteria"}},o={},_=[];function d(e){const s={p:"p",...(0,r.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.default,{as:"h1",className:"openapi__heading",children:"ColumnFilter"}),"\n",(0,i.jsxs)("ul",{children:[(0,i.jsx)(n(),{collapsible:!1,name:"columnName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"stringCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_CONTAINS`, `OPERATOR_STARTS_WITH`, `OPERATOR_ENDS_WITH`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_CONTAINS","OPERATOR_STARTS_WITH","OPERATOR_ENDS_WITH"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"numericCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_EQUALS`, `OPERATOR_NOT_EQUALS`, `OPERATOR_GREATER_THAN`, `OPERATOR_GREATER_THAN_OR_EQUAL`, `OPERATOR_LESS_THAN`, `OPERATOR_LESS_THAN_OR_EQUAL`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_EQUALS","OPERATOR_NOT_EQUALS","OPERATOR_GREATER_THAN","OPERATOR_GREATER_THAN_OR_EQUAL","OPERATOR_LESS_THAN","OPERATOR_LESS_THAN_OR_EQUAL"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"intValue",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(n(),{collapsible:!1,name:"floatValue",required:!0,schemaName:"number",qualifierMessage:void 0,schema:{type:"number"}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"tagsCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_HAS_ANY`, `OPERATOR_HAS_ALL`, `OPERATOR_HAS_NONE`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_HAS_ANY","OPERATOR_HAS_ALL","OPERATOR_HAS_NONE"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"tags",required:!0,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}})]})]})}),(0,i.jsx)(n(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"timeRangeCriteria"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_BEFORE`, `OPERATOR_AFTER`, `OPERATOR_BETWEEN`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_BEFORE","OPERATOR_AFTER","OPERATOR_BETWEEN"],title:"Operator"}}),(0,i.jsx)(n(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(n(),{collapsible:!1,name:"endTimestamp",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})]})]})}function h(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}}}]); \ No newline at end of file diff --git a/assets/js/f2546990.73a0113e.js b/assets/js/f2546990.73a0113e.js deleted file mode 100644 index faa8fbfd..00000000 --- a/assets/js/f2546990.73a0113e.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3632],{9966:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>u,toc:()=>p});var a=s(74848),l=s(28453),d=(s(6050),s(60674)),i=s.n(d),n=(s(23397),s(51107));s(19365);const r={id:"getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",sidebar_label:"GetDatasetDownloadURLRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,u={id:"api/schemas/getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",source:"@site/docs/api/schemas/getdatasetdownloadurlrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetdownloadurlrequest",permalink:"/api/schemas/getdatasetdownloadurlrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",sidebar_label:"GetDatasetDownloadURLRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"ListDatasetsResponse",permalink:"/api/schemas/listdatasetsresponse"},next:{title:"GetDatasetDownloadURLResponse",permalink:"/api/schemas/getdatasetdownloadurlresponse"}},c={},p=[];function m(e){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetDatasetDownloadURLRequest"}),"\n",(0,a.jsx)("ul",{children:(0,a.jsx)(i(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,l.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/f2546990.9a768f7c.js b/assets/js/f2546990.9a768f7c.js new file mode 100644 index 00000000..8ae3cbeb --- /dev/null +++ b/assets/js/f2546990.9a768f7c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[3632],{9966:(e,t,a)=>{a.r(t),a.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>h,frontMatter:()=>r,metadata:()=>u,toc:()=>p});var s=a(74848),l=a(28453),d=(a(6050),a(60674)),i=a.n(d),n=(a(23397),a(51107));a(19365);const r={id:"getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",sidebar_label:"GetDatasetDownloadURLRequest",hide_title:!0,schema:!0,custom_edit_url:null},o=void 0,u={id:"api/schemas/getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",source:"@site/docs/api/schemas/getdatasetdownloadurlrequest.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/getdatasetdownloadurlrequest",permalink:"/api/schemas/getdatasetdownloadurlrequest",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"getdatasetdownloadurlrequest",title:"GetDatasetDownloadURLRequest",description:"",sidebar_label:"GetDatasetDownloadURLRequest",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"GetDatasetResponse",permalink:"/api/schemas/getdatasetresponse"},next:{title:"GetDatasetDownloadURLResponse",permalink:"/api/schemas/getdatasetdownloadurlresponse"}},c={},p=[];function m(e){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.default,{as:"h1",className:"openapi__heading",children:"GetDatasetDownloadURLRequest"}),"\n",(0,s.jsx)("ul",{children:(0,s.jsx)(i(),{collapsible:!1,name:"datasetId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}function h(e={}){const{wrapper:t}={...(0,l.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(m,{...e})}):m()}}}]); \ No newline at end of file diff --git a/assets/js/fb66dc73.8f04c4f0.js b/assets/js/fb66dc73.8f04c4f0.js deleted file mode 100644 index 4fde564f..00000000 --- a/assets/js/fb66dc73.8f04c4f0.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7026],{46050:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>y,default:()=>D,frontMatter:()=>b,metadata:()=>N,toc:()=>q});var i=a(74848),t=a(28453),n=a(91366),r=a.n(n),l=(a(6050),a(57742)),c=a.n(l),d=(a(67792),a(27362)),m=a.n(d),o=(a(36683),a(81124)),p=a.n(o),h=a(60674),u=a.n(h),j=a(23397),x=a.n(j),g=a(51107),f=(a(77675),a(19365));const b={id:"list-datasets",title:"List Datasets",description:"List Datasets.",api:"eJy9WE1v2zgQ/SsD7iEJoNhFjlr04KYp1l23DWp392AbAS2NLbYUqZJUHNfwf18MKdmy5NQpFrs5JE44nI83b4Yz2TLHV5bFU/aWO27RsXnEdIGGO6HVMGUxGwnrqkPLIpaiTYwo6Lg6hPq0xyJmMSmNcBsWT7fsDXKDZlC6jMXT+W4eMYPfS7TujU43LN6yRCuHytFHXhRSJN5s/6sl5VtmkwxzTp+ccBJbznwOuljE3KagQ734ign9XhgKwQm0dHcppENjz6h5V0md0/a9RON9r8SsM0KtOsBY5CbJwEuDLRdBDHLukgyW2oDiOQJXKTTv7bw1skvQn7MRAoO0CgS4tToR3GEKa+EycBlCpY7tdu3bIWCQwtKFvZLFBgajEVSggS0wEUuBKdv5L0qhLbSyAY2bV6/ox7HmcZkkaO2ylLCnEov+bbKD1bP5qQNpwMeN4RsWMeEwP6JBzflzOsULkjHJEIZvQS897JUXPcpoYpByMnCnlCy1ybljMfmN107kSFfKIv3VK8Sn817+UeZcXRvkKV9IDCQkNjZ8jkAsQSsEfBKWirrNnF+00ThsoXPKkl4rNF8smpcUwDHmpUUD60yDXivbyYIq88963aSFUA5XaKrDWy2fORRKOMGl+OH5OnbclbbrW0fwzhhtTsolWpa5+ilDu3FWl6AwaFE5EMqHKLnDQwt+J2SdT2Hr8Inex4S/9bqGaqn/O+pTB8H/kf9Cpfh0IoFtZ4ckV/saQPXdssKz470UDg2XH19UXoREdeG4toKhUEtBRYcXu/A6CoMpvcciZU3ompjUwR47NycNki9QEkXxNIssHdXRV9zxd+hx+qoX7WbQ5c7oYOEcd2rFz5XMKfSsl215uELlIS0slqm+/qnD4QnNCzfBvJAVED+3y7/x0DxqO0JZZ8qEji0pxNOl3NYjaqcr96pYhAWvIApVuRQoU8j5BuhB5EIBV0EAcrSWr7DDhRaQnQjnv0SeZos99MVDE3ym4x361rwd+KDuP3VXyrV1sOBWJGBRWYwhR8cpRX7k8R7YTBQRLEoHSlP5rcAJTGcKnAbhQvfqeSicdlze6lK5F9T3hIQhIWli0X6uWWciySDhChZYDz1+SqpmkYXEmarHnggMrrhJJVrPxYKvEKz40U1NepiMG27Oq1np6TrRKY55XkgqiSnVhFqxmL3nj3zsvaaZWZcm8THlhTYORty63Hdyo3O4kNWvF7/P1EwlWlkHiRT0CLwGheu9/OV2pgAWfuie6G+oYhr/aBTroXqcXowG48mH4ejuYXA/fJh8+vPu48U8gn4fJsRLUb2ZuOSldD5PFVo6F85RanZX3gVuNyqBZal8hUDOhbq8Am88eFc30dfA11zU3vZqrHoE/2XQFa5oiT2pV5f1g11LksyOxIKN39ku2kN4v3GZnyvb8Gk7Ux65Gjho4ephrAHcg0e+1Og9OILvtfbACaNVb4Xucsa6CM7YVQTw24shvJqpAzqncZmpwgjlumAw2qBydJmmvazQfvcpOG1XrM8L0b/p89LpB3zksl/d6pNOv5eZR78ETbesNJLFLHOusHG/X6PERS/Fx0493RudhlYIQQdce8w+ELCDofepXvrGNMKH3t9c/fY1SybJFy/GYhbAZlH14V39sL//e+ILjVaDz4eN8e7JF1Jrp6sWskNTbmxQzcdV0LjT3C4OQcDgfgh/3XS3245IDLc6L7RC5UueIA2iN71X/unR1uXcD8lhID/ekNsWGhtwd5WuQHP45PqF5MKvhz532yrrU8YLwSJGnu8zTzb2j7fP/jxiGZElnrLtdsEtfjFyt6M/V9hN5xF75EZQE/SbesQy5CkaT5dvSPDeBkevJ+QVicvST67tTY4qNNwYJAn6/va8bJPP95/GE6JC9a+BXKd0x/A1i/z3mNHbVYRHOd6Gv4VuUNKjGbOgk3LNj3nX4pmPqp681abh4Xbb6J67HYuqUHw7YDtq6/8ATDUCGA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},y=void 0,N={id:"api/list-datasets",title:"List Datasets",description:"List Datasets.",source:"@site/docs/api/list-datasets.api.mdx",sourceDirName:"api",slug:"/api/list-datasets",permalink:"/api/list-datasets",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-datasets",title:"List Datasets",description:"List Datasets.",api:"eJy9WE1v2zgQ/SsD7iEJoNhFjlr04KYp1l23DWp392AbAS2NLbYUqZJUHNfwf18MKdmy5NQpFrs5JE44nI83b4Yz2TLHV5bFU/aWO27RsXnEdIGGO6HVMGUxGwnrqkPLIpaiTYwo6Lg6hPq0xyJmMSmNcBsWT7fsDXKDZlC6jMXT+W4eMYPfS7TujU43LN6yRCuHytFHXhRSJN5s/6sl5VtmkwxzTp+ccBJbznwOuljE3KagQ734ign9XhgKwQm0dHcppENjz6h5V0md0/a9RON9r8SsM0KtOsBY5CbJwEuDLRdBDHLukgyW2oDiOQJXKTTv7bw1skvQn7MRAoO0CgS4tToR3GEKa+EycBlCpY7tdu3bIWCQwtKFvZLFBgajEVSggS0wEUuBKdv5L0qhLbSyAY2bV6/ox7HmcZkkaO2ylLCnEov+bbKD1bP5qQNpwMeN4RsWMeEwP6JBzflzOsULkjHJEIZvQS897JUXPcpoYpByMnCnlCy1ybljMfmN107kSFfKIv3VK8Sn817+UeZcXRvkKV9IDCQkNjZ8jkAsQSsEfBKWirrNnF+00ThsoXPKkl4rNF8smpcUwDHmpUUD60yDXivbyYIq88963aSFUA5XaKrDWy2fORRKOMGl+OH5OnbclbbrW0fwzhhtTsolWpa5+ilDu3FWl6AwaFE5EMqHKLnDQwt+J2SdT2Hr8Inex4S/9bqGaqn/O+pTB8H/kf9Cpfh0IoFtZ4ckV/saQPXdssKz470UDg2XH19UXoREdeG4toKhUEtBRYcXu/A6CoMpvcciZU3ompjUwR47NycNki9QEkXxNIssHdXRV9zxd+hx+qoX7WbQ5c7oYOEcd2rFz5XMKfSsl215uELlIS0slqm+/qnD4QnNCzfBvJAVED+3y7/x0DxqO0JZZ8qEji0pxNOl3NYjaqcr96pYhAWvIApVuRQoU8j5BuhB5EIBV0EAcrSWr7DDhRaQnQjnv0SeZos99MVDE3ym4x361rwd+KDuP3VXyrV1sOBWJGBRWYwhR8cpRX7k8R7YTBQRLEoHSlP5rcAJTGcKnAbhQvfqeSicdlze6lK5F9T3hIQhIWli0X6uWWciySDhChZYDz1+SqpmkYXEmarHnggMrrhJJVrPxYKvEKz40U1NepiMG27Oq1np6TrRKY55XkgqiSnVhFqxmL3nj3zsvaaZWZcm8THlhTYORty63Hdyo3O4kNWvF7/P1EwlWlkHiRT0CLwGheu9/OV2pgAWfuie6G+oYhr/aBTroXqcXowG48mH4ejuYXA/fJh8+vPu48U8gn4fJsRLUb2ZuOSldD5PFVo6F85RanZX3gVuNyqBZal8hUDOhbq8Am88eFc30dfA11zU3vZqrHoE/2XQFa5oiT2pV5f1g11LksyOxIKN39ku2kN4v3GZnyvb8Gk7Ux65Gjho4ephrAHcg0e+1Og9OILvtfbACaNVb4Xucsa6CM7YVQTw24shvJqpAzqncZmpwgjlumAw2qBydJmmvazQfvcpOG1XrM8L0b/p89LpB3zksl/d6pNOv5eZR78ETbesNJLFLHOusHG/X6PERS/Fx0493RudhlYIQQdce8w+ELCDofepXvrGNMKH3t9c/fY1SybJFy/GYhbAZlH14V39sL//e+ILjVaDz4eN8e7JF1Jrp6sWskNTbmxQzcdV0LjT3C4OQcDgfgh/3XS3245IDLc6L7RC5UueIA2iN71X/unR1uXcD8lhID/ekNsWGhtwd5WuQHP45PqF5MKvhz532yrrU8YLwSJGnu8zTzb2j7fP/jxiGZElnrLtdsEtfjFyt6M/V9hN5xF75EZQE/SbesQy5CkaT5dvSPDeBkevJ+QVicvST67tTY4qNNwYJAn6/va8bJPP95/GE6JC9a+BXKd0x/A1i/z3mNHbVYRHOd6Gv4VuUNKjGbOgk3LNj3nX4pmPqp681abh4Xbb6J67HYuqUHw7YDtq6/8ATDUCGA==",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Dataset View",permalink:"/api/get-dataset-view"},next:{title:"Clone Dataset",permalink:"/api/clone-dataset"}},v={},q=[];function w(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"List Datasets"}),"\n",(0,i.jsx)(c(),{method:"post",path:"/api/2/auto_eval/dataset/list",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List Datasets."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"})}),(0,i.jsx)(u(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasets"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of datasets which can be listed with applicable\n filters, regardless of page size"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "datasets": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "string",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "string"\n }\n ],\n "labelState": {\n "labelingStatus": "string",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n ],\n "totalCount": 0\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/fb66dc73.efccc471.js b/assets/js/fb66dc73.efccc471.js new file mode 100644 index 00000000..ed6cfe9c --- /dev/null +++ b/assets/js/fb66dc73.efccc471.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[7026],{46050:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>f,contentTitle:()=>x,default:()=>y,frontMatter:()=>S,metadata:()=>j,toc:()=>E});var i=a(74848),t=a(28453),n=a(91366),l=a.n(n),r=(a(6050),a(57742)),d=a.n(r),c=(a(67792),a(27362)),o=a.n(c),m=(a(36683),a(81124)),p=a.n(m),h=a(60674),u=a.n(h),T=a(23397),N=a.n(T),g=a(51107),_=(a(77675),a(19365));const S={id:"list-datasets",title:"List Datasets",description:"List Datasets.",api:"eJzVWG1vIjkS/isl34dkpA6MsqvVidV8YAi5Y44hudDcahQQMt0F7Um33Wu7ISziv5/K7ualIS+j1Z508yEDVLlcfuq9NszyhWGtR3bDLTdo2SRgKkfNrVCyF7MW6wtjS6JhAYvRRFrkRC6JUFEbLGAGo0ILu2atxw37jFyjbhc2Ya3HyXYSMI2/F2jsZxWvWWvDIiUtSksfeZ6nInLXNr8bEr5hJkow4/TJCptiTZkHL4sFzK5zIqrZd4zoe67pCVagobNzkVrU5g0xtyXXW9J+L1A73Us2Y7WQixNgDHIdJeC4wRQzzwYZt1ECc6VB8gyByxgOz23dbXQvQf/WHf5hEJcPAW6MigS3GMNK2ARsglCKY9tt/bR/MKTC0IGdkNka2v0+lKCByTESc4Ex27p/ZEKTK2k8GtcfP9J/x5KHRRShMfMihZ0rseDPGtvf+qZ9qoccwMe15msWMGExO3KDyuffkineYYwwQejdgJo72EstGmTRSCPZpG3PCZkrnXHLWqQ3XlmRIR0p8vhHj5A/va3lP4uMyyuNPOazFL0Tkjce6ByAmIOSCPgsDAV13XN+8I4DYg2dczeplUQ9MqjfEwDHmBcGNawSBWolzYkVZJE9qNWhWwhpcYG6JHZU+gJRSGEFT8Ufzl+HltvCnNMNZZFRJv1y93k6DNvhaDgdDYb33U7vtte9YcEh4d+j7qj+28NoMOgN/nH8Y+fu632/G9Z5O+1Bp9vv13++bffot0mwc/EvalZqfPKSrtZKnz6EPFalRSZfDaFTQ5SHINdoUFoQ0tkg5Rb3NeJWpJXDCVPZhwX1iOw4WT05V39dbFKKw/9hgAoZ4/MZD6sr2yO+SlcPqkvnJZ4n2qfCoubp4F3xT0iUB46D31/kg92LeNnBb9phe9gNp527/ujrYHozDb/dd2u+fp6nNwh/un6N+svPL1Jv+3ft1047+ivnh+GDj67z5M/fwu7wRWp78O0wqo7c9CYknOpIEwsBaBzEvLKkkMCPbQi/kUmeMF1DrOSFBYkYAy5Rr8noi7GEBDUGMCssCHthYKFUDFbBjDInFVJhA3cLPvMsT5FofKlEDIV8kmol5CJdQ6RQR16ekPaXn2HJ0wINfVH056frBnRlpGLqU5xb4LMFYWAU3k7/DoVM0RB3TIUb47EEZRPUK2HID7e+txMaY3IREbPDuDoMmCoSjj13QhJSPsOU0hWeTzGGSFVolInFnSGVv6tZvZSdJpb+/oa3Eksl+P824Z+LfeNINQgXKF1CyA0Wsbp6FVHfoWa5DTHL09JSr+cc/sR9ba7uEdJYXUREdmUJzxeiuhxRKV2qV75FGHACAl9T5gLTGDJODi8tp3iTngEyNIYv8MRZa5Y+eeHkh7z7sIPZtx37HuOFhmJfdSf1h7er6lnV1EwZCzNuRAQGpcEWZGg5mchNFE4Dk4jc5wypXB4BK1zUUrRbX3t93FpledpRhbTvqE4hMUNE3ORFu7FhlYgogYhLykrlTOGGkLLVn6U4ltVUEYDGBdexyyhqDjlfIBjxx6lp4v3geaDmpBxFnq8iFePQJT3jJs6UywUFAV/yodOaRlJV6Mi9KcuVttDnxmauD9Eqg4u0/Hrx61iOZaSksRClglqYTyBxteO/3IwlwMzNtKF6Qtmi6YomnQbK5eNFvz0Mv/b63Wn7vjcN7/7VHVxMAmg2ISS/FGVLinNepNbZqURLZcK6hLr94FTgZi0jmBfSRQhkXMjLD+Au99pV5eMT8BUXlbaNCqsGwX/pZfkjKsVGqhaXVT9ccRLPltj8Hb+ybbCD8H5tEze21eFTZiwdchVwUMPVwVgBuAOPdKnQm1qC75NywAmtZGOB9nLMThEcsw8BwN/eDeGHsdyjcx6Xscy1kPYUDEYLigxtomjtkSu3Wsg5LS9Yk+eied3khVVTXPK0WZ5qkky39tBLt2N43LBCp6zFEmtz02o2K5S4aMS4PImne61inwrBy4Arh9lXArbdczpVO5UhTci+OB1uVnYxS1eSLo6NtZgHmwXlh9uqLf3yW+gCjSbvh/1Cpuu7h9rKpNx37JPywYJiNzK49naujob3/SOgfd+D/1yfLo9OWFrQUVmuJEoX8gSpZ71ufHSlRxmbcTeD+nn3eAFVv+FgwXS6qSpBoy6nmadcuO2Ls92mtPoj47lgASPNd5anO3bdhbP+JGAJOUvrkW02M25wpNPtln4usXucBGzJtaAk6BZhAUuQx6iduzwhwdvxil6VvaTrzah21hclFKH+RDuK0OW3l3kP/fn+bhiSK5Sbt0zFdEbzFQvc3xaj2pX7otza+N98NiioaLaYl0m25sd+V/Mz96pqbpTrAw03m4Psud2yoHyKSwdsS2n9v9JdEAU=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},x=void 0,j={id:"api/list-datasets",title:"List Datasets",description:"List Datasets.",source:"@site/docs/api/list-datasets.api.mdx",sourceDirName:"api",slug:"/api/list-datasets",permalink:"/api/list-datasets",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"list-datasets",title:"List Datasets",description:"List Datasets.",api:"eJzVWG1vIjkS/isl34dkpA6MsqvVidV8YAi5Y44hudDcahQQMt0F7Um33Wu7ISziv5/K7ualIS+j1Z508yEDVLlcfuq9NszyhWGtR3bDLTdo2SRgKkfNrVCyF7MW6wtjS6JhAYvRRFrkRC6JUFEbLGAGo0ILu2atxw37jFyjbhc2Ya3HyXYSMI2/F2jsZxWvWWvDIiUtSksfeZ6nInLXNr8bEr5hJkow4/TJCptiTZkHL4sFzK5zIqrZd4zoe67pCVagobNzkVrU5g0xtyXXW9J+L1A73Us2Y7WQixNgDHIdJeC4wRQzzwYZt1ECc6VB8gyByxgOz23dbXQvQf/WHf5hEJcPAW6MigS3GMNK2ARsglCKY9tt/bR/MKTC0IGdkNka2v0+lKCByTESc4Ex27p/ZEKTK2k8GtcfP9J/x5KHRRShMfMihZ0rseDPGtvf+qZ9qoccwMe15msWMGExO3KDyuffkineYYwwQejdgJo72EstGmTRSCPZpG3PCZkrnXHLWqQ3XlmRIR0p8vhHj5A/va3lP4uMyyuNPOazFL0Tkjce6ByAmIOSCPgsDAV13XN+8I4DYg2dczeplUQ9MqjfEwDHmBcGNawSBWolzYkVZJE9qNWhWwhpcYG6JHZU+gJRSGEFT8Ufzl+HltvCnNMNZZFRJv1y93k6DNvhaDgdDYb33U7vtte9YcEh4d+j7qj+28NoMOgN/nH8Y+fu632/G9Z5O+1Bp9vv13++bffot0mwc/EvalZqfPKSrtZKnz6EPFalRSZfDaFTQ5SHINdoUFoQ0tkg5Rb3NeJWpJXDCVPZhwX1iOw4WT05V39dbFKKw/9hgAoZ4/MZD6sr2yO+SlcPqkvnJZ4n2qfCoubp4F3xT0iUB46D31/kg92LeNnBb9phe9gNp527/ujrYHozDb/dd2u+fp6nNwh/un6N+svPL1Jv+3ft1047+ivnh+GDj67z5M/fwu7wRWp78O0wqo7c9CYknOpIEwsBaBzEvLKkkMCPbQi/kUmeMF1DrOSFBYkYAy5Rr8noi7GEBDUGMCssCHthYKFUDFbBjDInFVJhA3cLPvMsT5FofKlEDIV8kmol5CJdQ6RQR16ekPaXn2HJ0wINfVH056frBnRlpGLqU5xb4LMFYWAU3k7/DoVM0RB3TIUb47EEZRPUK2HID7e+txMaY3IREbPDuDoMmCoSjj13QhJSPsOU0hWeTzGGSFVolInFnSGVv6tZvZSdJpb+/oa3Eksl+P824Z+LfeNINQgXKF1CyA0Wsbp6FVHfoWa5DTHL09JSr+cc/sR9ba7uEdJYXUREdmUJzxeiuhxRKV2qV75FGHACAl9T5gLTGDJODi8tp3iTngEyNIYv8MRZa5Y+eeHkh7z7sIPZtx37HuOFhmJfdSf1h7er6lnV1EwZCzNuRAQGpcEWZGg5mchNFE4Dk4jc5wypXB4BK1zUUrRbX3t93FpledpRhbTvqE4hMUNE3ORFu7FhlYgogYhLykrlTOGGkLLVn6U4ltVUEYDGBdexyyhqDjlfIBjxx6lp4v3geaDmpBxFnq8iFePQJT3jJs6UywUFAV/yodOaRlJV6Mi9KcuVttDnxmauD9Eqg4u0/Hrx61iOZaSksRClglqYTyBxteO/3IwlwMzNtKF6Qtmi6YomnQbK5eNFvz0Mv/b63Wn7vjcN7/7VHVxMAmg2ISS/FGVLinNepNbZqURLZcK6hLr94FTgZi0jmBfSRQhkXMjLD+Au99pV5eMT8BUXlbaNCqsGwX/pZfkjKsVGqhaXVT9ccRLPltj8Hb+ybbCD8H5tEze21eFTZiwdchVwUMPVwVgBuAOPdKnQm1qC75NywAmtZGOB9nLMThEcsw8BwN/eDeGHsdyjcx6Xscy1kPYUDEYLigxtomjtkSu3Wsg5LS9Yk+eied3khVVTXPK0WZ5qkky39tBLt2N43LBCp6zFEmtz02o2K5S4aMS4PImne61inwrBy4Arh9lXArbdczpVO5UhTci+OB1uVnYxS1eSLo6NtZgHmwXlh9uqLf3yW+gCjSbvh/1Cpuu7h9rKpNx37JPywYJiNzK49naujob3/SOgfd+D/1yfLo9OWFrQUVmuJEoX8gSpZ71ufHSlRxmbcTeD+nn3eAFVv+FgwXS6qSpBoy6nmadcuO2Ls92mtPoj47lgASPNd5anO3bdhbP+JGAJOUvrkW02M25wpNPtln4usXucBGzJtaAk6BZhAUuQx6iduzwhwdvxil6VvaTrzah21hclFKH+RDuK0OW3l3kP/fn+bhiSK5Sbt0zFdEbzFQvc3xaj2pX7otza+N98NiioaLaYl0m25sd+V/Mz96pqbpTrAw03m4Psud2yoHyKSwdsS2n9v9JdEAU=",sidebar_class_name:"post api-method",info_path:"api/lastmile-ai-api-v-2",custom_edit_url:null,show_extensions:!0},sidebar:"sidebar",previous:{title:"Get Dataset View",permalink:"/api/get-dataset-view"},next:{title:"Clone Dataset",permalink:"/api/clone-dataset"}},f={},E=[];function D(e){const s={p:"p",...(0,t.R)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g.default,{as:"h1",className:"openapi__heading",children:"List Datasets"}),"\n",(0,i.jsx)(d(),{method:"post",path:"/api/2/auto_eval/dataset/list",context:"endpoint"}),"\n",(0,i.jsx)(s.p,{children:"List Datasets."}),"\n",(0,i.jsx)(g.default,{id:"request",as:"h2",className:"openapi-tabs__heading",children:"Request"}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(_.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"filters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Filter listed datasets by ALL filters specified"})}),(0,i.jsx)(u(),{collapsible:!1,name:"query",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search query substring match for name and description"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"filter datasets associated with the project"}})]})]})})})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(_.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Successful operation"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(_.default,{label:"application/json",value:"application/json",children:(0,i.jsxs)(N(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(_.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"datasets"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable name for the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Human-readable description of the dataset, if one exists."}}),(0,i.jsx)(u(),{collapsible:!1,name:"ownerUserId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the user who owns the dataset."}}),(0,i.jsx)(u(),{collapsible:!1,name:"numRows",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"numCols",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus"}}),(0,i.jsx)(u(),{collapsible:!1,name:"initializationError",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"columns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The ID of the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"createdAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"updatedAt",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"index",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Index of the column within the dataset file."}}),(0,i.jsx)(u(),{collapsible:!1,name:"literalName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"The literal name for the column."}}),(0,i.jsx)(u(),{collapsible:!1,name:"dtype",required:!1,schemaName:"DatasetColumnDType (string)",qualifierMessage:"**Possible values:** [`DATASET_COLUMN_D_TYPE_UNSPECIFIED`, `DATASET_COLUMN_D_TYPE_INT32`, `DATASET_COLUMN_D_TYPE_INT64`, `DATASET_COLUMN_D_TYPE_FLOAT32`, `DATASET_COLUMN_D_TYPE_FLOAT64`, `DATASET_COLUMN_D_TYPE_STRING`, `DATASET_COLUMN_D_TYPE_BYTES`, `DATASET_COLUMN_D_TYPE_ANY`]",schema:{type:"string",enum:["DATASET_COLUMN_D_TYPE_UNSPECIFIED","DATASET_COLUMN_D_TYPE_INT32","DATASET_COLUMN_D_TYPE_INT64","DATASET_COLUMN_D_TYPE_FLOAT32","DATASET_COLUMN_D_TYPE_FLOAT64","DATASET_COLUMN_D_TYPE_STRING","DATASET_COLUMN_D_TYPE_BYTES","DATASET_COLUMN_D_TYPE_ANY"],title:"DatasetColumnDType",description:"Datatypes for a column in a dataset file. We likely don't need everything\n here, but it's good to be explicit, for example to avoid unknowingly coercing\n int64 values into int32. Encoding for text is UTF_8 unless indicated\n otherwise."}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"labelState"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("div",{style:{marginTop:".5rem",marginBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"The state of the latest labeling job for the dataset"})}),(0,i.jsx)(u(),{collapsible:!1,name:"labelingStatus",required:!0,schemaName:"JobStatus (string)",qualifierMessage:"**Possible values:** [`JOB_STATUS_UNSPECIFIED`, `JOB_STATUS_QUEUED`, `JOB_STATUS_RUNNING`, `JOB_STATUS_COMPLETED`, `JOB_STATUS_CANCELLED`, `JOB_STATUS_FAILED`]",schema:{type:"string",enum:["JOB_STATUS_UNSPECIFIED","JOB_STATUS_QUEUED","JOB_STATUS_RUNNING","JOB_STATUS_COMPLETED","JOB_STATUS_CANCELLED","JOB_STATUS_FAILED"],title:"JobStatus",description:"The status of the latest general pseudo-labeling job for the dataset"}}),(0,i.jsx)(u(),{collapsible:!1,name:"promptTemplate",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"aka user general instructions"}}),(0,i.jsx)(u(),{collapsible:!1,name:"error",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"if the labeling status is error, this field may contain an error message"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"totalCount",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"Total count of datasets which can be listed with applicable\n filters, regardless of page size"}})]})]})}),(0,i.jsx)(_.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(p(),{responseExample:'{\n "datasets": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "name": "string",\n "description": "string",\n "ownerUserId": "string",\n "numRows": 0,\n "numCols": 0,\n "initializationStatus": "JOB_STATUS_UNSPECIFIED",\n "initializationError": "string",\n "columns": [\n {\n "id": "string",\n "createdAt": "2024-07-29T15:51:28.071Z",\n "updatedAt": "2024-07-29T15:51:28.071Z",\n "index": 0,\n "literalName": "string",\n "dtype": "DATASET_COLUMN_D_TYPE_UNSPECIFIED"\n }\n ],\n "labelState": {\n "labelingStatus": "JOB_STATUS_UNSPECIFIED",\n "promptTemplate": "string",\n "error": "string"\n }\n }\n ],\n "totalCount": 0\n}',language:"json"})})]})})})})]})})})})]})}function y(e={}){const{wrapper:s}={...(0,t.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/fd443dc4.43bcd26f.js b/assets/js/fd443dc4.43bcd26f.js new file mode 100644 index 00000000..2f53adfa --- /dev/null +++ b/assets/js/fd443dc4.43bcd26f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5085],{38648:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>d,contentTitle:()=>m,default:()=>o,frontMatter:()=>n,metadata:()=>E,toc:()=>u});var t=i(74848),a=i(28453),r=(i(6050),i(60674)),l=i.n(r),c=(i(23397),i(51107));i(19365);const n={id:"metric",title:"Metric",description:"",sidebar_label:"Metric",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,E={id:"api/schemas/metric",title:"Metric",description:"",source:"@site/docs/api/schemas/metric.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/metric",permalink:"/api/schemas/metric",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"metric",title:"Metric",description:"",sidebar_label:"Metric",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"EvaluateRequest",permalink:"/api/schemas/evaluaterequest"},next:{title:"EvaluateResponse",permalink:"/api/schemas/evaluateresponse"}},d={},u=[];function _(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(c.default,{as:"h1",className:"openapi__heading",children:"Metric"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(l(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(l(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"ModelDeploymentStatus (string)",qualifierMessage:"**Possible values:** [`MODEL_DEPLOYMENT_STATUS_UNSPECIFIED`, `MODEL_DEPLOYMENT_STATUS_PENDING`, `MODEL_DEPLOYMENT_STATUS_ONLINE`, `MODEL_DEPLOYMENT_STATUS_OFFLINE`, `MODEL_DEPLOYMENT_STATUS_PAUSED`]",schema:{type:"string",enum:["MODEL_DEPLOYMENT_STATUS_UNSPECIFIED","MODEL_DEPLOYMENT_STATUS_PENDING","MODEL_DEPLOYMENT_STATUS_ONLINE","MODEL_DEPLOYMENT_STATUS_OFFLINE","MODEL_DEPLOYMENT_STATUS_PAUSED"],title:"ModelDeploymentStatus"}})]})]})}function o(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(_,{...e})}):_()}}}]); \ No newline at end of file diff --git a/assets/js/fd443dc4.ec4ebccb.js b/assets/js/fd443dc4.ec4ebccb.js deleted file mode 100644 index 8e022c57..00000000 --- a/assets/js/fd443dc4.ec4ebccb.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[5085],{38648:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>o,contentTitle:()=>m,default:()=>h,frontMatter:()=>n,metadata:()=>d,toc:()=>u});var t=i(74848),a=i(28453),r=(i(6050),i(60674)),c=i.n(r),l=(i(23397),i(51107));i(19365);const n={id:"metric",title:"Metric",description:"",sidebar_label:"Metric",hide_title:!0,schema:!0,custom_edit_url:null},m=void 0,d={id:"api/schemas/metric",title:"Metric",description:"",source:"@site/docs/api/schemas/metric.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/metric",permalink:"/api/schemas/metric",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"metric",title:"Metric",description:"",sidebar_label:"Metric",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"CloneDatasetResponse",permalink:"/api/schemas/clonedatasetresponse"},next:{title:"EvaluateRequest",permalink:"/api/schemas/evaluaterequest"}},o={},u=[];function p(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(l.default,{as:"h1",className:"openapi__heading",children:"Metric"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(c(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(c(),{collapsible:!1,name:"deploymentStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}function h(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p()}}}]); \ No newline at end of file diff --git a/assets/js/fe286080.502d6c4a.js b/assets/js/fe286080.502d6c4a.js new file mode 100644 index 00000000..6169dbd3 --- /dev/null +++ b/assets/js/fe286080.502d6c4a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[9184],{18987:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>o,contentTitle:()=>c,default:()=>R,frontMatter:()=>l,metadata:()=>d,toc:()=>p});var t=a(74848),r=a(28453),s=(a(6050),a(60674)),n=a.n(s),m=(a(23397),a(51107));a(19365);const l={id:"timerangecriteria",title:"TimeRangeCriteria",description:"",sidebar_label:"TimeRangeCriteria",hide_title:!0,schema:!0,custom_edit_url:null},c=void 0,d={id:"api/schemas/timerangecriteria",title:"TimeRangeCriteria",description:"",source:"@site/docs/api/schemas/timerangecriteria.schema.mdx",sourceDirName:"api/schemas",slug:"/api/schemas/timerangecriteria",permalink:"/api/schemas/timerangecriteria",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"timerangecriteria",title:"TimeRangeCriteria",description:"",sidebar_label:"TimeRangeCriteria",hide_title:!0,schema:!0,custom_edit_url:null},sidebar:"sidebar",previous:{title:"RowTagsCriteria",permalink:"/api/schemas/rowtagscriteria"},next:{title:"GetDatasetViewResponse",permalink:"/api/schemas/getdatasetviewresponse"}},o={},p=[];function u(e){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(m.default,{as:"h1",className:"openapi__heading",children:"TimeRangeCriteria"}),"\n",(0,t.jsxs)("ul",{children:[(0,t.jsx)(n(),{collapsible:!1,name:"operator",required:!0,schemaName:"Operator (string)",qualifierMessage:"**Possible values:** [`OPERATOR_UNSPECIFIED`, `OPERATOR_BEFORE`, `OPERATOR_AFTER`, `OPERATOR_BETWEEN`]",schema:{type:"string",enum:["OPERATOR_UNSPECIFIED","OPERATOR_BEFORE","OPERATOR_AFTER","OPERATOR_BETWEEN"],title:"Operator"}}),(0,t.jsx)(n(),{collapsible:!1,name:"timestamp",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(n(),{collapsible:!1,name:"endTimestamp",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})}function R(e={}){const{wrapper:i}={...(0,r.R)(),...e.components};return i?(0,t.jsx)(i,{...e,children:(0,t.jsx)(u,{...e})}):u()}}}]); \ No newline at end of file diff --git a/assets/js/main.15e42d0e.js b/assets/js/main.15e42d0e.js new file mode 100644 index 00000000..bd43c603 --- /dev/null +++ b/assets/js/main.15e42d0e.js @@ -0,0 +1,2 @@ +/*! For license information please see main.15e42d0e.js.LICENSE.txt */ +(self.webpackChunklastmile_docs=self.webpackChunklastmile_docs||[]).push([[8792],{55600:(e,t,n)=>{"use strict";n.d(t,{Bc:()=>g,E8:()=>Un,a1:()=>$n});var r=n(96540),a=(n(40961),n(96763));function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function u(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,s=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){s=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(s)throw a}}return o}}(e,t)||p(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(e){return function(e){if(Array.isArray(e))return f(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||p(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,t){if(e){if("string"==typeof e)return f(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(e,t):void 0}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function D(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function L(e){for(var t=1;t=3||2===n&&r>=4||1===n&&r>=10);function o(t,n,r){if(a&&void 0!==r){var o=r[0].__autocomplete_algoliaCredentials,i={"X-Algolia-Application-Id":o.appId,"X-Algolia-API-Key":o.apiKey};e.apply(void 0,[t].concat(I(n),[{headers:i}]))}else e.apply(void 0,[t].concat(I(n)))}return{init:function(t,n){e("init",{appId:t,apiKey:n})},setUserToken:function(t){e("setUserToken",t)},clickedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&o("clickedObjectIDsAfterSearch",M(t),t[0].items)},clickedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&o("clickedObjectIDs",M(t),t[0].items)},clickedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&e.apply(void 0,["clickedFilters"].concat(n))},convertedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&o("convertedObjectIDsAfterSearch",M(t),t[0].items)},convertedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&o("convertedObjectIDs",M(t),t[0].items)},convertedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&e.apply(void 0,["convertedFilters"].concat(n))},viewedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&t.reduce((function(e,t){var n=t.items,r=R(t,C);return[].concat(I(e),I(function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:20,n=[],r=0;r0&&e.apply(void 0,["viewedFilters"].concat(n))}}}function z(e){var t=e.items.reduce((function(e,t){var n;return e[t.__autocomplete_indexName]=(null!==(n=e[t.__autocomplete_indexName])&&void 0!==n?n:[]).concat(t),e}),{});return Object.keys(t).map((function(e){return{index:e,items:t[e],algoliaSource:["autocomplete"]}}))}function $(e){return e.objectID&&e.__autocomplete_indexName&&e.__autocomplete_queryID}function U(e){return U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},U(e)}function q(e){return function(e){if(Array.isArray(e))return H(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return H(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?H(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&Z({onItemsChange:r,items:n,insights:l,state:t}))}}),0);return{name:"aa.algoliaInsightsPlugin",subscribe:function(e){var t=e.setContext,n=e.onSelect,r=e.onActive;s("addAlgoliaAgent","insights-plugin"),t({algoliaInsightsPlugin:{__algoliaSearchParameters:{clickAnalytics:!0},insights:l}}),n((function(e){var t=e.item,n=e.state,r=e.event;$(t)&&o({state:n,event:r,insights:l,item:t,insightsEvents:[W({eventName:"Item Selected"},O({item:t,items:c.current}))]})})),r((function(e){var t=e.item,n=e.state,r=e.event;$(t)&&i({state:n,event:r,insights:l,item:t,insightsEvents:[W({eventName:"Item Active"},O({item:t,items:c.current}))]})}))},onStateChange:function(e){var t=e.state;u({state:t})},__autocomplete_pluginOptions:e}}function Q(e,t){var n=t;return{then:function(t,r){return Q(e.then(J(t,n,e),J(r,n,e)),n)},catch:function(t){return Q(e.catch(J(t,n,e)),n)},finally:function(t){return t&&n.onCancelList.push(t),Q(e.finally(J(t&&function(){return n.onCancelList=[],t()},n,e)),n)},cancel:function(){n.isCanceled=!0;var e=n.onCancelList;n.onCancelList=[],e.forEach((function(e){e()}))},isCanceled:function(){return!0===n.isCanceled}}}function X(e){return Q(e,{isCanceled:!1,onCancelList:[]})}function J(e,t,n){return e?function(n){return t.isCanceled?n:e(n)}:n}function ee(e,t,n,r){if(!n)return null;if(e<0&&(null===t||null!==r&&0===t))return n+e;var a=(null===t?-1:t)+e;return a<=-1||a>=n?null===r?null:0:a}function te(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ne(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n0},reshape:function(e){return e.sources}},e),{},{id:null!==(n=e.id)&&void 0!==n?n:"autocomplete-".concat(S++),plugins:a,initialState:ge({activeItemId:null,query:"",completion:null,collections:[],isOpen:!1,status:"idle",context:{}},e.initialState),onStateChange:function(t){var n;null===(n=e.onStateChange)||void 0===n||n.call(e,t),a.forEach((function(e){var n;return null===(n=e.onStateChange)||void 0===n?void 0:n.call(e,t)}))},onSubmit:function(t){var n;null===(n=e.onSubmit)||void 0===n||n.call(e,t),a.forEach((function(e){var n;return null===(n=e.onSubmit)||void 0===n?void 0:n.call(e,t)}))},onReset:function(t){var n;null===(n=e.onReset)||void 0===n||n.call(e,t),a.forEach((function(e){var n;return null===(n=e.onReset)||void 0===n?void 0:n.call(e,t)}))},getSources:function(n){return Promise.all([].concat(function(e){return function(e){if(Array.isArray(e))return he(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return he(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?he(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(a.map((function(e){return e.getSources}))),[e.getSources]).filter(Boolean).map((function(e){return function(e,t){var n=[];return Promise.resolve(e(t)).then((function(e){return Promise.all(e.filter((function(e){return Boolean(e)})).map((function(e){if(e.sourceId,n.includes(e.sourceId))throw new Error("[Autocomplete] The `sourceId` ".concat(JSON.stringify(e.sourceId)," is not unique."));n.push(e.sourceId);var t={getItemInputValue:function(e){return e.state.query},getItemUrl:function(){},onSelect:function(e){(0,e.setIsOpen)(!1)},onActive:_,onResolve:_};Object.keys(t).forEach((function(e){t[e].__default=!0}));var r=ne(ne({},t),e);return Promise.resolve(r)})))}))}(e,n)}))).then((function(e){return w(e)})).then((function(e){return e.map((function(e){return ge(ge({},e),{},{onSelect:function(n){e.onSelect(n),t.forEach((function(e){var t;return null===(t=e.onSelect)||void 0===t?void 0:t.call(e,n)}))},onActive:function(n){e.onActive(n),t.forEach((function(e){var t;return null===(t=e.onActive)||void 0===t?void 0:t.call(e,n)}))},onResolve:function(n){e.onResolve(n),t.forEach((function(e){var t;return null===(t=e.onResolve)||void 0===t?void 0:t.call(e,n)}))}})}))}))},navigator:ge({navigate:function(e){var t=e.itemUrl;r.location.assign(t)},navigateNewTab:function(e){var t=e.itemUrl,n=r.open(t,"_blank","noopener");null==n||n.focus()},navigateNewWindow:function(e){var t=e.itemUrl;r.open(t,"_blank","noopener")}},e.navigator)})}function we(e){return we="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},we(e)}function Se(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function xe(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(e,Ne);ze&&a.environment.clearTimeout(ze);var c=l.setCollections,u=l.setIsOpen,d=l.setQuery,p=l.setActiveItemId,f=l.setStatus;if(d(o),p(a.defaultActiveItemId),!o&&!1===a.openOnFocus){var m,h=s.getState().collections.map((function(e){return De(De({},e),{},{items:[]})}));f("idle"),c(h),u(null!==(m=r.isOpen)&&void 0!==m?m:a.shouldPanelOpen({state:s.getState()}));var b=X($e(h).then((function(){return Promise.resolve()})));return s.pendingRequests.add(b)}f("loading"),ze=a.environment.setTimeout((function(){f("stalled")}),a.stallThreshold);var g=X($e(a.getSources(De({query:o,refresh:i,state:s.getState()},l)).then((function(e){return Promise.all(e.map((function(e){return Promise.resolve(e.getItems(De({query:o,refresh:i,state:s.getState()},l))).then((function(t){return function(e,t,n){if(a=e,Boolean(null==a?void 0:a.execute)){var r="algolia"===e.requesterId?Object.assign.apply(Object,[{}].concat(Pe(Object.keys(n.context).map((function(e){var t;return null===(t=n.context[e])||void 0===t?void 0:t.__algoliaSearchParameters}))))):{};return je(je({},e),{},{requests:e.queries.map((function(n){return{query:"algolia"===e.requesterId?je(je({},n),{},{params:je(je({},r),n.params)}):n,sourceId:t,transformResponse:e.transformResponse}}))})}var a;return{items:e,sourceId:t}}(t,e.sourceId,s.getState())}))}))).then(Te).then((function(t){return function(e,t,n){return t.map((function(t){var r,a=e.filter((function(e){return e.sourceId===t.sourceId})),o=a.map((function(e){return e.items})),i=a[0].transformResponse,s=i?i({results:r=o,hits:r.map((function(e){return e.hits})).filter(Boolean),facetHits:r.map((function(e){var t;return null===(t=e.facetHits)||void 0===t?void 0:t.map((function(e){return{label:e.value,count:e.count,_highlightResult:{label:{value:e.highlighted}}}}))})).filter(Boolean)}):o;return t.onResolve({source:t,results:o,items:s,state:n.getState()}),s.every(Boolean),'The `getItems` function from source "'.concat(t.sourceId,'" must return an array of items but returned ').concat(JSON.stringify(void 0),".\n\nDid you forget to return items?\n\nSee: https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/sources/#param-getitems"),{source:t,items:s}}))}(t,e,s)})).then((function(e){return function(e){var t=e.props,n=e.state,r=e.collections.reduce((function(e,t){return xe(xe({},e),{},ke({},t.source.sourceId,xe(xe({},t.source),{},{getItems:function(){return w(t.items)}})))}),{}),a=t.plugins.reduce((function(e,t){return t.reshape?t.reshape(e):e}),{sourcesBySourceId:r,state:n}).sourcesBySourceId;return w(t.reshape({sourcesBySourceId:a,sources:Object.values(a),state:n})).filter(Boolean).map((function(e){return{source:e,items:e.getItems()}}))}({collections:e,props:a,state:s.getState()})}))})))).then((function(e){var n;f("idle"),c(e);var d=a.shouldPanelOpen({state:s.getState()});u(null!==(n=r.isOpen)&&void 0!==n?n:a.openOnFocus&&!o&&d||d);var p=oe(s.getState());if(null!==s.getState().activeItemId&&p){var m=p.item,h=p.itemInputValue,b=p.itemUrl,g=p.source;g.onActive(De({event:t,item:m,itemInputValue:h,itemUrl:b,refresh:i,source:g,state:s.getState()},l))}})).finally((function(){f("idle"),ze&&a.environment.clearTimeout(ze)}));return s.pendingRequests.add(g)}function qe(e){return qe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},qe(e)}var He=["event","props","refresh","store"];function Ve(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function We(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function it(e){var t=e.props,n=e.refresh,r=e.store,a=ot(e,Ze),o=function(e,t){return void 0!==t?"".concat(e,"-").concat(t):e};return{getEnvironmentProps:function(e){var n=e.inputElement,a=e.formElement,o=e.panelElement;function i(e){!r.getState().isOpen&&r.pendingRequests.isEmpty()||e.target===n||!1===[a,o].some((function(t){return(n=t)===(r=e.target)||n.contains(r);var n,r}))&&(r.dispatch("blur",null),t.debug||r.pendingRequests.cancelAll())}return rt({onTouchStart:i,onMouseDown:i,onTouchMove:function(e){!1!==r.getState().isOpen&&n===t.environment.document.activeElement&&e.target!==n&&n.blur()}},ot(e,Ye))},getRootProps:function(e){return rt({role:"combobox","aria-expanded":r.getState().isOpen,"aria-haspopup":"listbox","aria-owns":r.getState().isOpen?"".concat(t.id,"-list"):void 0,"aria-labelledby":"".concat(t.id,"-label")},e)},getFormProps:function(e){return e.inputElement,rt({action:"",noValidate:!0,role:"search",onSubmit:function(o){var i;o.preventDefault(),t.onSubmit(rt({event:o,refresh:n,state:r.getState()},a)),r.dispatch("submit",null),null===(i=e.inputElement)||void 0===i||i.blur()},onReset:function(o){var i;o.preventDefault(),t.onReset(rt({event:o,refresh:n,state:r.getState()},a)),r.dispatch("reset",null),null===(i=e.inputElement)||void 0===i||i.focus()}},ot(e,Qe))},getLabelProps:function(e){var n=e||{},r=n.sourceIndex,a=ot(n,Je);return rt({htmlFor:"".concat(o(t.id,r),"-input"),id:"".concat(o(t.id,r),"-label")},a)},getInputProps:function(e){var o;function i(e){(t.openOnFocus||Boolean(r.getState().query))&&Ue(rt({event:e,props:t,query:r.getState().completion||r.getState().query,refresh:n,store:r},a)),r.dispatch("focus",null)}var s=e||{},l=(s.inputElement,s.maxLength),c=void 0===l?512:l,u=ot(s,Xe),d=oe(r.getState()),p=function(e){return Boolean(e&&e.match(ie))}((null===(o=t.environment.navigator)||void 0===o?void 0:o.userAgent)||""),f=null!=d&&d.itemUrl&&!p?"go":"search";return rt({"aria-autocomplete":"both","aria-activedescendant":r.getState().isOpen&&null!==r.getState().activeItemId?"".concat(t.id,"-item-").concat(r.getState().activeItemId):void 0,"aria-controls":r.getState().isOpen?"".concat(t.id,"-list"):void 0,"aria-labelledby":"".concat(t.id,"-label"),value:r.getState().completion||r.getState().query,id:"".concat(t.id,"-input"),autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",enterKeyHint:f,spellCheck:"false",autoFocus:t.autoFocus,placeholder:t.placeholder,maxLength:c,type:"search",onChange:function(e){Ue(rt({event:e,props:t,query:e.currentTarget.value.slice(0,c),refresh:n,store:r},a))},onKeyDown:function(e){!function(e){var t=e.event,n=e.props,r=e.refresh,a=e.store,o=function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},o=Object.keys(e);for(r=0;r=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(e,He);if("ArrowUp"===t.key||"ArrowDown"===t.key){var i=function(){var e=n.environment.document.getElementById("".concat(n.id,"-item-").concat(a.getState().activeItemId));e&&(e.scrollIntoViewIfNeeded?e.scrollIntoViewIfNeeded(!1):e.scrollIntoView(!1))},s=function(){var e=oe(a.getState());if(null!==a.getState().activeItemId&&e){var n=e.item,i=e.itemInputValue,s=e.itemUrl,l=e.source;l.onActive(We({event:t,item:n,itemInputValue:i,itemUrl:s,refresh:r,source:l,state:a.getState()},o))}};t.preventDefault(),!1===a.getState().isOpen&&(n.openOnFocus||Boolean(a.getState().query))?Ue(We({event:t,props:n,query:a.getState().query,refresh:r,store:a},o)).then((function(){a.dispatch(t.key,{nextActiveItemId:n.defaultActiveItemId}),s(),setTimeout(i,0)})):(a.dispatch(t.key,{}),s(),i())}else if("Escape"===t.key)t.preventDefault(),a.dispatch(t.key,null),a.pendingRequests.cancelAll();else if("Tab"===t.key)a.dispatch("blur",null),a.pendingRequests.cancelAll();else if("Enter"===t.key){if(null===a.getState().activeItemId||a.getState().collections.every((function(e){return 0===e.items.length})))return void(n.debug||a.pendingRequests.cancelAll());t.preventDefault();var l=oe(a.getState()),c=l.item,u=l.itemInputValue,d=l.itemUrl,p=l.source;if(t.metaKey||t.ctrlKey)void 0!==d&&(p.onSelect(We({event:t,item:c,itemInputValue:u,itemUrl:d,refresh:r,source:p,state:a.getState()},o)),n.navigator.navigateNewTab({itemUrl:d,item:c,state:a.getState()}));else if(t.shiftKey)void 0!==d&&(p.onSelect(We({event:t,item:c,itemInputValue:u,itemUrl:d,refresh:r,source:p,state:a.getState()},o)),n.navigator.navigateNewWindow({itemUrl:d,item:c,state:a.getState()}));else if(t.altKey);else{if(void 0!==d)return p.onSelect(We({event:t,item:c,itemInputValue:u,itemUrl:d,refresh:r,source:p,state:a.getState()},o)),void n.navigator.navigate({itemUrl:d,item:c,state:a.getState()});Ue(We({event:t,nextState:{isOpen:!1},props:n,query:u,refresh:r,store:a},o)).then((function(){p.onSelect(We({event:t,item:c,itemInputValue:u,itemUrl:d,refresh:r,source:p,state:a.getState()},o))}))}}}(rt({event:e,props:t,refresh:n,store:r},a))},onFocus:i,onBlur:_,onClick:function(n){e.inputElement!==t.environment.document.activeElement||r.getState().isOpen||i(n)}},u)},getPanelProps:function(e){return rt({onMouseDown:function(e){e.preventDefault()},onMouseLeave:function(){r.dispatch("mouseleave",null)}},e)},getListProps:function(e){var n=e||{},r=n.sourceIndex,a=ot(n,et);return rt({role:"listbox","aria-labelledby":"".concat(o(t.id,r),"-label"),id:"".concat(o(t.id,r),"-list")},a)},getItemProps:function(e){var i=e.item,s=e.source,l=e.sourceIndex,c=ot(e,tt);return rt({id:"".concat(o(t.id,l),"-item-").concat(i.__autocomplete_id),role:"option","aria-selected":r.getState().activeItemId===i.__autocomplete_id,onMouseMove:function(e){if(i.__autocomplete_id!==r.getState().activeItemId){r.dispatch("mousemove",i.__autocomplete_id);var t=oe(r.getState());if(null!==r.getState().activeItemId&&t){var o=t.item,s=t.itemInputValue,l=t.itemUrl,c=t.source;c.onActive(rt({event:e,item:o,itemInputValue:s,itemUrl:l,refresh:n,source:c,state:r.getState()},a))}}},onMouseDown:function(e){e.preventDefault()},onClick:function(e){var o=s.getItemInputValue({item:i,state:r.getState()}),l=s.getItemUrl({item:i,state:r.getState()});(l?Promise.resolve():Ue(rt({event:e,nextState:{isOpen:!1},props:t,query:o,refresh:n,store:r},a))).then((function(){s.onSelect(rt({event:e,item:i,itemInputValue:o,itemUrl:l,refresh:n,source:s,state:r.getState()},a))}))}},c)}}}function st(e){return st="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},st(e)}function lt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ct(e){for(var t=1;t0&&r.createElement("div",{className:"DocSearch-NoResults-Prefill-List"},r.createElement("p",{className:"DocSearch-Help"},l,":"),r.createElement("ul",null,h.slice(0,3).reduce((function(e,t){return[].concat(d(e),[r.createElement("li",{key:t},r.createElement("button",{className:"DocSearch-Prefill",key:t,type:"button",onClick:function(){a.setQuery(t.toLowerCase()+" "),a.refresh(),a.inputRef.current.focus()}},t))])}),[]))),a.getMissingResultsUrl&&r.createElement("p",{className:"DocSearch-Help"},"".concat(p," "),r.createElement("a",{href:a.getMissingResultsUrl({query:a.state.query}),target:"_blank",rel:"noopener noreferrer"},m)))}var $t=["hit","attribute","tagName"];function Ut(e,t){return t.split(".").reduce((function(e,t){return null!=e&&e[t]?e[t]:null}),e)}function qt(e){var t=e.hit,n=e.attribute,a=e.tagName,o=void 0===a?"span":a,s=c(e,$t);return(0,r.createElement)(o,i(i({},s),{},{dangerouslySetInnerHTML:{__html:Ut(t,"_snippetResult.".concat(n,".value"))||Ut(t,n)}}))}function Ht(e){return e.collection&&0!==e.collection.items.length?r.createElement("section",{className:"DocSearch-Hits"},r.createElement("div",{className:"DocSearch-Hit-source"},e.title),r.createElement("ul",e.getListProps(),e.collection.items.map((function(t,n){return r.createElement(Vt,l({key:[e.title,t.objectID].join(":"),item:t,index:n},e))})))):null}function Vt(e){var t=e.item,n=e.index,a=e.renderIcon,o=e.renderAction,i=e.getItemProps,s=e.onItemClick,c=e.collection,d=e.hitComponent,p=u(r.useState(!1),2),f=p[0],m=p[1],h=u(r.useState(!1),2),b=h[0],g=h[1],y=r.useRef(null),v=d;return r.createElement("li",l({className:["DocSearch-Hit",t.__docsearch_parent&&"DocSearch-Hit--Child",f&&"DocSearch-Hit--deleting",b&&"DocSearch-Hit--favoriting"].filter(Boolean).join(" "),onTransitionEnd:function(){y.current&&y.current()}},i({item:t,source:c.source,onClick:function(e){s(t,e)}})),r.createElement(v,{hit:t},r.createElement("div",{className:"DocSearch-Hit-Container"},a({item:t,index:n}),t.hierarchy[t.type]&&"lvl1"===t.type&&r.createElement("div",{className:"DocSearch-Hit-content-wrapper"},r.createElement(qt,{className:"DocSearch-Hit-title",hit:t,attribute:"hierarchy.lvl1"}),t.content&&r.createElement(qt,{className:"DocSearch-Hit-path",hit:t,attribute:"content"})),t.hierarchy[t.type]&&("lvl2"===t.type||"lvl3"===t.type||"lvl4"===t.type||"lvl5"===t.type||"lvl6"===t.type)&&r.createElement("div",{className:"DocSearch-Hit-content-wrapper"},r.createElement(qt,{className:"DocSearch-Hit-title",hit:t,attribute:"hierarchy.".concat(t.type)}),r.createElement(qt,{className:"DocSearch-Hit-path",hit:t,attribute:"hierarchy.lvl1"})),"content"===t.type&&r.createElement("div",{className:"DocSearch-Hit-content-wrapper"},r.createElement(qt,{className:"DocSearch-Hit-title",hit:t,attribute:"content"}),r.createElement(qt,{className:"DocSearch-Hit-path",hit:t,attribute:"hierarchy.lvl1"})),o({item:t,runDeleteTransition:function(e){m(!0),y.current=e},runFavoriteTransition:function(e){g(!0),y.current=e}}))))}function Wt(e,t,n){return e.reduce((function(e,r){var a=t(r);return e.hasOwnProperty(a)||(e[a]=[]),e[a].length<(n||5)&&e[a].push(r),e}),{})}function Gt(e){return e}function Kt(e){return 1===e.button||e.altKey||e.ctrlKey||e.metaKey||e.shiftKey}function Zt(){}var Yt=/(|<\/mark>)/g,Qt=RegExp(Yt.source);function Xt(e){var t,n,r=e;if(!r.__docsearch_parent&&!e._highlightResult)return e.hierarchy.lvl0;var a=r.__docsearch_parent?null===(t=r.__docsearch_parent)||void 0===t||null===(t=t._highlightResult)||void 0===t||null===(t=t.hierarchy)||void 0===t?void 0:t.lvl0:null===(n=e._highlightResult)||void 0===n||null===(n=n.hierarchy)||void 0===n?void 0:n.lvl0;return a?a.value&&Qt.test(a.value)?a.value.replace(Yt,""):a.value:e.hierarchy.lvl0}function Jt(e){return r.createElement("div",{className:"DocSearch-Dropdown-Container"},e.state.collections.map((function(t){if(0===t.items.length)return null;var n=Xt(t.items[0]);return r.createElement(Ht,l({},e,{key:t.source.sourceId,title:n,collection:t,renderIcon:function(e){var n,a=e.item,o=e.index;return r.createElement(r.Fragment,null,a.__docsearch_parent&&r.createElement("svg",{className:"DocSearch-Hit-Tree",viewBox:"0 0 24 54"},r.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},a.__docsearch_parent!==(null===(n=t.items[o+1])||void 0===n?void 0:n.__docsearch_parent)?r.createElement("path",{d:"M8 6v21M20 27H8.3"}):r.createElement("path",{d:"M8 6v42M20 27H8.3"}))),r.createElement("div",{className:"DocSearch-Hit-icon"},r.createElement(It,{type:a.type})))},renderAction:function(){return r.createElement("div",{className:"DocSearch-Hit-action"},r.createElement(Ct,null))}}))})),e.resultsFooterComponent&&r.createElement("section",{className:"DocSearch-HitsFooter"},r.createElement(e.resultsFooterComponent,{state:e.state})))}var en=["translations"];function tn(e){var t=e.translations,n=void 0===t?{}:t,a=c(e,en),o=n.recentSearchesTitle,i=void 0===o?"Recent":o,s=n.noRecentSearchesText,u=void 0===s?"No recent searches":s,d=n.saveRecentSearchButtonTitle,p=void 0===d?"Save this search":d,f=n.removeRecentSearchButtonTitle,m=void 0===f?"Remove this search from history":f,h=n.favoriteSearchesTitle,b=void 0===h?"Favorite":h,g=n.removeFavoriteSearchButtonTitle,y=void 0===g?"Remove this search from favorites":g;return"idle"===a.state.status&&!1===a.hasCollections?a.disableUserPersonalization?null:r.createElement("div",{className:"DocSearch-StartScreen"},r.createElement("p",{className:"DocSearch-Help"},u)):!1===a.hasCollections?null:r.createElement("div",{className:"DocSearch-Dropdown-Container"},r.createElement(Ht,l({},a,{title:i,collection:a.state.collections[0],renderIcon:function(){return r.createElement("div",{className:"DocSearch-Hit-icon"},r.createElement(Pt,null))},renderAction:function(e){var t=e.item,n=e.runFavoriteTransition,o=e.runDeleteTransition;return r.createElement(r.Fragment,null,r.createElement("div",{className:"DocSearch-Hit-action"},r.createElement("button",{className:"DocSearch-Hit-action-button",title:p,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),n((function(){a.favoriteSearches.add(t),a.recentSearches.remove(t),a.refresh()}))}},r.createElement(Dt,null))),r.createElement("div",{className:"DocSearch-Hit-action"},r.createElement("button",{className:"DocSearch-Hit-action-button",title:m,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),o((function(){a.recentSearches.remove(t),a.refresh()}))}},r.createElement(At,null))))}})),r.createElement(Ht,l({},a,{title:b,collection:a.state.collections[1],renderIcon:function(){return r.createElement("div",{className:"DocSearch-Hit-icon"},r.createElement(Dt,null))},renderAction:function(e){var t=e.item,n=e.runDeleteTransition;return r.createElement("div",{className:"DocSearch-Hit-action"},r.createElement("button",{className:"DocSearch-Hit-action-button",title:y,type:"submit",onClick:function(e){e.preventDefault(),e.stopPropagation(),n((function(){a.favoriteSearches.remove(t),a.refresh()}))}},r.createElement(At,null)))}})))}var nn=["translations"],rn=r.memo((function(e){var t=e.translations,n=void 0===t?{}:t,a=c(e,nn);if("error"===a.state.status)return r.createElement(Mt,{translations:null==n?void 0:n.errorScreen});var o=a.state.collections.some((function(e){return e.items.length>0}));return a.state.query?!1===o?r.createElement(zt,l({},a,{translations:null==n?void 0:n.noResultsScreen})):r.createElement(Jt,a):r.createElement(tn,l({},a,{hasCollections:o,translations:null==n?void 0:n.startScreen}))}),(function(e,t){return"loading"===t.state.status||"stalled"===t.state.status})),an=["translations"];function on(e){var t=e.translations,n=void 0===t?{}:t,a=c(e,an),o=n.resetButtonTitle,i=void 0===o?"Clear the query":o,s=n.resetButtonAriaLabel,u=void 0===s?"Clear the query":s,d=n.cancelButtonText,p=void 0===d?"Cancel":d,f=n.cancelButtonAriaLabel,m=void 0===f?"Cancel":f,b=n.searchInputLabel,g=void 0===b?"Search":b,y=a.getFormProps({inputElement:a.inputRef.current}).onReset;return r.useEffect((function(){a.autoFocus&&a.inputRef.current&&a.inputRef.current.focus()}),[a.autoFocus,a.inputRef]),r.useEffect((function(){a.isFromSelection&&a.inputRef.current&&a.inputRef.current.select()}),[a.isFromSelection,a.inputRef]),r.createElement(r.Fragment,null,r.createElement("form",{className:"DocSearch-Form",onSubmit:function(e){e.preventDefault()},onReset:y},r.createElement("label",l({className:"DocSearch-MagnifierLabel"},a.getLabelProps()),r.createElement(h,null),r.createElement("span",{className:"DocSearch-VisuallyHiddenForAccessibility"},g)),r.createElement("div",{className:"DocSearch-LoadingIndicator"},r.createElement(Ot,null)),r.createElement("input",l({className:"DocSearch-Input",ref:a.inputRef},a.getInputProps({inputElement:a.inputRef.current,autoFocus:a.autoFocus,maxLength:64}))),r.createElement("button",{type:"reset",title:i,className:"DocSearch-Reset","aria-label":u,hidden:!a.state.query},r.createElement(At,null))),r.createElement("button",{className:"DocSearch-Cancel",type:"reset","aria-label":m,onClick:a.onClose},p))}var sn=["_highlightResult","_snippetResult"];function ln(e){var t=e.key,n=e.limit,r=void 0===n?5:n,a=function(e){return!1===function(){var e="__TEST_KEY__";try{return localStorage.setItem(e,""),localStorage.removeItem(e),!0}catch(e){return!1}}()?{setItem:function(){},getItem:function(){return[]}}:{setItem:function(t){return window.localStorage.setItem(e,JSON.stringify(t))},getItem:function(){var t=window.localStorage.getItem(e);return t?JSON.parse(t):[]}}}(t),o=a.getItem().slice(0,r);return{add:function(e){var t=e,n=(t._highlightResult,t._snippetResult,c(t,sn)),i=o.findIndex((function(e){return e.objectID===n.objectID}));i>-1&&o.splice(i,1),o.unshift(n),o=o.slice(0,r),a.setItem(o)},remove:function(e){o=o.filter((function(t){return t.objectID!==e.objectID})),a.setItem(o)},getAll:function(){return o}}}function cn(e){const t=`algoliasearch-client-js-${e.key}`;let n;const r=()=>(void 0===n&&(n=e.localStorage||window.localStorage),n),a=()=>JSON.parse(r().getItem(t)||"{}"),o=e=>{r().setItem(t,JSON.stringify(e))};return{get:(t,n,r={miss:()=>Promise.resolve()})=>Promise.resolve().then((()=>{(()=>{const t=e.timeToLive?1e3*e.timeToLive:null,n=a(),r=Object.fromEntries(Object.entries(n).filter((([,e])=>void 0!==e.timestamp)));if(o(r),!t)return;const i=Object.fromEntries(Object.entries(r).filter((([,e])=>{const n=(new Date).getTime();return!(e.timestamp+tPromise.all([e?e.value:n(),void 0!==e]))).then((([e,t])=>Promise.all([e,t||r.miss(e)]))).then((([e])=>e)),set:(e,n)=>Promise.resolve().then((()=>{const o=a();return o[JSON.stringify(e)]={timestamp:(new Date).getTime(),value:n},r().setItem(t,JSON.stringify(o)),n})),delete:e=>Promise.resolve().then((()=>{const n=a();delete n[JSON.stringify(e)],r().setItem(t,JSON.stringify(n))})),clear:()=>Promise.resolve().then((()=>{r().removeItem(t)}))}}function un(e){const t=[...e.caches],n=t.shift();return void 0===n?{get:(e,t,n={miss:()=>Promise.resolve()})=>t().then((e=>Promise.all([e,n.miss(e)]))).then((([e])=>e)),set:(e,t)=>Promise.resolve(t),delete:e=>Promise.resolve(),clear:()=>Promise.resolve()}:{get:(e,r,a={miss:()=>Promise.resolve()})=>n.get(e,r,a).catch((()=>un({caches:t}).get(e,r,a))),set:(e,r)=>n.set(e,r).catch((()=>un({caches:t}).set(e,r))),delete:e=>n.delete(e).catch((()=>un({caches:t}).delete(e))),clear:()=>n.clear().catch((()=>un({caches:t}).clear()))}}function dn(e={serializable:!0}){let t={};return{get(n,r,a={miss:()=>Promise.resolve()}){const o=JSON.stringify(n);if(o in t)return Promise.resolve(e.serializable?JSON.parse(t[o]):t[o]);const i=r(),s=a&&a.miss||(()=>Promise.resolve());return i.then((e=>s(e))).then((()=>i))},set:(n,r)=>(t[JSON.stringify(n)]=e.serializable?JSON.stringify(r):r,Promise.resolve(r)),delete:e=>(delete t[JSON.stringify(e)],Promise.resolve()),clear:()=>(t={},Promise.resolve())}}function pn(e){let t=e.length-1;for(;t>0;t--){const n=Math.floor(Math.random()*(t+1)),r=e[t];e[t]=e[n],e[n]=r}return e}function fn(e,t){return t?(Object.keys(t).forEach((n=>{e[n]=t[n](e)})),e):e}function mn(e,...t){let n=0;return e.replace(/%s/g,(()=>encodeURIComponent(t[n++])))}const hn={WithinQueryParameters:0,WithinHeaders:1};function bn(e,t){const n=e||{},r=n.data||{};return Object.keys(n).forEach((e=>{-1===["timeout","headers","queryParameters","data","cacheable"].indexOf(e)&&(r[e]=n[e])})),{data:Object.entries(r).length>0?r:void 0,timeout:n.timeout||t,headers:n.headers||{},queryParameters:n.queryParameters||{},cacheable:n.cacheable}}const gn={Read:1,Write:2,Any:3};function yn(e,t=1){return{...e,status:t,lastUpdate:Date.now()}}function vn(e){return"string"==typeof e?{protocol:"https",url:e,accept:gn.Any}:{protocol:e.protocol||"https",url:e.url,accept:e.accept||gn.Any}}const wn="GET",Sn="POST";function xn(e,t,n,r){const a=[],o=function(e,t){if(e.method===wn||void 0===e.data&&void 0===t.data)return;const n=Array.isArray(e.data)?e.data:{...e.data,...t.data};return JSON.stringify(n)}(n,r),i=function(e,t){const n={...e.headers,...t.headers},r={};return Object.keys(n).forEach((e=>{const t=n[e];r[e.toLowerCase()]=t})),r}(e,r),s=n.method,l=n.method!==wn?{}:{...n.data,...r.data},c={"x-algolia-agent":e.userAgent.value,...e.queryParameters,...l,...r.queryParameters};let u=0;const d=(t,l)=>{const p=t.pop();if(void 0===p)throw{name:"RetryError",message:"Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.",transporterStackTrace:jn(a)};const f={data:o,headers:i,method:s,url:En(p,n.path,c),connectTimeout:l(u,e.timeouts.connect),responseTimeout:l(u,r.timeout)},m=e=>{const n={request:f,response:e,host:p,triesLeft:t.length};return a.push(n),n},h={onSuccess:e=>function(e){try{return JSON.parse(e.content)}catch(t){throw function(e,t){return{name:"DeserializationError",message:e,response:t}}(t.message,e)}}(e),onRetry(n){const r=m(n);return n.isTimedOut&&u++,Promise.all([e.logger.info("Retryable failure",On(r)),e.hostsCache.set(p,yn(p,n.isTimedOut?3:2))]).then((()=>d(t,l)))},onFail(e){throw m(e),function({content:e,status:t},n){let r=e;try{r=JSON.parse(e).message}catch(e){}return function(e,t,n){return{name:"ApiError",message:e,status:t,transporterStackTrace:n}}(r,t,n)}(e,jn(a))}};return e.requester.send(f).then((e=>((e,t)=>(e=>{const t=e.status;return e.isTimedOut||(({isTimedOut:e,status:t})=>!e&&!~~t)(e)||2!=~~(t/100)&&4!=~~(t/100)})(e)?t.onRetry(e):(({status:e})=>2==~~(e/100))(e)?t.onSuccess(e):t.onFail(e))(e,h)))};return function(e,t){return Promise.all(t.map((t=>e.get(t,(()=>Promise.resolve(yn(t))))))).then((e=>{const n=e.filter((e=>function(e){return 1===e.status||Date.now()-e.lastUpdate>12e4}(e))),r=e.filter((e=>function(e){return 3===e.status&&Date.now()-e.lastUpdate<=12e4}(e))),a=[...n,...r];return{getTimeout:(e,t)=>(0===r.length&&0===e?1:r.length+3+e)*t,statelessHosts:a.length>0?a.map((e=>vn(e))):t}}))}(e.hostsCache,t).then((e=>d([...e.statelessHosts].reverse(),e.getTimeout)))}function kn(e){const t={value:`Algolia for JavaScript (${e})`,add(e){const n=`; ${e.segment}${void 0!==e.version?` (${e.version})`:""}`;return-1===t.value.indexOf(n)&&(t.value=`${t.value}${n}`),t}};return t}function En(e,t,n){const r=_n(n);let a=`${e.protocol}://${e.url}/${"/"===t.charAt(0)?t.substr(1):t}`;return r.length&&(a+=`?${r}`),a}function _n(e){return Object.keys(e).map((t=>{return mn("%s=%s",t,(n=e[t],"[object Object]"===Object.prototype.toString.call(n)||"[object Array]"===Object.prototype.toString.call(n)?JSON.stringify(e[t]):e[t]));var n})).join("&")}function jn(e){return e.map((e=>On(e)))}function On(e){const t=e.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return{...e,request:{...e.request,headers:{...e.request.headers,...t}}}}const Pn=e=>{const t=e.appId,n=function(e,t,n){const r={"x-algolia-api-key":n,"x-algolia-application-id":t};return{headers:()=>e===hn.WithinHeaders?r:{},queryParameters:()=>e===hn.WithinQueryParameters?r:{}}}(void 0!==e.authMode?e.authMode:hn.WithinHeaders,t,e.apiKey),r=function(e){const{hostsCache:t,logger:n,requester:r,requestsCache:a,responsesCache:o,timeouts:i,userAgent:s,hosts:l,queryParameters:c,headers:u}=e,d={hostsCache:t,logger:n,requester:r,requestsCache:a,responsesCache:o,timeouts:i,userAgent:s,headers:u,queryParameters:c,hosts:l.map((e=>vn(e))),read(e,t){const n=bn(t,d.timeouts.read),r=()=>xn(d,d.hosts.filter((e=>!!(e.accept&gn.Read))),e,n);if(!0!==(void 0!==n.cacheable?n.cacheable:e.cacheable))return r();const a={request:e,mappedRequestOptions:n,transporter:{queryParameters:d.queryParameters,headers:d.headers}};return d.responsesCache.get(a,(()=>d.requestsCache.get(a,(()=>d.requestsCache.set(a,r()).then((e=>Promise.all([d.requestsCache.delete(a),e])),(e=>Promise.all([d.requestsCache.delete(a),Promise.reject(e)]))).then((([e,t])=>t))))),{miss:e=>d.responsesCache.set(a,e)})},write:(e,t)=>xn(d,d.hosts.filter((e=>!!(e.accept&gn.Write))),e,bn(t,d.timeouts.write))};return d}({hosts:[{url:`${t}-dsn.algolia.net`,accept:gn.Read},{url:`${t}.algolia.net`,accept:gn.Write}].concat(pn([{url:`${t}-1.algolianet.com`},{url:`${t}-2.algolianet.com`},{url:`${t}-3.algolianet.com`}])),...e,headers:{...n.headers(),"content-type":"application/x-www-form-urlencoded",...e.headers},queryParameters:{...n.queryParameters(),...e.queryParameters}}),a={transporter:r,appId:t,addAlgoliaAgent(e,t){r.userAgent.add({segment:e,version:t})},clearCache:()=>Promise.all([r.requestsCache.clear(),r.responsesCache.clear()]).then((()=>{}))};return fn(a,e.methods)},An=e=>(t,n)=>t.method===wn?e.transporter.read(t,n):e.transporter.write(t,n),Cn=e=>(t,n={})=>fn({transporter:e.transporter,appId:e.appId,indexName:t},n.methods),Tn=e=>(t,n)=>{const r=t.map((e=>({...e,params:_n(e.params||{})})));return e.transporter.read({method:Sn,path:"1/indexes/*/queries",data:{requests:r},cacheable:!0},n)},In=e=>(t,n)=>Promise.all(t.map((t=>{const{facetName:r,facetQuery:a,...o}=t.params;return Cn(e)(t.indexName,{methods:{searchForFacetValues:Dn}}).searchForFacetValues(r,a,{...n,...o})}))),Nn=e=>(t,n,r)=>e.transporter.read({method:Sn,path:mn("1/answers/%s/prediction",e.indexName),data:{query:t,queryLanguages:n},cacheable:!0},r),Rn=e=>(t,n)=>e.transporter.read({method:Sn,path:mn("1/indexes/%s/query",e.indexName),data:{query:t},cacheable:!0},n),Dn=e=>(t,n,r)=>e.transporter.read({method:Sn,path:mn("1/indexes/%s/facets/%s/query",e.indexName,t),data:{facetQuery:n},cacheable:!0},r),Ln=1,Fn=2,Mn=3;function Bn(e,t,n){const r={appId:e,apiKey:t,timeouts:{connect:1,read:2,write:30},requester:{send:e=>new Promise((t=>{const n=new XMLHttpRequest;n.open(e.method,e.url,!0),Object.keys(e.headers).forEach((t=>n.setRequestHeader(t,e.headers[t])));const r=(e,r)=>setTimeout((()=>{n.abort(),t({status:0,content:r,isTimedOut:!0})}),1e3*e),a=r(e.connectTimeout,"Connection timeout");let o;n.onreadystatechange=()=>{n.readyState>n.OPENED&&void 0===o&&(clearTimeout(a),o=r(e.responseTimeout,"Socket timeout"))},n.onerror=()=>{0===n.status&&(clearTimeout(a),clearTimeout(o),t({content:n.responseText||"Network request failed",status:n.status,isTimedOut:!1}))},n.onload=()=>{clearTimeout(a),clearTimeout(o),t({content:n.responseText,status:n.status,isTimedOut:!1})},n.send(e.data)}))},logger:(o=Mn,{debug:(e,t)=>(Ln>=o&&a.debug(e,t),Promise.resolve()),info:(e,t)=>(Fn>=o&&a.info(e,t),Promise.resolve()),error:(e,t)=>(a.error(e,t),Promise.resolve())}),responsesCache:dn(),requestsCache:dn({serializable:!1}),hostsCache:un({caches:[cn({key:`4.19.1-${e}`}),dn()]}),userAgent:kn("4.19.1").add({segment:"Browser",version:"lite"}),authMode:hn.WithinQueryParameters};var o;return Pn({...r,...n,methods:{search:Tn,searchForFacetValues:In,multipleQueries:Tn,multipleSearchForFacetValues:In,customRequest:An,initIndex:e=>t=>Cn(e)(t,{methods:{search:Rn,searchForFacetValues:Dn,findAnswers:Nn}})}})}Bn.version="4.19.1";var zn=["footer","searchBox"];function $n(e){var t=e.appId,n=e.apiKey,a=e.indexName,o=e.placeholder,s=void 0===o?"Search docs":o,d=e.searchParameters,p=e.maxResultsPerGroup,f=e.onClose,m=void 0===f?Zt:f,h=e.transformItems,b=void 0===h?Gt:h,g=e.hitComponent,y=void 0===g?jt:g,v=e.resultsFooterComponent,w=void 0===v?function(){return null}:v,S=e.navigator,x=e.initialScrollY,k=void 0===x?0:x,E=e.transformSearchClient,_=void 0===E?Gt:E,j=e.disableUserPersonalization,O=void 0!==j&&j,P=e.initialQuery,A=void 0===P?"":P,C=e.translations,T=void 0===C?{}:C,I=e.getMissingResultsUrl,N=e.insights,R=void 0!==N&&N,D=T.footer,L=T.searchBox,F=c(T,zn),M=u(r.useState({query:"",collections:[],completion:null,context:{},isOpen:!1,activeItemId:null,status:"idle"}),2),B=M[0],z=M[1],$=r.useRef(null),U=r.useRef(null),q=r.useRef(null),H=r.useRef(null),V=r.useRef(null),W=r.useRef(10),G=r.useRef("undefined"!=typeof window?window.getSelection().toString().slice(0,64):"").current,K=r.useRef(A||G).current,Z=function(e,t,n){return r.useMemo((function(){var r=Bn(e,t);return r.addAlgoliaAgent("docsearch","3.6.2"),!1===/docsearch.js \(.*\)/.test(r.transporter.userAgent.value)&&r.addAlgoliaAgent("docsearch-react","3.6.2"),n(r)}),[e,t,n])}(t,n,_),Y=r.useRef(ln({key:"__DOCSEARCH_FAVORITE_SEARCHES__".concat(a),limit:10})).current,Q=r.useRef(ln({key:"__DOCSEARCH_RECENT_SEARCHES__".concat(a),limit:0===Y.getAll().length?7:4})).current,X=r.useCallback((function(e){if(!O){var t="content"===e.type?e.__docsearch_parent:e;t&&-1===Y.getAll().findIndex((function(e){return e.objectID===t.objectID}))&&Q.add(t)}}),[Y,Q,O]),J=r.useCallback((function(e){if(B.context.algoliaInsightsPlugin&&e.__autocomplete_id){var t=e,n={eventName:"Item Selected",index:t.__autocomplete_indexName,items:[t],positions:[e.__autocomplete_id],queryID:t.__autocomplete_queryID};B.context.algoliaInsightsPlugin.insights.clickedObjectIDsAfterSearch(n)}}),[B.context.algoliaInsightsPlugin]),ee=r.useMemo((function(){return xt({id:"docsearch",defaultActiveItemId:0,placeholder:s,openOnFocus:!0,initialState:{query:K,context:{searchSuggestions:[]}},insights:R,navigator:S,onStateChange:function(e){z(e.state)},getSources:function(e){var r=e.query,o=e.state,s=e.setContext,l=e.setStatus;if(!r)return O?[]:[{sourceId:"recentSearches",onSelect:function(e){var t=e.item,n=e.event;X(t),Kt(n)||m()},getItemUrl:function(e){return e.item.url},getItems:function(){return Q.getAll()}},{sourceId:"favoriteSearches",onSelect:function(e){var t=e.item,n=e.event;X(t),Kt(n)||m()},getItemUrl:function(e){return e.item.url},getItems:function(){return Y.getAll()}}];var c=Boolean(R);return Z.search([{query:r,indexName:a,params:i({attributesToRetrieve:["hierarchy.lvl0","hierarchy.lvl1","hierarchy.lvl2","hierarchy.lvl3","hierarchy.lvl4","hierarchy.lvl5","hierarchy.lvl6","content","type","url"],attributesToSnippet:["hierarchy.lvl1:".concat(W.current),"hierarchy.lvl2:".concat(W.current),"hierarchy.lvl3:".concat(W.current),"hierarchy.lvl4:".concat(W.current),"hierarchy.lvl5:".concat(W.current),"hierarchy.lvl6:".concat(W.current),"content:".concat(W.current)],snippetEllipsisText:"\u2026",highlightPreTag:"",highlightPostTag:"",hitsPerPage:20,clickAnalytics:c},d)}]).catch((function(e){throw"RetryError"===e.name&&l("error"),e})).then((function(e){var r=e.results[0],l=r.hits,u=r.nbHits,d=Wt(l,(function(e){return Xt(e)}),p);o.context.searchSuggestions.length0&&(re(),V.current&&V.current.focus())}),[K,re]),r.useEffect((function(){function e(){if(U.current){var e=.01*window.innerHeight;U.current.style.setProperty("--docsearch-vh","".concat(e,"px"))}}return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[]),r.createElement("div",l({ref:$},ne({"aria-expanded":!0}),{className:["DocSearch","DocSearch-Container","stalled"===B.status&&"DocSearch-Container--Stalled","error"===B.status&&"DocSearch-Container--Errored"].filter(Boolean).join(" "),role:"button",tabIndex:0,onMouseDown:function(e){e.target===e.currentTarget&&m()}}),r.createElement("div",{className:"DocSearch-Modal",ref:U},r.createElement("header",{className:"DocSearch-SearchBar",ref:q},r.createElement(on,l({},ee,{state:B,autoFocus:0===K.length,inputRef:V,isFromSelection:Boolean(K)&&K===G,translations:L,onClose:m}))),r.createElement("div",{className:"DocSearch-Dropdown",ref:H},r.createElement(rn,l({},ee,{indexName:a,state:B,hitComponent:y,resultsFooterComponent:w,disableUserPersonalization:O,recentSearches:Q,favoriteSearches:Y,inputRef:V,translations:F,getMissingResultsUrl:I,onItemClick:function(e,t){J(e),X(e),Kt(t)||m()}}))),r.createElement("footer",{className:"DocSearch-Footer"},r.createElement(_t,{translations:D}))))}function Un(e){var t=e.isOpen,n=e.onOpen,a=e.onClose,o=e.onInput,i=e.searchButtonRef;r.useEffect((function(){function e(e){var r;(27===e.keyCode&&t||"k"===(null===(r=e.key)||void 0===r?void 0:r.toLowerCase())&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,n=t.tagName;return t.isContentEditable||"INPUT"===n||"SELECT"===n||"TEXTAREA"===n}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?a():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||n()),i&&i.current===document.activeElement&&o&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&o(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,n,a,o,i])}},94148:(e,t,n)=>{"use strict";var r=n(65606),a=n(96763);function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t){for(var n=0;n1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a1?n-1:0),a=1;a{"use strict";var r=n(65606);function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;te.length)&&(n=e.length),e.substring(n-t.length,n)===t}var w="",S="",x="",k="",E={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function _(e){var t=Object.keys(e),n=Object.create(Object.getPrototypeOf(e));return t.forEach((function(t){n[t]=e[t]})),Object.defineProperty(n,"message",{value:e.message}),n}function j(e){return g(e,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function O(e,t,n){var a="",o="",i=0,s="",l=!1,c=j(e),u=c.split("\n"),d=j(t).split("\n"),p=0,f="";if("strictEqual"===n&&"object"===b(e)&&"object"===b(t)&&null!==e&&null!==t&&(n="strictEqualObject"),1===u.length&&1===d.length&&u[0]!==d[0]){var m=u[0].length+d[0].length;if(m<=10){if(!("object"===b(e)&&null!==e||"object"===b(t)&&null!==t||0===e&&0===t))return"".concat(E[n],"\n\n")+"".concat(u[0]," !== ").concat(d[0],"\n")}else if("strictEqualObject"!==n){if(m<(r.stderr&&r.stderr.isTTY?r.stderr.columns:80)){for(;u[0][p]===d[0][p];)p++;p>2&&(f="\n ".concat(function(e,t){if(t=Math.floor(t),0==e.length||0==t)return"";var n=e.length*t;for(t=Math.floor(Math.log(t)/Math.log(2));t;)e+=e,t--;return e+e.substring(0,n-e.length)}(" ",p),"^"),p=0)}}}for(var h=u[u.length-1],g=d[d.length-1];h===g&&(p++<2?s="\n ".concat(h).concat(s):a=h,u.pop(),d.pop(),0!==u.length&&0!==d.length);)h=u[u.length-1],g=d[d.length-1];var y=Math.max(u.length,d.length);if(0===y){var _=c.split("\n");if(_.length>30)for(_[26]="".concat(w,"...").concat(k);_.length>27;)_.pop();return"".concat(E.notIdentical,"\n\n").concat(_.join("\n"),"\n")}p>3&&(s="\n".concat(w,"...").concat(k).concat(s),l=!0),""!==a&&(s="\n ".concat(a).concat(s),a="");var O=0,P=E[n]+"\n".concat(S,"+ actual").concat(k," ").concat(x,"- expected").concat(k),A=" ".concat(w,"...").concat(k," Lines skipped");for(p=0;p1&&p>2&&(C>4?(o+="\n".concat(w,"...").concat(k),l=!0):C>3&&(o+="\n ".concat(d[p-2]),O++),o+="\n ".concat(d[p-1]),O++),i=p,a+="\n".concat(x,"-").concat(k," ").concat(d[p]),O++;else if(d.length1&&p>2&&(C>4?(o+="\n".concat(w,"...").concat(k),l=!0):C>3&&(o+="\n ".concat(u[p-2]),O++),o+="\n ".concat(u[p-1]),O++),i=p,o+="\n".concat(S,"+").concat(k," ").concat(u[p]),O++;else{var T=d[p],I=u[p],N=I!==T&&(!v(I,",")||I.slice(0,-1)!==T);N&&v(T,",")&&T.slice(0,-1)===I&&(N=!1,I+=","),N?(C>1&&p>2&&(C>4?(o+="\n".concat(w,"...").concat(k),l=!0):C>3&&(o+="\n ".concat(u[p-2]),O++),o+="\n ".concat(u[p-1]),O++),i=p,o+="\n".concat(S,"+").concat(k," ").concat(I),a+="\n".concat(x,"-").concat(k," ").concat(T),O+=2):(o+=a,a="",1!==C&&0!==p||(o+="\n ".concat(I),O++))}if(O>20&&p30)for(f[26]="".concat(w,"...").concat(k);f.length>27;)f.pop();t=1===f.length?p.call(this,"".concat(d," ").concat(f[0])):p.call(this,"".concat(d,"\n\n").concat(f.join("\n"),"\n"))}else{var m=j(i),h="",g=E[a];"notDeepEqual"===a||"notEqual"===a?(m="".concat(E[a],"\n\n").concat(m)).length>1024&&(m="".concat(m.slice(0,1021),"...")):(h="".concat(j(s)),m.length>512&&(m="".concat(m.slice(0,509),"...")),h.length>512&&(h="".concat(h.slice(0,509),"...")),"deepEqual"===a||"equal"===a?m="".concat(g,"\n\n").concat(m,"\n\nshould equal\n\n"):h=" ".concat(a," ").concat(h)),t=p.call(this,"".concat(m).concat(h))}return Error.stackTraceLimit=l,t.generatedMessage=!n,Object.defineProperty(u(t),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),t.code="ERR_ASSERTION",t.actual=i,t.expected=s,t.operator=a,Error.captureStackTrace&&Error.captureStackTrace(u(t),o),t.stack,t.name="AssertionError",c(t)}return i=v,(l=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:t,value:function(e,t){return g(this,o(o({},t),{},{customInspect:!1,depth:0}))}}])&&s(i.prototype,l),d&&s(i,d),Object.defineProperty(i,"prototype",{writable:!1}),v}(d(Error),g.custom);e.exports=P},69597:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function a(e,t){for(var n=0;n2?"one of ".concat(t," ").concat(e.slice(0,n-1).join(", "),", or ")+e[n-1]:2===n?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}d("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),d("ERR_INVALID_ARG_TYPE",(function(e,t,a){var o,i,s,c;if(void 0===l&&(l=n(94148)),l("string"==typeof e,"'name' must be a string"),"string"==typeof t&&(i="not ",t.substr(!s||s<0?0:+s,i.length)===i)?(o="must not be",t=t.replace(/^not /,"")):o="must be",function(e,t,n){return(void 0===n||n>e.length)&&(n=e.length),e.substring(n-t.length,n)===t}(e," argument"))c="The ".concat(e," ").concat(o," ").concat(p(t,"type"));else{var u=function(e,t,n){return"number"!=typeof n&&(n=0),!(n+t.length>e.length)&&-1!==e.indexOf(t,n)}(e,".")?"property":"argument";c='The "'.concat(e,'" ').concat(u," ").concat(o," ").concat(p(t,"type"))}return c+=". Received type ".concat(r(a))}),TypeError),d("ERR_INVALID_ARG_VALUE",(function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===c&&(c=n(40537));var a=c.inspect(t);return a.length>128&&(a="".concat(a.slice(0,128),"...")),"The argument '".concat(e,"' ").concat(r,". Received ").concat(a)}),TypeError,RangeError),d("ERR_INVALID_RETURN_VALUE",(function(e,t,n){var a;return a=n&&n.constructor&&n.constructor.name?"instance of ".concat(n.constructor.name):"type ".concat(r(n)),"Expected ".concat(e,' to be returned from the "').concat(t,'"')+" function but got ".concat(a,".")}),TypeError),d("ERR_MISSING_ARGS",(function(){for(var e=arguments.length,t=new Array(e),r=0;r0,"At least one arg needs to be specified");var a="The ",o=t.length;switch(t=t.map((function(e){return'"'.concat(e,'"')})),o){case 1:a+="".concat(t[0]," argument");break;case 2:a+="".concat(t[0]," and ").concat(t[1]," arguments");break;default:a+=t.slice(0,o-1).join(", "),a+=", and ".concat(t[o-1]," arguments")}return"".concat(a," must be specified")}),TypeError),e.exports.codes=u},82299:(e,t,n)=>{"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,s=[],l=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw a}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n10)return!0;for(var t=0;t57)return!0}return 10===e.length&&e>=Math.pow(2,32)}function N(e){return Object.keys(e).filter(I).concat(u(e).filter(Object.prototype.propertyIsEnumerable.bind(e)))}function R(e,t){if(e===t)return 0;for(var n=e.length,r=t.length,a=0,o=Math.min(n,r);a{"use strict";n.d(t,{A:()=>p});n(96540);var r=n(53259),a=n.n(r),o=n(84054);const i={"00c3e066":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9854)]).then(n.bind(n,37550)),"@site/docs/api/schemas/submitfinetunejobresponse.schema.mdx",37550],"00d158e3":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9777)]).then(n.bind(n,57811)),"@site/docs/autoeval/labeling.mdx",57811],"0468c82a":[()=>Promise.all([n.e(1869),n.e(2076),n.e(8323)]).then(n.bind(n,15361)),"@site/docs/autoeval/index.mdx",15361],"04edc2ee":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(3753)]).then(n.bind(n,80731)),"@site/docs/api/finalize-single-dataset-file-upload.api.mdx",80731],"069c9213":[()=>Promise.all([n.e(1869),n.e(2076),n.e(1328)]).then(n.bind(n,91064)),"@site/docs/api/schemas/clonedatasetrequest.schema.mdx",91064],"06c6ffc3":[()=>Promise.all([n.e(1869),n.e(2076),n.e(3340)]).then(n.bind(n,56870)),"@site/docs/deployment.mdx",56870],"0978efae":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2556)]).then(n.bind(n,18764)),"@site/docs/api/schemas/evaluateresponse.schema.mdx",18764],"0be1b42a":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2050)]).then(n.bind(n,53776)),"@site/docs/api/schemas/getfinetunejobstatusresponse.schema.mdx",53776],"14eb3368":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6969)]).then(n.bind(n,34136)),"@theme/DocCategoryGeneratedIndexPage",34136],"15b64993":[()=>Promise.all([n.e(1869),n.e(2076),n.e(824)]).then(n.bind(n,87952)),"@site/docs/api/schemas/evaluaterequest.schema.mdx",87952],18891827:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1235)]).then(n.bind(n,35434)),"@site/docs/overview.mdx",35434],"1a4e3797":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2138)]).then(n.bind(n,10673)),"@theme/SearchPage",10673],"1c1dc7ea":[()=>Promise.all([n.e(1869),n.e(2076),n.e(876)]).then(n.bind(n,50972)),"@site/docs/api/schemas/createpseudolabeljobresponse.schema.mdx",50972],"1dcd00fe":[()=>Promise.all([n.e(1869),n.e(2076),n.e(3526)]).then(n.bind(n,58846)),"@site/docs/api/schemas/finalizesingledatasetfileuploadrequest.schema.mdx",58846],"1f391b9e":[()=>Promise.all([n.e(1869),n.e(2076),n.e(181),n.e(6061)]).then(n.bind(n,67973)),"@theme/MDXPage",67973],"22dd74f7":[()=>n.e(1567).then(n.t.bind(n,55226,19)),"@generated/docusaurus-plugin-content-docs/default/p/index-466.json",55226],"233ef674":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9655)]).then(n.bind(n,54764)),"@site/docs/api/schemas/listbasemodelsresponse.schema.mdx",54764],"24b35aac":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7186)]).then(n.bind(n,67328)),"@site/docs/api/schemas/createpseudolabeljobrequest.schema.mdx",67328],"25f24b58":[()=>Promise.all([n.e(1869),n.e(2076),n.e(861)]).then(n.bind(n,74592)),"@site/docs/api/schemas/datarow.schema.mdx",74592],"294a76ee":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2772)]).then(n.bind(n,89623)),"@site/docs/api/schemas/s-3-presignedpost.schema.mdx",89623],"29972f3d":[()=>Promise.all([n.e(2076),n.e(9989)]).then(n.bind(n,73350)),"@site/docs/release-notes/2024-11-07-release.mdx",73350],"2b85160b":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9025)]).then(n.bind(n,28303)),"@site/docs/api/schemas/modelfile.schema.mdx",28303],"2d323518":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7789)]).then(n.bind(n,6837)),"@site/docs/api/schemas/archivedatasetresponse.schema.mdx",6837],"2e826ce9":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7741)]).then(n.bind(n,53162)),"@site/docs/api/schemas/datasetfileinfo.schema.mdx",53162],"2ee0c159":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2509)]).then(n.bind(n,40361)),"@site/docs/api/schemas/model.schema.mdx",40361],"319e01f5":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4491)]).then(n.bind(n,86640)),"@site/docs/api/schemas/listbasemodelsrequest.schema.mdx",86640],"350d027b":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4718)]).then(n.bind(n,56782)),"@site/docs/api/schemas/getfinetunejobrequest.schema.mdx",56782],"393be207":[()=>Promise.all([n.e(2076),n.e(4134)]).then(n.bind(n,40633)),"@site/src/pages/markdown-page.md",40633],"3ae4a187":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7317)]).then(n.bind(n,83106)),"@site/docs/api/schemas/createfinetunejobresponse.schema.mdx",83106],"3cffc86c":[()=>Promise.all([n.e(1869),n.e(2076),n.e(393)]).then(n.bind(n,19887)),"@site/docs/api/schemas/listfinetunejobsrequest.schema.mdx",19887],"3f0003c5":[()=>Promise.all([n.e(1869),n.e(2076),n.e(1247)]).then(n.bind(n,34220)),"@site/docs/api/schemas/getfinetunejobstatusrequest.schema.mdx",34220],"414f5d99":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2889)]).then(n.bind(n,23929)),"@site/docs/api/schemas/google-protobuf-value.schema.mdx",23929],"417fc5b4":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7743)]).then(n.bind(n,26497)),"@site/docs/api/schemas/pseudolabeljobconfig.schema.mdx",26497],"473282fb":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7625)]).then(n.bind(n,58754)),"@site/docs/api/schemas/evaluatedatasetrequest.schema.mdx",58754],"497dafea":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(1848)]).then(n.bind(n,99213)),"@site/docs/api/archive-dataset.api.mdx",99213],"4bc87f71":[()=>Promise.all([n.e(1869),n.e(2076),n.e(475)]).then(n.bind(n,46675)),"@site/docs/sdk.mdx",46675],"4c5e977b":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(181),n.e(5453),n.e(6473)]).then(n.t.bind(n,75453,23)),"@theme/ApiItem",75453],"4d0fbbc9":[()=>Promise.all([n.e(1869),n.e(2076),n.e(8441)]).then(n.bind(n,94578)),"@site/docs/api/schemas/getprojectrequest.schema.mdx",94578],"4df9b9e7":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6135)]).then(n.bind(n,65217)),"@site/docs/api/schemas/createdatasetrequest.schema.mdx",65217],"508e910d":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2591)]).then(n.bind(n,70320)),"@site/docs/api/submit-fine-tune-job.api.mdx",70320],"5812a974":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6914)]).then(n.bind(n,22530)),"@site/docs/api/schemas/createprojectrequest.schema.mdx",22530],"58fe28d5":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2948)]).then(n.bind(n,32244)),"@site/docs/api/schemas/stringcriteria.schema.mdx",32244],"598e6858":[()=>Promise.all([n.e(1869),n.e(2076),n.e(3789)]).then(n.bind(n,4108)),"@site/docs/api/schemas/prompttemplate.schema.mdx",4108],"5ad93693":[()=>Promise.all([n.e(1869),n.e(2076),n.e(1339)]).then(n.bind(n,89924)),"@site/docs/api/schemas/clonedatasetresponse.schema.mdx",89924],"5b29449f":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2932)]).then(n.bind(n,87109)),"@site/docs/api/create-dataset.api.mdx",87109],"5b81d483":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9240)]).then(n.bind(n,53331)),"@site/docs/api/schemas/listprojectsrequest.schema.mdx",53331],"5c641f29":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(8687)]).then(n.bind(n,55500)),"@site/docs/api/clone-dataset.api.mdx",55500],"5e95c892":[()=>n.e(9647).then(n.bind(n,7121)),"@theme/DocsRoot",7121],"610ff161":[()=>Promise.all([n.e(1869),n.e(2076),n.e(1434)]).then(n.bind(n,17309)),"@site/docs/api/schemas/listvalue.schema.mdx",17309],"6295ffe8":[()=>Promise.all([n.e(1869),n.e(2076),n.e(678)]).then(n.bind(n,98524)),"@site/docs/api/schemas/timestamp.schema.mdx",98524],"651ecddb":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7725)]).then(n.bind(n,94456)),"@site/docs/api/schemas/rowtagscriteria.schema.mdx",94456],"65d61118":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6379)]).then(n.bind(n,17692)),"@site/docs/api/schemas/finetunejobresult.schema.mdx",17692],"6690620e":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6409)]).then(n.bind(n,80122)),"@site/docs/api/schemas/metricbasemodel.schema.mdx",80122],"67a251bc":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7172)]).then(n.bind(n,76723)),"@site/docs/autoeval/models/alberta-8k.mdx",76723],"68e712f7":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2181)]).then(n.bind(n,26792)),"@site/docs/api/create-fine-tune-job.api.mdx",26792],"6930f25d":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(154)]).then(n.bind(n,33599)),"@site/docs/api/list-projects.api.mdx",33599],"6b880287":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2030)]).then(n.bind(n,63606)),"@site/docs/api-keys.mdx",63606],"6ecd2849":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6662)]).then(n.bind(n,41169)),"@site/docs/api/schemas/getdatasetrequest.schema.mdx",41169],"6fda73ae":[()=>Promise.all([n.e(1869),n.e(2076),n.e(3134)]).then(n.bind(n,63458)),"@site/docs/api/schemas/listprojectsrequestfilters.schema.mdx",63458],"70e7f593":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5529)]).then(n.bind(n,55559)),"@site/docs/autoeval/models.mdx",55559],"72be70b9":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4361)]).then(n.bind(n,98565)),"@site/docs/api/schemas/listfinetunejobsresponse.schema.mdx",98565],74642995:[()=>n.e(4890).then(n.t.bind(n,29517,19)),"@generated/docusaurus-plugin-content-docs/default/p/category-api-1d5.json",29517],74876495:[()=>Promise.all([n.e(1869),n.e(2076),n.e(6505)]).then(n.bind(n,84724)),"@site/docs/quickstart.mdx",84724],"75d38f74":[()=>Promise.all([n.e(1869),n.e(2076),n.e(6775)]).then(n.bind(n,47295)),"@site/docs/guides/realtime-guardrails.mdx",47295],"76b8cff6":[()=>Promise.all([n.e(1869),n.e(2076),n.e(1549)]).then(n.bind(n,65065)),"@site/docs/api/schemas/listmetricsrequest.schema.mdx",65065],"77ab471c":[()=>Promise.all([n.e(1869),n.e(2076),n.e(7567)]).then(n.bind(n,26770)),"@site/docs/autoeval/metrics.mdx",26770],"77d4657a":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5930)]).then(n.bind(n,17850)),"@site/docs/api/schemas/listdatasetsrequest.schema.mdx",17850],79018704:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(3485)]).then(n.bind(n,12078)),"@site/docs/api/get-dataset-download-url.api.mdx",12078],"79e6009f":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2407)]).then(n.bind(n,4334)),"@site/docs/api/list-metrics.api.mdx",4334],"7d3d4b71":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2729)]).then(n.bind(n,75409)),"@site/docs/api/get-dataset-view.api.mdx",75409],"80e0db7c":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5284)]).then(n.bind(n,50133)),"@site/docs/api/schemas/finalizesingledatasetfileuploadresponse.schema.mdx",50133],"81a81e4e":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2802)]).then(n.bind(n,4957)),"@site/docs/api/schemas/listdatasetsrequestfilters.schema.mdx",4957],"834a9c8e":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4192)]).then(n.bind(n,87221)),"@site/docs/api/schemas/datasetview.schema.mdx",87221],84490861:[()=>Promise.all([n.e(1869),n.e(2076),n.e(4901)]).then(n.bind(n,71467)),"@site/docs/api/schemas/modelcard.schema.mdx",71467],"88bf1bc0":[()=>Promise.all([n.e(1869),n.e(2076),n.e(8599)]).then(n.bind(n,69967)),"@site/docs/autoeval/fine-tuning.mdx",69967],"8d703bb9":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(110)]).then(n.bind(n,7547)),"@site/docs/api/evaluate.api.mdx",7547],"8e0fe5e2":[()=>Promise.all([n.e(1869),n.e(2076),n.e(759)]).then(n.bind(n,7135)),"@site/docs/api/schemas/datasetlabelstate.schema.mdx",7135],"8eeb1d46":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9998)]).then(n.bind(n,76255)),"@site/docs/api/schemas/getdatasetresponse.schema.mdx",76255],"9010b514":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4143)]).then(n.bind(n,61926)),"@site/docs/api/schemas/listfinetunejobsrequestfilters.schema.mdx",61926],"90d83cef":[()=>Promise.all([n.e(1869),n.e(2076),n.e(9231)]).then(n.bind(n,51408)),"@site/docs/release-notes.mdx",51408],"91fda4dc":[()=>Promise.all([n.e(1869),n.e(2076),n.e(8215)]).then(n.bind(n,78938)),"@site/docs/api/schemas/uploaddatasetfilerequest.schema.mdx",78938],"97e10ced":[()=>Promise.all([n.e(1869),n.e(2076),n.e(4193)]).then(n.bind(n,8588)),"@site/docs/api/schemas/submitpseudolabeljobrequest.schema.mdx",8588],99261323:[()=>Promise.all([n.e(1869),n.e(2076),n.e(9420)]).then(n.bind(n,38699)),"@site/docs/guides/multi-agent-evaluation.mdx",38699],"9929f950":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5054)]).then(n.bind(n,11678)),"@site/docs/api/schemas/createfinetunejobrequest.schema.mdx",11678],99860787:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1971)]).then(n.bind(n,33554)),"@site/docs/api/schemas/getfinetunejobresponse.schema.mdx",33554],"9b8a5391":[()=>Promise.all([n.e(1869),n.e(2076),n.e(8081)]).then(n.bind(n,74329)),"@site/docs/api/lastmile-ai-api-v-2.info.mdx",74329],"9bdb8349":[()=>Promise.all([n.e(1869),n.e(2076),n.e(2886)]).then(n.bind(n,26538)),"@site/docs/api/schemas/listmetricsresponse.schema.mdx",26538],"9e4c1133":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(2770)]).then(n.bind(n,54230)),"@site/docs/api/get-fine-tune-job.api.mdx",54230],"9f1518db":[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(7365)]).then(n.bind(n,35920)),"@site/docs/api/submit-pseudo-label-job.api.mdx",35920],a0797ecd:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3205)]).then(n.bind(n,29630)),"@site/docs/api/schemas/getprojectresponse.schema.mdx",29630],a319cce8:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3072)]).then(n.bind(n,50256)),"@site/docs/workbooks.mdx",50256],a346aeb5:[()=>Promise.all([n.e(1869),n.e(2076),n.e(9808)]).then(n.bind(n,44429)),"@site/docs/api/schemas/struct.schema.mdx",44429],a5e3d08d:[()=>Promise.all([n.e(1869),n.e(2076),n.e(4977)]).then(n.bind(n,51167)),"@site/docs/api/schemas/finetunejobconfig.schema.mdx",51167],a7456010:[()=>n.e(3616).then(n.t.bind(n,88552,19)),"@generated/docusaurus-plugin-content-pages/default/__plugin.json",88552],a7bd4aaa:[()=>n.e(7098).then(n.bind(n,74532)),"@theme/DocVersionRoot",74532],a85eb6d5:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5367)]).then(n.bind(n,64373)),"@site/docs/api/schemas/getmetricrequest.schema.mdx",64373],a8ddbe70:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3542)]).then(n.bind(n,56290)),"@site/docs/api/schemas/valuesentry.schema.mdx",56290],a94703ab:[()=>Promise.all([n.e(1869),n.e(2076),n.e(9048)]).then(n.bind(n,55738)),"@theme/DocRoot",55738],aba21aa0:[()=>n.e(5742).then(n.t.bind(n,27093,19)),"@generated/docusaurus-plugin-content-docs/default/__plugin.json",27093],ad6249aa:[()=>Promise.all([n.e(1869),n.e(2076),n.e(299)]).then(n.bind(n,6237)),"@site/docs/api/schemas/finetunejob.schema.mdx",6237],af423109:[()=>Promise.all([n.e(1869),n.e(2076),n.e(8517)]).then(n.bind(n,68074)),"@site/docs/api/schemas/numericcriteria.schema.mdx",68074],afb347ea:[()=>Promise.all([n.e(1869),n.e(2076),n.e(4810)]).then(n.bind(n,33650)),"@site/docs/api/schemas/getdatasetviewresponse.schema.mdx",33650],b045a729:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(4327)]).then(n.bind(n,29100)),"@site/docs/api/evaluate-dataset.api.mdx",29100],b052b446:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1636)]).then(n.bind(n,34181)),"@site/docs/api/schemas/trainingprogress.schema.mdx",34181],b17575e2:[()=>Promise.all([n.e(1869),n.e(2076),n.e(6305)]).then(n.bind(n,77294)),"@site/docs/api/schemas/createprojectresponse.schema.mdx",77294],b2d9858c:[()=>Promise.all([n.e(1869),n.e(2076),n.e(2500)]).then(n.bind(n,77793)),"@site/docs/api/schemas/project.schema.mdx",77793],b4b7d253:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5682)]).then(n.bind(n,63595)),"@site/docs/autoeval/guardrails.mdx",63595],b6663c9f:[()=>Promise.all([n.e(1869),n.e(2076),n.e(180)]).then(n.bind(n,86807)),"@site/docs/api/schemas/fieldsentry.schema.mdx",86807],b8f55fc5:[()=>Promise.all([n.e(1869),n.e(2076),n.e(2307)]).then(n.bind(n,32450)),"@site/docs/api/schemas/submitfinetunejobrequest.schema.mdx",32450],ba023c09:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5249)]).then(n.bind(n,15753)),"@site/docs/autoeval/introduction.mdx",15753],bc4f1505:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(7791)]).then(n.bind(n,59583)),"@site/docs/api/list-base-models.api.mdx",59583],c11f004e:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(3015)]).then(n.bind(n,89466)),"@site/docs/api/create-project.api.mdx",89466],c141421f:[()=>n.e(957).then(n.t.bind(n,40936,19)),"@generated/docusaurus-theme-search-algolia/default/__plugin.json",40936],c43b7adf:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1575)]).then(n.bind(n,41806)),"@site/docs/api/schemas/getdatasetviewrequest.schema.mdx",41806],c53e2aca:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(3948)]).then(n.bind(n,44967)),"@site/docs/api/get-dataset.api.mdx",44967],c62aa70d:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5619)]).then(n.bind(n,43126)),"@site/docs/api/schemas/listdatasetsresponse.schema.mdx",43126],cc5544a3:[()=>Promise.all([n.e(1869),n.e(2076),n.e(4967)]).then(n.bind(n,90066)),"@site/docs/api/schemas/getdatasetdownloadurlresponse.schema.mdx",90066],ccf9d218:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(9635)]).then(n.bind(n,85807)),"@site/docs/api/get-fine-tune-job-status.api.mdx",85807],cd86ef06:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3140)]).then(n.bind(n,85446)),"@site/docs/api/schemas/datasetcolumninfo.schema.mdx",85446],cf9fa703:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(6786)]).then(n.bind(n,35811)),"@site/docs/api/get-metric.api.mdx",35811],d18ff133:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(7033)]).then(n.bind(n,13816)),"@site/docs/api/create-pseudo-label-job.api.mdx",13816],d1a64505:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1919)]).then(n.bind(n,61851)),"@site/docs/api/schemas/getmetricresponse.schema.mdx",61851],d4759c06:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(8501)]).then(n.bind(n,27685)),"@site/docs/api/list-fine-tune-jobs.api.mdx",27685],d4d8a232:[()=>Promise.all([n.e(1869),n.e(2076),n.e(309)]).then(n.bind(n,26842)),"@site/docs/api/schemas/getpseudolabeljobstatusresponse.schema.mdx",26842],d6973071:[()=>Promise.all([n.e(1869),n.e(2076),n.e(6624)]).then(n.bind(n,79775)),"@site/docs/api/schemas/archivedatasetrequest.schema.mdx",79775],d8325547:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5589)]).then(n.bind(n,4176)),"@site/docs/api/schemas/submitpseudolabeljobresponse.schema.mdx",4176],d85e45ad:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1143)]).then(n.bind(n,61128)),"@site/docs/guides/rag-evaluation.mdx",61128],db62d704:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(7562)]).then(n.bind(n,89867)),"@site/docs/api/upload-dataset-file.api.mdx",89867],e24831d1:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5815)]).then(n.bind(n,54678)),"@site/docs/api/schemas/uploaddatasetfileresponse.schema.mdx",54678],e5e0c774:[()=>Promise.all([n.e(1869),n.e(2076),n.e(9541)]).then(n.bind(n,30566)),"@site/docs/api/schemas/getpseudolabeljobstatusrequest.schema.mdx",30566],e6259fc4:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1009)]).then(n.bind(n,91681)),"@site/docs/autoeval/models/alberta.mdx",91681],e6795413:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1389)]).then(n.bind(n,11535)),"@site/docs/api/schemas/createdatasetresponse.schema.mdx",11535],e8045972:[()=>Promise.all([n.e(1869),n.e(2076),n.e(8657)]).then(n.bind(n,76081)),"@site/docs/api/schemas/listprojectsresponse.schema.mdx",76081],e992e1e0:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3001)]).then(n.bind(n,45180)),"@site/docs/api/schemas/dataset.schema.mdx",45180],ea40408a:[()=>Promise.all([n.e(1869),n.e(2076),n.e(368)]).then(n.bind(n,40334)),"@site/docs/api/schemas/evaluatedatasetresponse.schema.mdx",40334],ee69156b:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(4864)]).then(n.bind(n,8147)),"@site/docs/api/get-pseudo-label-job-status.api.mdx",8147],f1892c1c:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1512)]).then(n.bind(n,87240)),"@site/docs/api/schemas/columnfilter.schema.mdx",87240],f1c1d7a0:[()=>Promise.all([n.e(1869),n.e(2076),n.e(1584)]).then(n.bind(n,19156)),"@site/docs/autoeval/models/benchmarks.mdx",19156],f2546990:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3632)]).then(n.bind(n,9966)),"@site/docs/api/schemas/getdatasetdownloadurlrequest.schema.mdx",9966],f3c07c80:[()=>Promise.all([n.e(1869),n.e(2076),n.e(3453)]).then(n.bind(n,70294)),"@site/docs/autoeval/datasets.mdx",70294],fb4dcf4d:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5160)]).then(n.bind(n,88771)),"@site/docs/autoeval/datasets/example-datasets.mdx",88771],fb66dc73:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(7026)]).then(n.bind(n,46050)),"@site/docs/api/list-datasets.api.mdx",46050],fd443dc4:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5085)]).then(n.bind(n,38648)),"@site/docs/api/schemas/metric.schema.mdx",38648],fe286080:[()=>Promise.all([n.e(1869),n.e(2076),n.e(9184)]).then(n.bind(n,18987)),"@site/docs/api/schemas/timerangecriteria.schema.mdx",18987],fe8d6ac1:[()=>Promise.all([n.e(1869),n.e(2076),n.e(5098),n.e(333),n.e(1975)]).then(n.bind(n,39512)),"@site/docs/api/get-project.api.mdx",39512]};var s=n(74848);function l(e){let{error:t,retry:n,pastDelay:r}=e;return t?(0,s.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,s.jsx)("p",{children:String(t)}),(0,s.jsx)("div",{children:(0,s.jsx)("button",{type:"button",onClick:n,children:"Retry"})})]}):r?(0,s.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,s.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,s.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,s.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,s.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,s.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,s.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,s.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,s.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,s.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,s.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,s.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,s.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var c=n(86921),u=n(53102);function d(e,t){if("*"===e)return a()({loading:l,loader:()=>n.e(2237).then(n.bind(n,82237)),modules:["@theme/NotFound"],webpack:()=>[82237],render(e,t){const n=e.default;return(0,s.jsx)(u.W,{value:{plugin:{name:"native",id:"default"}},children:(0,s.jsx)(n,{...t})})}});const r=o[`${e}-${t}`],d={},p=[],f=[],m=(0,c.A)(r);return Object.entries(m).forEach((e=>{let[t,n]=e;const r=i[n];r&&(d[t]=r[0],p.push(r[1]),f.push(r[2]))})),a().Map({loading:l,loader:d,modules:p,webpack:()=>f,render(t,n){const a=JSON.parse(JSON.stringify(r));Object.entries(t).forEach((t=>{let[n,r]=t;const o=r.default;if(!o)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof o&&"function"!=typeof o||Object.keys(r).filter((e=>"default"!==e)).forEach((e=>{o[e]=r[e]}));let i=a;const s=n.split(".");s.slice(0,-1).forEach((e=>{i=i[e]})),i[s[s.length-1]]=o}));const o=a.__comp;delete a.__comp;const i=a.__context;delete a.__context;const l=a.__props;return delete a.__props,(0,s.jsx)(u.W,{value:i,children:(0,s.jsx)(o,{...a,...l,...n})})}})}const p=[{path:"/markdown-page",component:d("/markdown-page","3d7"),exact:!0},{path:"/search",component:d("/search","5de"),exact:!0},{path:"/",component:d("/","0d9"),routes:[{path:"/",component:d("/","b4e"),routes:[{path:"/",component:d("/","427"),routes:[{path:"/api-keys",component:d("/api-keys","e90"),exact:!0,sidebar:"sidebar"},{path:"/api/archive-dataset",component:d("/api/archive-dataset","e2e"),exact:!0,sidebar:"sidebar"},{path:"/api/clone-dataset",component:d("/api/clone-dataset","250"),exact:!0,sidebar:"sidebar"},{path:"/api/create-dataset",component:d("/api/create-dataset","a5c"),exact:!0,sidebar:"sidebar"},{path:"/api/create-fine-tune-job",component:d("/api/create-fine-tune-job","846"),exact:!0,sidebar:"sidebar"},{path:"/api/create-project",component:d("/api/create-project","552"),exact:!0,sidebar:"sidebar"},{path:"/api/create-pseudo-label-job",component:d("/api/create-pseudo-label-job","ec2"),exact:!0,sidebar:"sidebar"},{path:"/api/evaluate",component:d("/api/evaluate","4dc"),exact:!0,sidebar:"sidebar"},{path:"/api/evaluate-dataset",component:d("/api/evaluate-dataset","a4c"),exact:!0,sidebar:"sidebar"},{path:"/api/finalize-single-dataset-file-upload",component:d("/api/finalize-single-dataset-file-upload","ab2"),exact:!0,sidebar:"sidebar"},{path:"/api/get-dataset",component:d("/api/get-dataset","321"),exact:!0,sidebar:"sidebar"},{path:"/api/get-dataset-download-url",component:d("/api/get-dataset-download-url","ecf"),exact:!0,sidebar:"sidebar"},{path:"/api/get-dataset-view",component:d("/api/get-dataset-view","226"),exact:!0,sidebar:"sidebar"},{path:"/api/get-fine-tune-job",component:d("/api/get-fine-tune-job","c2e"),exact:!0,sidebar:"sidebar"},{path:"/api/get-fine-tune-job-status",component:d("/api/get-fine-tune-job-status","a98"),exact:!0,sidebar:"sidebar"},{path:"/api/get-metric",component:d("/api/get-metric","01f"),exact:!0,sidebar:"sidebar"},{path:"/api/get-project",component:d("/api/get-project","b56"),exact:!0,sidebar:"sidebar"},{path:"/api/get-pseudo-label-job-status",component:d("/api/get-pseudo-label-job-status","87f"),exact:!0,sidebar:"sidebar"},{path:"/api/lastmile-ai-api-v-2",component:d("/api/lastmile-ai-api-v-2","842"),exact:!0,sidebar:"sidebar"},{path:"/api/list-base-models",component:d("/api/list-base-models","e36"),exact:!0,sidebar:"sidebar"},{path:"/api/list-datasets",component:d("/api/list-datasets","e05"),exact:!0,sidebar:"sidebar"},{path:"/api/list-fine-tune-jobs",component:d("/api/list-fine-tune-jobs","671"),exact:!0,sidebar:"sidebar"},{path:"/api/list-metrics",component:d("/api/list-metrics","1db"),exact:!0,sidebar:"sidebar"},{path:"/api/list-projects",component:d("/api/list-projects","d4c"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/archivedatasetrequest",component:d("/api/schemas/archivedatasetrequest","126"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/archivedatasetresponse",component:d("/api/schemas/archivedatasetresponse","4c7"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/clonedatasetrequest",component:d("/api/schemas/clonedatasetrequest","e97"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/clonedatasetresponse",component:d("/api/schemas/clonedatasetresponse","554"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/columnfilter",component:d("/api/schemas/columnfilter","793"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createdatasetrequest",component:d("/api/schemas/createdatasetrequest","7ce"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createdatasetresponse",component:d("/api/schemas/createdatasetresponse","aff"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createfinetunejobrequest",component:d("/api/schemas/createfinetunejobrequest","81d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createfinetunejobresponse",component:d("/api/schemas/createfinetunejobresponse","811"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createprojectrequest",component:d("/api/schemas/createprojectrequest","6a6"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createprojectresponse",component:d("/api/schemas/createprojectresponse","31a"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createpseudolabeljobrequest",component:d("/api/schemas/createpseudolabeljobrequest","32c"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/createpseudolabeljobresponse",component:d("/api/schemas/createpseudolabeljobresponse","7ce"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/datarow",component:d("/api/schemas/datarow","77a"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/dataset",component:d("/api/schemas/dataset","57d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/datasetcolumninfo",component:d("/api/schemas/datasetcolumninfo","fed"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/datasetfileinfo",component:d("/api/schemas/datasetfileinfo","545"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/datasetlabelstate",component:d("/api/schemas/datasetlabelstate","21b"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/datasetview",component:d("/api/schemas/datasetview","d57"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/evaluatedatasetrequest",component:d("/api/schemas/evaluatedatasetrequest","b1b"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/evaluatedatasetresponse",component:d("/api/schemas/evaluatedatasetresponse","1e8"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/evaluaterequest",component:d("/api/schemas/evaluaterequest","940"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/evaluateresponse",component:d("/api/schemas/evaluateresponse","261"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/fieldsentry",component:d("/api/schemas/fieldsentry","e87"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/finalizesingledatasetfileuploadrequest",component:d("/api/schemas/finalizesingledatasetfileuploadrequest","a8e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/finalizesingledatasetfileuploadresponse",component:d("/api/schemas/finalizesingledatasetfileuploadresponse","668"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/finetunejob",component:d("/api/schemas/finetunejob","97a"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/finetunejobconfig",component:d("/api/schemas/finetunejobconfig","b02"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/finetunejobresult",component:d("/api/schemas/finetunejobresult","ccc"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetdownloadurlrequest",component:d("/api/schemas/getdatasetdownloadurlrequest","5eb"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetdownloadurlresponse",component:d("/api/schemas/getdatasetdownloadurlresponse","f5d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetrequest",component:d("/api/schemas/getdatasetrequest","819"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetresponse",component:d("/api/schemas/getdatasetresponse","71d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetviewrequest",component:d("/api/schemas/getdatasetviewrequest","960"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getdatasetviewresponse",component:d("/api/schemas/getdatasetviewresponse","116"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getfinetunejobrequest",component:d("/api/schemas/getfinetunejobrequest","fc5"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getfinetunejobresponse",component:d("/api/schemas/getfinetunejobresponse","dfa"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getfinetunejobstatusrequest",component:d("/api/schemas/getfinetunejobstatusrequest","4ad"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getfinetunejobstatusresponse",component:d("/api/schemas/getfinetunejobstatusresponse","7e9"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getmetricrequest",component:d("/api/schemas/getmetricrequest","e56"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getmetricresponse",component:d("/api/schemas/getmetricresponse","e2e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getprojectrequest",component:d("/api/schemas/getprojectrequest","fb2"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getprojectresponse",component:d("/api/schemas/getprojectresponse","383"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getpseudolabeljobstatusrequest",component:d("/api/schemas/getpseudolabeljobstatusrequest","56f"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/getpseudolabeljobstatusresponse",component:d("/api/schemas/getpseudolabeljobstatusresponse","b1e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/google-protobuf-value",component:d("/api/schemas/google-protobuf-value","64e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listbasemodelsrequest",component:d("/api/schemas/listbasemodelsrequest","e42"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listbasemodelsresponse",component:d("/api/schemas/listbasemodelsresponse","92f"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listdatasetsrequest",component:d("/api/schemas/listdatasetsrequest","739"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listdatasetsrequestfilters",component:d("/api/schemas/listdatasetsrequestfilters","d87"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listdatasetsresponse",component:d("/api/schemas/listdatasetsresponse","684"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listfinetunejobsrequest",component:d("/api/schemas/listfinetunejobsrequest","c30"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listfinetunejobsrequestfilters",component:d("/api/schemas/listfinetunejobsrequestfilters","50e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listfinetunejobsresponse",component:d("/api/schemas/listfinetunejobsresponse","dbe"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listmetricsrequest",component:d("/api/schemas/listmetricsrequest","740"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listmetricsresponse",component:d("/api/schemas/listmetricsresponse","257"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listprojectsrequest",component:d("/api/schemas/listprojectsrequest","275"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listprojectsrequestfilters",component:d("/api/schemas/listprojectsrequestfilters","180"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listprojectsresponse",component:d("/api/schemas/listprojectsresponse","929"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/listvalue",component:d("/api/schemas/listvalue","895"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/metric",component:d("/api/schemas/metric","d1e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/metricbasemodel",component:d("/api/schemas/metricbasemodel","77e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/model",component:d("/api/schemas/model","266"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/modelcard",component:d("/api/schemas/modelcard","e95"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/modelfile",component:d("/api/schemas/modelfile","5e3"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/numericcriteria",component:d("/api/schemas/numericcriteria","41a"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/project",component:d("/api/schemas/project","d5d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/prompttemplate",component:d("/api/schemas/prompttemplate","e1e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/pseudolabeljobconfig",component:d("/api/schemas/pseudolabeljobconfig","1d5"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/rowtagscriteria",component:d("/api/schemas/rowtagscriteria","c7f"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/s-3-presignedpost",component:d("/api/schemas/s-3-presignedpost","b4d"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/stringcriteria",component:d("/api/schemas/stringcriteria","af2"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/struct",component:d("/api/schemas/struct","02f"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/submitfinetunejobrequest",component:d("/api/schemas/submitfinetunejobrequest","31e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/submitfinetunejobresponse",component:d("/api/schemas/submitfinetunejobresponse","f34"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/submitpseudolabeljobrequest",component:d("/api/schemas/submitpseudolabeljobrequest","da9"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/submitpseudolabeljobresponse",component:d("/api/schemas/submitpseudolabeljobresponse","2c9"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/timerangecriteria",component:d("/api/schemas/timerangecriteria","126"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/timestamp",component:d("/api/schemas/timestamp","b5e"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/trainingprogress",component:d("/api/schemas/trainingprogress","ad8"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/uploaddatasetfilerequest",component:d("/api/schemas/uploaddatasetfilerequest","d27"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/uploaddatasetfileresponse",component:d("/api/schemas/uploaddatasetfileresponse","ee4"),exact:!0,sidebar:"sidebar"},{path:"/api/schemas/valuesentry",component:d("/api/schemas/valuesentry","ab8"),exact:!0,sidebar:"sidebar"},{path:"/api/submit-fine-tune-job",component:d("/api/submit-fine-tune-job","a2f"),exact:!0,sidebar:"sidebar"},{path:"/api/submit-pseudo-label-job",component:d("/api/submit-pseudo-label-job","3d5"),exact:!0,sidebar:"sidebar"},{path:"/api/upload-dataset-file",component:d("/api/upload-dataset-file","14c"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/",component:d("/autoeval/","11a"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/autoeval-intro",component:d("/autoeval/autoeval-intro","bff"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/datasets",component:d("/autoeval/datasets","06b"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/datasets/example-datasets",component:d("/autoeval/datasets/example-datasets","1ab"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/fine-tune",component:d("/autoeval/fine-tune","9ad"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/guardrails",component:d("/autoeval/guardrails","7e9"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/labeling",component:d("/autoeval/labeling","4f2"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/metrics",component:d("/autoeval/metrics","bc3"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/models",component:d("/autoeval/models","f2a"),exact:!0,sidebar:"sidebar"},{path:"/autoeval/models/alberta",component:d("/autoeval/models/alberta","c30"),exact:!0},{path:"/autoeval/models/alberta-8k",component:d("/autoeval/models/alberta-8k","cdb"),exact:!0},{path:"/autoeval/models/model-benchmarks",component:d("/autoeval/models/model-benchmarks","02d"),exact:!0},{path:"/category/api",component:d("/category/api","411"),exact:!0,sidebar:"sidebar"},{path:"/deployment",component:d("/deployment","3b1"),exact:!0,sidebar:"sidebar"},{path:"/guides/guardrails-guide",component:d("/guides/guardrails-guide","796"),exact:!0},{path:"/guides/multi-agent-evaluation",component:d("/guides/multi-agent-evaluation","da8"),exact:!0},{path:"/guides/rag-evaluation",component:d("/guides/rag-evaluation","ab8"),exact:!0},{path:"/quickstart",component:d("/quickstart","12d"),exact:!0,sidebar:"sidebar"},{path:"/release-notes",component:d("/release-notes","415"),exact:!0},{path:"/release-notes/2024-11-07-release",component:d("/release-notes/2024-11-07-release","aa2"),exact:!0},{path:"/sdk",component:d("/sdk","f1e"),exact:!0,sidebar:"sidebar"},{path:"/workbooks",component:d("/workbooks","955"),exact:!0,sidebar:"sidebar"},{path:"/",component:d("/","ccb"),exact:!0,sidebar:"sidebar"}]}]}]},{path:"*",component:d("*")}]},6125:(e,t,n)=>{"use strict";n.d(t,{o:()=>o,x:()=>i});var r=n(96540),a=n(74848);const o=r.createContext(!1);function i(e){let{children:t}=e;const[n,i]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{i(!0)}),[]),(0,a.jsx)(o.Provider,{value:n,children:t})}},38536:(e,t,n)=>{"use strict";var r=n(96540),a=n(5338),o=n(80545),i=n(54625),s=n(4784),l=n(38193);const c=[n(31911),n(10119),n(26134),n(76294),n(89888),n(96817)];var u=n(35947),d=n(56347),p=n(22831),f=n(74848);function m(e){let{children:t}=e;return(0,f.jsx)(f.Fragment,{children:t})}var h=n(5260),b=n(44586),g=n(86025),y=n(6342),v=n(69024),w=n(32131),S=n(14090),x=n(2967),k=n(70440),E=n(41463);function _(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:n}}=(0,b.default)(),r=(0,w.o)(),a=n[e].htmlLang,o=e=>e.replace("-","_");return(0,f.jsxs)(h.A,{children:[Object.entries(n).map((e=>{let[t,{htmlLang:n}]=e;return(0,f.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:n},t)})),(0,f.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,f.jsx)("meta",{property:"og:locale",content:o(a)}),Object.values(n).filter((e=>a!==e.htmlLang)).map((e=>(0,f.jsx)("meta",{property:"og:locale:alternate",content:o(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function j(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,b.default)(),r=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:n}}=(0,b.default)(),{pathname:r}=(0,d.zy)();return e+(0,k.Ks)((0,g.default)(r),{trailingSlash:n,baseUrl:t})}(),a=t?`${n}${t}`:r;return(0,f.jsxs)(h.A,{children:[(0,f.jsx)("meta",{property:"og:url",content:a}),(0,f.jsx)("link",{rel:"canonical",href:a})]})}function O(){const{i18n:{currentLocale:e}}=(0,b.default)(),{metadata:t,image:n}=(0,y.p)();return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsxs)(h.A,{children:[(0,f.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,f.jsx)("body",{className:S.w})]}),n&&(0,f.jsx)(v.be,{image:n}),(0,f.jsx)(j,{}),(0,f.jsx)(_,{}),(0,f.jsx)(E.A,{tag:x.C,locale:e}),(0,f.jsx)(h.A,{children:t.map(((e,t)=>(0,f.jsx)("meta",{...e},t)))})]})}const P=new Map;var A=n(6125),C=n(26988),T=n(205);function I(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r{const r=t.default?.[e]??t[e];return r?.(...n)}));return()=>a.forEach((e=>e?.()))}const N=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,T.A)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const r=t.pathname===n.pathname,a=t.hash===n.hash,o=t.search===n.search;if(r&&a&&!o)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),I("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function R(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,p.u)(u.A,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}var D=n(96763);class L extends r.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=l.default.canUseDOM?I("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=I("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),R(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{D.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,f.jsx)(N,{previousLocation:this.previousLocation,location:t,children:(0,f.jsx)(d.qh,{location:t,render:()=>e})})}}const F=L,M="__docusaurus-base-url-issue-banner-suggestion-container";function B(e){return`\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '__docusaurus-base-url-issue-banner-container';\n var bannerHtml = ${JSON.stringify(function(e){return`\n
    \n

    Your Docusaurus site did not load properly.

    \n

    A very common reason is a wrong site baseUrl configuration.

    \n

    Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

    \n

    We suggest trying baseUrl =

    \n
    \n`}(e)).replace(/{let{route:t}=e;return!0===t.exact})))return P.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return P.set(e.pathname,t),{...e,pathname:t}}((0,d.zy)());return(0,f.jsx)(F,{location:e,children:W})}function K(){return(0,f.jsx)(q.A,{children:(0,f.jsx)(C.l,{children:(0,f.jsxs)(A.x,{children:[(0,f.jsxs)(m,{children:[(0,f.jsx)(U,{}),(0,f.jsx)(O,{}),(0,f.jsx)($,{}),(0,f.jsx)(G,{})]}),(0,f.jsx)(V,{})]})})})}var Z=n(84054);const Y=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{if("undefined"==typeof document)return void n();const r=document.createElement("link");r.setAttribute("rel","prefetch"),r.setAttribute("href",e),r.onload=()=>t(),r.onerror=()=>n();const a=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;a?.appendChild(r)}))}:function(e){return new Promise(((t,n)=>{const r=new XMLHttpRequest;r.open("GET",e,!0),r.withCredentials=!0,r.onload=()=>{200===r.status?t():n()},r.send(null)}))};var Q=n(86921);const X=new Set,J=new Set,ee=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,te={prefetch:e=>{if(!(e=>!ee()&&!J.has(e)&&!X.has(e))(e))return!1;X.add(e);const t=(0,p.u)(u.A,e).flatMap((e=>{return t=e.route.path,Object.entries(Z).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,Q.A)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?Y(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!ee()&&!J.has(e))(e)&&(J.add(e),R(e))},ne=Object.freeze(te);var re=n(96763);function ae(e){let{children:t}=e;return"hash"===s.A.future.experimental_router?(0,f.jsx)(i.I9,{children:t}):(0,f.jsx)(i.Kd,{children:t})}const oe=Boolean(!0);if(l.default.canUseDOM){window.docusaurus=ne;const e=document.getElementById("__docusaurus"),t=(0,f.jsx)(o.vd,{children:(0,f.jsx)(ae,{children:(0,f.jsx)(K,{})})}),n=(e,t)=>{re.error("Docusaurus React Root onRecoverableError:",e,t)},i=()=>{if(window.docusaurusRoot)window.docusaurusRoot.render(t);else if(oe)window.docusaurusRoot=a.hydrateRoot(e,t,{onRecoverableError:n});else{const r=a.createRoot(e,{onRecoverableError:n});r.render(t),window.docusaurusRoot=r}};R(window.location.pathname).then((()=>{(0,r.startTransition)(i)}))}},26988:(e,t,n)=>{"use strict";n.d(t,{o:()=>d,l:()=>p});var r=n(96540),a=n(4784);const o=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/","versions":[{"name":"current","label":"Next","isLast":true,"path":"/","mainDocId":"overview","docs":[{"id":"api-keys","path":"/api-keys","sidebar":"sidebar"},{"id":"api/archive-dataset","path":"/api/archive-dataset","sidebar":"sidebar"},{"id":"api/clone-dataset","path":"/api/clone-dataset","sidebar":"sidebar"},{"id":"api/create-dataset","path":"/api/create-dataset","sidebar":"sidebar"},{"id":"api/create-fine-tune-job","path":"/api/create-fine-tune-job","sidebar":"sidebar"},{"id":"api/create-project","path":"/api/create-project","sidebar":"sidebar"},{"id":"api/create-pseudo-label-job","path":"/api/create-pseudo-label-job","sidebar":"sidebar"},{"id":"api/evaluate","path":"/api/evaluate","sidebar":"sidebar"},{"id":"api/evaluate-dataset","path":"/api/evaluate-dataset","sidebar":"sidebar"},{"id":"api/finalize-single-dataset-file-upload","path":"/api/finalize-single-dataset-file-upload","sidebar":"sidebar"},{"id":"api/get-dataset","path":"/api/get-dataset","sidebar":"sidebar"},{"id":"api/get-dataset-download-url","path":"/api/get-dataset-download-url","sidebar":"sidebar"},{"id":"api/get-dataset-view","path":"/api/get-dataset-view","sidebar":"sidebar"},{"id":"api/get-fine-tune-job","path":"/api/get-fine-tune-job","sidebar":"sidebar"},{"id":"api/get-fine-tune-job-status","path":"/api/get-fine-tune-job-status","sidebar":"sidebar"},{"id":"api/get-metric","path":"/api/get-metric","sidebar":"sidebar"},{"id":"api/get-project","path":"/api/get-project","sidebar":"sidebar"},{"id":"api/get-pseudo-label-job-status","path":"/api/get-pseudo-label-job-status","sidebar":"sidebar"},{"id":"api/lastmile-ai-api-v-2","path":"/api/lastmile-ai-api-v-2","sidebar":"sidebar"},{"id":"api/list-base-models","path":"/api/list-base-models","sidebar":"sidebar"},{"id":"api/list-datasets","path":"/api/list-datasets","sidebar":"sidebar"},{"id":"api/list-fine-tune-jobs","path":"/api/list-fine-tune-jobs","sidebar":"sidebar"},{"id":"api/list-metrics","path":"/api/list-metrics","sidebar":"sidebar"},{"id":"api/list-projects","path":"/api/list-projects","sidebar":"sidebar"},{"id":"api/schemas/archivedatasetrequest","path":"/api/schemas/archivedatasetrequest","sidebar":"sidebar"},{"id":"api/schemas/archivedatasetresponse","path":"/api/schemas/archivedatasetresponse","sidebar":"sidebar"},{"id":"api/schemas/clonedatasetrequest","path":"/api/schemas/clonedatasetrequest","sidebar":"sidebar"},{"id":"api/schemas/clonedatasetresponse","path":"/api/schemas/clonedatasetresponse","sidebar":"sidebar"},{"id":"api/schemas/columnfilter","path":"/api/schemas/columnfilter","sidebar":"sidebar"},{"id":"api/schemas/createdatasetrequest","path":"/api/schemas/createdatasetrequest","sidebar":"sidebar"},{"id":"api/schemas/createdatasetresponse","path":"/api/schemas/createdatasetresponse","sidebar":"sidebar"},{"id":"api/schemas/createfinetunejobrequest","path":"/api/schemas/createfinetunejobrequest","sidebar":"sidebar"},{"id":"api/schemas/createfinetunejobresponse","path":"/api/schemas/createfinetunejobresponse","sidebar":"sidebar"},{"id":"api/schemas/createprojectrequest","path":"/api/schemas/createprojectrequest","sidebar":"sidebar"},{"id":"api/schemas/createprojectresponse","path":"/api/schemas/createprojectresponse","sidebar":"sidebar"},{"id":"api/schemas/createpseudolabeljobrequest","path":"/api/schemas/createpseudolabeljobrequest","sidebar":"sidebar"},{"id":"api/schemas/createpseudolabeljobresponse","path":"/api/schemas/createpseudolabeljobresponse","sidebar":"sidebar"},{"id":"api/schemas/datarow","path":"/api/schemas/datarow","sidebar":"sidebar"},{"id":"api/schemas/dataset","path":"/api/schemas/dataset","sidebar":"sidebar"},{"id":"api/schemas/datasetcolumninfo","path":"/api/schemas/datasetcolumninfo","sidebar":"sidebar"},{"id":"api/schemas/datasetfileinfo","path":"/api/schemas/datasetfileinfo","sidebar":"sidebar"},{"id":"api/schemas/datasetlabelstate","path":"/api/schemas/datasetlabelstate","sidebar":"sidebar"},{"id":"api/schemas/datasetview","path":"/api/schemas/datasetview","sidebar":"sidebar"},{"id":"api/schemas/evaluatedatasetrequest","path":"/api/schemas/evaluatedatasetrequest","sidebar":"sidebar"},{"id":"api/schemas/evaluatedatasetresponse","path":"/api/schemas/evaluatedatasetresponse","sidebar":"sidebar"},{"id":"api/schemas/evaluaterequest","path":"/api/schemas/evaluaterequest","sidebar":"sidebar"},{"id":"api/schemas/evaluateresponse","path":"/api/schemas/evaluateresponse","sidebar":"sidebar"},{"id":"api/schemas/fieldsentry","path":"/api/schemas/fieldsentry","sidebar":"sidebar"},{"id":"api/schemas/finalizesingledatasetfileuploadrequest","path":"/api/schemas/finalizesingledatasetfileuploadrequest","sidebar":"sidebar"},{"id":"api/schemas/finalizesingledatasetfileuploadresponse","path":"/api/schemas/finalizesingledatasetfileuploadresponse","sidebar":"sidebar"},{"id":"api/schemas/finetunejob","path":"/api/schemas/finetunejob","sidebar":"sidebar"},{"id":"api/schemas/finetunejobconfig","path":"/api/schemas/finetunejobconfig","sidebar":"sidebar"},{"id":"api/schemas/finetunejobresult","path":"/api/schemas/finetunejobresult","sidebar":"sidebar"},{"id":"api/schemas/getdatasetdownloadurlrequest","path":"/api/schemas/getdatasetdownloadurlrequest","sidebar":"sidebar"},{"id":"api/schemas/getdatasetdownloadurlresponse","path":"/api/schemas/getdatasetdownloadurlresponse","sidebar":"sidebar"},{"id":"api/schemas/getdatasetrequest","path":"/api/schemas/getdatasetrequest","sidebar":"sidebar"},{"id":"api/schemas/getdatasetresponse","path":"/api/schemas/getdatasetresponse","sidebar":"sidebar"},{"id":"api/schemas/getdatasetviewrequest","path":"/api/schemas/getdatasetviewrequest","sidebar":"sidebar"},{"id":"api/schemas/getdatasetviewresponse","path":"/api/schemas/getdatasetviewresponse","sidebar":"sidebar"},{"id":"api/schemas/getfinetunejobrequest","path":"/api/schemas/getfinetunejobrequest","sidebar":"sidebar"},{"id":"api/schemas/getfinetunejobresponse","path":"/api/schemas/getfinetunejobresponse","sidebar":"sidebar"},{"id":"api/schemas/getfinetunejobstatusrequest","path":"/api/schemas/getfinetunejobstatusrequest","sidebar":"sidebar"},{"id":"api/schemas/getfinetunejobstatusresponse","path":"/api/schemas/getfinetunejobstatusresponse","sidebar":"sidebar"},{"id":"api/schemas/getmetricrequest","path":"/api/schemas/getmetricrequest","sidebar":"sidebar"},{"id":"api/schemas/getmetricresponse","path":"/api/schemas/getmetricresponse","sidebar":"sidebar"},{"id":"api/schemas/getprojectrequest","path":"/api/schemas/getprojectrequest","sidebar":"sidebar"},{"id":"api/schemas/getprojectresponse","path":"/api/schemas/getprojectresponse","sidebar":"sidebar"},{"id":"api/schemas/getpseudolabeljobstatusrequest","path":"/api/schemas/getpseudolabeljobstatusrequest","sidebar":"sidebar"},{"id":"api/schemas/getpseudolabeljobstatusresponse","path":"/api/schemas/getpseudolabeljobstatusresponse","sidebar":"sidebar"},{"id":"api/schemas/google-protobuf-value","path":"/api/schemas/google-protobuf-value","sidebar":"sidebar"},{"id":"api/schemas/listbasemodelsrequest","path":"/api/schemas/listbasemodelsrequest","sidebar":"sidebar"},{"id":"api/schemas/listbasemodelsresponse","path":"/api/schemas/listbasemodelsresponse","sidebar":"sidebar"},{"id":"api/schemas/listdatasetsrequest","path":"/api/schemas/listdatasetsrequest","sidebar":"sidebar"},{"id":"api/schemas/listdatasetsrequestfilters","path":"/api/schemas/listdatasetsrequestfilters","sidebar":"sidebar"},{"id":"api/schemas/listdatasetsresponse","path":"/api/schemas/listdatasetsresponse","sidebar":"sidebar"},{"id":"api/schemas/listfinetunejobsrequest","path":"/api/schemas/listfinetunejobsrequest","sidebar":"sidebar"},{"id":"api/schemas/listfinetunejobsrequestfilters","path":"/api/schemas/listfinetunejobsrequestfilters","sidebar":"sidebar"},{"id":"api/schemas/listfinetunejobsresponse","path":"/api/schemas/listfinetunejobsresponse","sidebar":"sidebar"},{"id":"api/schemas/listmetricsrequest","path":"/api/schemas/listmetricsrequest","sidebar":"sidebar"},{"id":"api/schemas/listmetricsresponse","path":"/api/schemas/listmetricsresponse","sidebar":"sidebar"},{"id":"api/schemas/listprojectsrequest","path":"/api/schemas/listprojectsrequest","sidebar":"sidebar"},{"id":"api/schemas/listprojectsrequestfilters","path":"/api/schemas/listprojectsrequestfilters","sidebar":"sidebar"},{"id":"api/schemas/listprojectsresponse","path":"/api/schemas/listprojectsresponse","sidebar":"sidebar"},{"id":"api/schemas/listvalue","path":"/api/schemas/listvalue","sidebar":"sidebar"},{"id":"api/schemas/metric","path":"/api/schemas/metric","sidebar":"sidebar"},{"id":"api/schemas/metricbasemodel","path":"/api/schemas/metricbasemodel","sidebar":"sidebar"},{"id":"api/schemas/model","path":"/api/schemas/model","sidebar":"sidebar"},{"id":"api/schemas/modelcard","path":"/api/schemas/modelcard","sidebar":"sidebar"},{"id":"api/schemas/modelfile","path":"/api/schemas/modelfile","sidebar":"sidebar"},{"id":"api/schemas/numericcriteria","path":"/api/schemas/numericcriteria","sidebar":"sidebar"},{"id":"api/schemas/project","path":"/api/schemas/project","sidebar":"sidebar"},{"id":"api/schemas/prompttemplate","path":"/api/schemas/prompttemplate","sidebar":"sidebar"},{"id":"api/schemas/pseudolabeljobconfig","path":"/api/schemas/pseudolabeljobconfig","sidebar":"sidebar"},{"id":"api/schemas/rowtagscriteria","path":"/api/schemas/rowtagscriteria","sidebar":"sidebar"},{"id":"api/schemas/s-3-presignedpost","path":"/api/schemas/s-3-presignedpost","sidebar":"sidebar"},{"id":"api/schemas/stringcriteria","path":"/api/schemas/stringcriteria","sidebar":"sidebar"},{"id":"api/schemas/struct","path":"/api/schemas/struct","sidebar":"sidebar"},{"id":"api/schemas/submitfinetunejobrequest","path":"/api/schemas/submitfinetunejobrequest","sidebar":"sidebar"},{"id":"api/schemas/submitfinetunejobresponse","path":"/api/schemas/submitfinetunejobresponse","sidebar":"sidebar"},{"id":"api/schemas/submitpseudolabeljobrequest","path":"/api/schemas/submitpseudolabeljobrequest","sidebar":"sidebar"},{"id":"api/schemas/submitpseudolabeljobresponse","path":"/api/schemas/submitpseudolabeljobresponse","sidebar":"sidebar"},{"id":"api/schemas/timerangecriteria","path":"/api/schemas/timerangecriteria","sidebar":"sidebar"},{"id":"api/schemas/timestamp","path":"/api/schemas/timestamp","sidebar":"sidebar"},{"id":"api/schemas/trainingprogress","path":"/api/schemas/trainingprogress","sidebar":"sidebar"},{"id":"api/schemas/uploaddatasetfilerequest","path":"/api/schemas/uploaddatasetfilerequest","sidebar":"sidebar"},{"id":"api/schemas/uploaddatasetfileresponse","path":"/api/schemas/uploaddatasetfileresponse","sidebar":"sidebar"},{"id":"api/schemas/valuesentry","path":"/api/schemas/valuesentry","sidebar":"sidebar"},{"id":"api/submit-fine-tune-job","path":"/api/submit-fine-tune-job","sidebar":"sidebar"},{"id":"api/submit-pseudo-label-job","path":"/api/submit-pseudo-label-job","sidebar":"sidebar"},{"id":"api/upload-dataset-file","path":"/api/upload-dataset-file","sidebar":"sidebar"},{"id":"autoeval/autoeval-intro","path":"/autoeval/autoeval-intro","sidebar":"sidebar"},{"id":"autoeval/datasets","path":"/autoeval/datasets","sidebar":"sidebar"},{"id":"autoeval/datasets/example-datasets","path":"/autoeval/datasets/example-datasets","sidebar":"sidebar"},{"id":"autoeval/fine-tune","path":"/autoeval/fine-tune","sidebar":"sidebar"},{"id":"autoeval/guardrails","path":"/autoeval/guardrails","sidebar":"sidebar"},{"id":"autoeval/index","path":"/autoeval/","sidebar":"sidebar"},{"id":"autoeval/labeling","path":"/autoeval/labeling","sidebar":"sidebar"},{"id":"autoeval/metrics","path":"/autoeval/metrics","sidebar":"sidebar"},{"id":"autoeval/models","path":"/autoeval/models","sidebar":"sidebar"},{"id":"autoeval/models/alberta","path":"/autoeval/models/alberta"},{"id":"autoeval/models/alberta-8k","path":"/autoeval/models/alberta-8k"},{"id":"autoeval/models/model-benchmarks","path":"/autoeval/models/model-benchmarks"},{"id":"deployment","path":"/deployment","sidebar":"sidebar"},{"id":"guides/guardrails-guide","path":"/guides/guardrails-guide"},{"id":"guides/multi-agent-evaluation","path":"/guides/multi-agent-evaluation"},{"id":"guides/rag-evaluation","path":"/guides/rag-evaluation"},{"id":"overview","path":"/","sidebar":"sidebar"},{"id":"quickstart","path":"/quickstart","sidebar":"sidebar"},{"id":"release-notes","path":"/release-notes"},{"id":"release-notes/2024-11-07-release","path":"/release-notes/2024-11-07-release"},{"id":"sdk","path":"/sdk","sidebar":"sidebar"},{"id":"workbooks","path":"/workbooks","sidebar":"sidebar"},{"id":"/category/api","path":"/category/api","sidebar":"sidebar"}],"draftIds":[],"sidebars":{"sidebar":{"link":{"path":"/","label":"overview"}}}}],"breadcrumbs":true}},"docusaurus-plugin-google-gtag":{"default":{"trackingID":["G-T5824TZMLB"],"anonymizeIP":false,"id":"default"}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var s=n(22654);const l=JSON.parse('{"docusaurusVersion":"3.5.2","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.5.2"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.5.2"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.5.2"},"docusaurus-plugin-google-gtag":{"type":"package","name":"@docusaurus/plugin-google-gtag","version":"3.5.2"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.5.2"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.5.2"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"3.5.2"},"docusaurus-plugin-sass":{"type":"package","name":"docusaurus-plugin-sass","version":"0.2.5"},"docusaurus-plugin-openapi-docs":{"type":"package","name":"docusaurus-plugin-openapi-docs","version":"4.1.0"},"docusaurus-theme-openapi":{"type":"package","name":"docusaurus-theme-openapi-docs","version":"4.1.0"}}}');var c=n(74848);const u={siteConfig:a.A,siteMetadata:l,globalData:o,i18n:i,codeTranslations:s},d=r.createContext(u);function p(e){let{children:t}=e;return(0,c.jsx)(d.Provider,{value:u,children:t})}},67489:(e,t,n)=>{"use strict";n.d(t,{A:()=>h});var r=n(96540),a=n(38193),o=n(5260),i=n(70440),s=n(17725),l=n(53102),c=n(74848);function u(e){let{error:t,tryAgain:n}=e;return(0,c.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,c.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,c.jsx)("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,c.jsx)(d,{error:t})]})}function d(e){let{error:t}=e;const n=(0,i.rA)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,c.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:n})}function p(e){let{children:t}=e;return(0,c.jsx)(l.W,{value:{plugin:{name:"docusaurus-core-error-boundary",id:"default"}},children:t})}function f(e){let{error:t,tryAgain:n}=e;return(0,c.jsx)(p,{children:(0,c.jsxs)(h,{fallback:()=>(0,c.jsx)(u,{error:t,tryAgain:n}),children:[(0,c.jsx)(o.A,{children:(0,c.jsx)("title",{children:"Page Error"})}),(0,c.jsx)(s.A,{children:(0,c.jsx)(u,{error:t,tryAgain:n})})]})})}const m=e=>(0,c.jsx)(f,{...e});class h extends r.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){a.default.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??m)(e)}return e??null}}},38193:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>a});const r="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,a={canUseDOM:r,canUseEventListeners:r&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:r&&"IntersectionObserver"in window,canUseViewport:r&&"screen"in window}},5260:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(96540);var r=n(80545),a=n(74848);function o(e){return(0,a.jsx)(r.mg,{...e})}},28774:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var r=n(96540),a=n(54625),o=n(70440),i=n(44586),s=n(16654),l=n(38193),c=n(63427),u=n(86025),d=n(74848);function p(e,t){let{isNavLink:n,to:p,href:f,activeClassName:m,isActive:h,"data-noBrokenLinkCheck":b,autoAddBaseUrl:g=!0,...y}=e;const{siteConfig:v}=(0,i.default)(),{trailingSlash:w,baseUrl:S}=v,x=v.future.experimental_router,{withBaseUrl:k}=(0,u.useBaseUrlUtils)(),E=(0,c.A)(),_=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>_.current));const j=p||f;const O=(0,s.A)(j),P=j?.replace("pathname://","");let A=void 0!==P?(C=P,g&&(e=>e.startsWith("/"))(C)?k(C):C):void 0;var C;"hash"===x&&A?.startsWith("./")&&(A=A?.slice(1)),A&&O&&(A=(0,o.Ks)(A,{trailingSlash:w,baseUrl:S}));const T=(0,r.useRef)(!1),I=n?a.k2:a.N_,N=l.default.canUseIntersectionObserver,R=(0,r.useRef)(),D=()=>{T.current||null==A||(window.docusaurus.preload(A),T.current=!0)};(0,r.useEffect)((()=>(!N&&O&&l.default.canUseDOM&&null!=A&&window.docusaurus.prefetch(A),()=>{N&&R.current&&R.current.disconnect()})),[R,A,N,O]);const L=A?.startsWith("#")??!1,F=!y.target||"_self"===y.target,M=!A||!O||!F||L&&"hash"!==x;b||!L&&M||E.collectLink(A),y.id&&E.collectAnchor(y.id);const B={};return M?(0,d.jsx)("a",{ref:_,href:A,...j&&!O&&{target:"_blank",rel:"noopener noreferrer"},...y,...B}):(0,d.jsx)(I,{...y,onMouseEnter:D,onTouchStart:D,innerRef:e=>{_.current=e,N&&e&&O&&(R.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(R.current.unobserve(e),R.current.disconnect(),null!=A&&window.docusaurus.prefetch(A))}))})),R.current.observe(e))},to:A,...n&&{isActive:h,activeClassName:m},...B})}const f=r.forwardRef(p)},21312:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>u,translate:()=>c});var r=n(96540),a=n(74848);function o(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,r.isValidElement)(e)))?n.map(((e,t)=>(0,r.isValidElement)(e)?r.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var i=n(22654),s=n(96763);function l(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return i[t??n]??n??t}function c(e,t){let{message:n,id:r}=e;return o(l({message:n,id:r}),t)}function u(e){let{children:t,id:n,values:r}=e;if(t&&"string"!=typeof t)throw s.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const i=l({message:t,id:n});return(0,a.jsx)(a.Fragment,{children:o(i,r)})}},17065:(e,t,n)=>{"use strict";n.d(t,{W:()=>r});const r="default"},16654:(e,t,n)=>{"use strict";function r(e){return/^(?:\w*:|\/\/)/.test(e)}function a(e){return void 0!==e&&!r(e)}n.d(t,{A:()=>a,z:()=>r})},86025:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addBaseUrl:()=>i,default:()=>l,useBaseUrlUtils:()=>s});var r=n(96540),a=n(44586),o=n(16654);function i(e){let{siteUrl:t,baseUrl:n,url:r,options:{forcePrependBaseUrl:a=!1,absolute:i=!1}={},router:s}=e;if(!r||r.startsWith("#")||(0,o.z)(r))return r;if("hash"===s)return r.startsWith("/")?`.${r}`:`./${r}`;if(a)return n+r.replace(/^\//,"");if(r===n.replace(/\/$/,""))return n;const l=!r.startsWith(n)?n+r.replace(/^\//,""):r;return i?t+l:l}function s(){const{siteConfig:e}=(0,a.default)(),{baseUrl:t,url:n}=e,o=e.future.experimental_router;return{withBaseUrl:(0,r.useCallback)(((e,r)=>i({siteUrl:n,baseUrl:t,url:e,options:r,router:o})),[n,t,o])}}function l(e,t){void 0===t&&(t={});const{withBaseUrl:n}=s();return n(e,t)}},63427:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(96540);n(74848);const a=r.createContext({collectAnchor:()=>{},collectLink:()=>{}}),o=()=>(0,r.useContext)(a);function i(){return o()}},44586:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var r=n(96540),a=n(26988);function o(){return(0,r.useContext)(a.o)}},92303:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var r=n(96540),a=n(6125);function o(){return(0,r.useContext)(a.o)}},205:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(96540);const a=n(38193).default.canUseDOM?r.useLayoutEffect:r.useEffect},86921:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});const r=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function a(e){const t={};return function e(n,a){Object.entries(n).forEach((n=>{let[o,i]=n;const s=a?`${a}.${o}`:o;r(i)?e(i,s):t[s]=i}))}(e),t}},53102:(e,t,n)=>{"use strict";n.d(t,{W:()=>i,o:()=>o});var r=n(96540),a=n(74848);const o=r.createContext(null);function i(e){let{children:t,value:n}=e;const i=r.useContext(o),s=(0,r.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const r={...t.data,...n?.data};return{plugin:t.plugin,data:r}}({parent:i,value:n})),[i,n]);return(0,a.jsx)(o.Provider,{value:s,children:t})}},60542:(e,t,n)=>{"use strict";n.d(t,{_:()=>s,u:()=>l});var r=n(96540),a=n(89532),o=n(74848);const i=r.createContext(null);function s(e){let{children:t,content:n}=e;const a=function(e){return(0,r.useMemo)((()=>({metadata:e.metadata,frontMatter:e.frontMatter,assets:e.assets,contentTitle:e.contentTitle,toc:e.toc})),[e])}(n);return(0,o.jsx)(i.Provider,{value:a,children:t})}function l(){const e=(0,r.useContext)(i);if(null===e)throw new a.dV("DocProvider");return e}},33082:(e,t,n)=>{"use strict";n.d(t,{A:()=>l,G:()=>c});var r=n(96540),a=n(89532),o=n(74848);const i=Symbol("EmptyContext"),s=r.createContext(i);function l(e){let{children:t}=e;const[n,a]=(0,r.useState)(null),i=(0,r.useMemo)((()=>({expandedItem:n,setExpandedItem:a})),[n]);return(0,o.jsx)(s.Provider,{value:i,children:t})}function c(){const e=(0,r.useContext)(s);if(e===i)throw new a.dV("DocSidebarItemsExpandedStateProvider");return e}},53886:(e,t,n)=>{"use strict";n.d(t,{VQ:()=>b,XK:()=>v,g1:()=>y});var r=n(96540),a=n(44070),o=n(17065),i=n(6342),s=n(70679),l=n(89532),c=n(74848);const u=e=>`docs-preferred-version-${e}`,d={save:(e,t,n)=>{(0,s.Wf)(u(e),{persistence:t}).set(n)},read:(e,t)=>(0,s.Wf)(u(e),{persistence:t}).get(),clear:(e,t)=>{(0,s.Wf)(u(e),{persistence:t}).del()}},p=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const f=r.createContext(null);function m(){const e=(0,a.useAllDocsData)(),t=(0,i.p)().docs.versionPersistence,n=(0,r.useMemo)((()=>Object.keys(e)),[e]),[o,s]=(0,r.useState)((()=>p(n)));(0,r.useEffect)((()=>{s(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:r}=e;function a(e){const t=d.read(e,n);return r[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(d.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,a(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[o,(0,r.useMemo)((()=>({savePreferredVersion:function(e,n){d.save(e,t,n),s((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function h(e){let{children:t}=e;const n=m();return(0,c.jsx)(f.Provider,{value:n,children:t})}function b(e){let{children:t}=e;return(0,c.jsx)(h,{children:t})}function g(){const e=(0,r.useContext)(f);if(!e)throw new l.dV("DocsPreferredVersionContextProvider");return e}function y(e){void 0===e&&(e=o.W);const t=(0,a.useDocsData)(e),[n,i]=g(),{preferredVersionName:s}=n[e];return{preferredVersion:t.versions.find((e=>e.name===s))??null,savePreferredVersionName:(0,r.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}function v(){const e=(0,a.useAllDocsData)(),[t]=g();function n(n){const r=e[n],{preferredVersionName:a}=t[n];return r.versions.find((e=>e.name===a))??null}const r=Object.keys(e);return Object.fromEntries(r.map((e=>[e,n(e)])))}},82565:(e,t,n)=>{"use strict";n.d(t,{k:()=>o,v:()=>i});var r=n(44070),a=n(53886);function o(e,t){return`docs-${e}-${t}`}function i(){const e=(0,r.useAllDocsData)(),t=(0,r.useActivePluginAndVersion)(),n=(0,a.XK)();return[...Object.keys(e).map((function(r){const a=t?.activePlugin.pluginId===r?t.activeVersion:void 0,i=n[r],s=e[r].versions.find((e=>e.isLast));return o(r,(a??i??s).name)}))]}},60609:(e,t,n)=>{"use strict";n.d(t,{V:()=>l,t:()=>c});var r=n(96540),a=n(89532),o=n(74848);const i=Symbol("EmptyContext"),s=r.createContext(i);function l(e){let{children:t,name:n,items:a}=e;const i=(0,r.useMemo)((()=>n&&a?{name:n,items:a}:null),[n,a]);return(0,o.jsx)(s.Provider,{value:i,children:t})}function c(){const e=(0,r.useContext)(s);if(e===i)throw new a.dV("DocsSidebarProvider");return e}},26972:(e,t,n)=>{"use strict";n.d(t,{$S:()=>h,B5:()=>j,Nr:()=>m,OF:()=>x,QB:()=>_,Se:()=>v,Vd:()=>k,Y:()=>w,_j:()=>f,cC:()=>p,d1:()=>O,fW:()=>E,w8:()=>y});var r=n(96540),a=n(56347),o=n(22831),i=n(44070),s=n(99169),l=n(31682),c=n(53886),u=n(23025),d=n(60609);function p(e){const t=(0,u.r)();if(!e)return;const n=t.docs[e];if(!n)throw new Error(`no version doc found by id=${e}`);return n}function f(e,t){for(const n of e)if("category"===n.type){if(t(n))return n;const e=f(n.items,t);if(e)return e}}function m(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;for(const t of e.items){const e=m(t);if(e)return e}}(e):void 0:e.href}function h(){const{pathname:e}=(0,a.zy)(),t=(0,d.t)();if(!t)throw new Error("Unexpected: cant find current sidebar in context");const n=S({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!n)throw new Error(`${e} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`);return n}const b=(e,t)=>void 0!==e&&(0,s.ys)(e,t),g=(e,t)=>e.some((e=>y(e,t)));function y(e,t){return"link"===e.type?b(e.href,t):"category"===e.type&&(b(e.href,t)||g(e.items,t))}function v(e,t){switch(e.type){case"category":return y(e,t)||e.items.some((e=>v(e,t)));case"link":return!e.unlisted||y(e,t);default:return!0}}function w(e,t){return(0,r.useMemo)((()=>e.filter((e=>v(e,t)))),[e,t])}function S(e){let{sidebarItems:t,pathname:n,onlyCategories:r=!1}=e;const a=[];return function e(t){for(const o of t)if("category"===o.type&&((0,s.ys)(o.href,n)||e(o.items))||"link"===o.type&&(0,s.ys)(o.href,n)){return r&&"category"!==o.type||a.unshift(o),!0}return!1}(t),a}function x(){const e=(0,d.t)(),{pathname:t}=(0,a.zy)(),n=(0,i.useActivePlugin)()?.pluginData.breadcrumbs;return!1!==n&&e?S({sidebarItems:e.items,pathname:t}):null}function k(e){const{activeVersion:t}=(0,i.useActiveDocContext)(e),{preferredVersion:n}=(0,c.g1)(e),a=(0,i.useLatestVersion)(e);return(0,r.useMemo)((()=>(0,l.sb)([t,n,a].filter(Boolean))),[t,n,a])}function E(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),r=t.find((t=>t[0]===e));if(!r)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return r[1]}),[e,n])}function _(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),r=t.find((t=>t.id===e));if(!r){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${(0,l.sb)(t.map((e=>e.id))).join("\n- ")}`)}return r}),[e,n])}function j(e){let{route:t}=e;const n=(0,a.zy)(),r=(0,u.r)(),i=t.routes,s=i.find((e=>(0,a.B6)(n.pathname,e)));if(!s)return null;const l=s.sidebar,c=l?r.docsSidebars[l]:void 0;return{docElement:(0,o.v)(i),sidebarName:l,sidebarItems:c}}function O(e){return e.filter((e=>!("category"===e.type||"link"===e.type)||!!m(e)))}},23025:(e,t,n)=>{"use strict";n.d(t,{n:()=>s,r:()=>l});var r=n(96540),a=n(89532),o=n(74848);const i=r.createContext(null);function s(e){let{children:t,version:n}=e;return(0,o.jsx)(i.Provider,{value:n,children:t})}function l(){const e=(0,r.useContext)(i);if(null===e)throw new a.dV("DocsVersionProvider");return e}},44070:(e,t,n)=>{"use strict";n.r(t),n.d(t,{DocProvider:()=>h._,DocSidebarItemsExpandedStateProvider:()=>p.A,DocsPreferredVersionContextProvider:()=>d.VQ,DocsSidebarProvider:()=>m.V,DocsVersionProvider:()=>f.n,filterDocCardListItems:()=>u.d1,findFirstSidebarItemLink:()=>u.Nr,findSidebarCategory:()=>u._j,getDocsVersionSearchTag:()=>b.k,isActiveSidebarItem:()=>u.w8,isVisibleSidebarItem:()=>u.Se,useActiveDocContext:()=>_,useActivePlugin:()=>w,useActivePluginAndVersion:()=>S,useActiveVersion:()=>E,useAllDocsData:()=>y,useCurrentSidebarCategory:()=>u.$S,useDoc:()=>h.u,useDocById:()=>u.cC,useDocRootMetadata:()=>u.B5,useDocSidebarItemsExpandedState:()=>p.G,useDocVersionSuggestions:()=>j,useDocsContextualSearchTags:()=>b.v,useDocsData:()=>v,useDocsPreferredVersion:()=>d.g1,useDocsPreferredVersionByPluginId:()=>d.XK,useDocsSidebar:()=>m.t,useDocsVersion:()=>f.r,useDocsVersionCandidates:()=>u.Vd,useLatestVersion:()=>k,useLayoutDoc:()=>u.QB,useLayoutDocsSidebar:()=>u.fW,useSidebarBreadcrumbs:()=>u.OF,useVersions:()=>x,useVisibleSidebarItems:()=>u.Y});var r=n(56347),a=n(44586),o=n(17065);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,a.default)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const s=e=>e.versions.find((e=>e.isLast));function l(e,t){return[...e.versions].sort(((e,t)=>e.path===t.path?0:e.path.includes(t.path)?-1:t.path.includes(e.path)?1:0)).find((e=>!!(0,r.B6)(t,{path:e.path,exact:!1,strict:!1})))}function c(e,t){const n=l(e,t),a=n?.docs.find((e=>!!(0,r.B6)(t,{path:e.path,exact:!0,strict:!1})));const o=a?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((r=>{r.id===t&&(n[e.name]=r)}))})),n}(a.id):{};return{activeVersion:n,activeDoc:a,alternateDocVersions:o}}var u=n(26972),d=n(53886),p=n(33082),f=n(23025),m=n(60609),h=n(60542),b=n(82565);const g={},y=()=>i("docusaurus-plugin-content-docs")??g,v=e=>{try{return function(e,t,n){void 0===t&&(t=o.W),void 0===n&&(n={});const r=i(e),a=r?.[t];if(!a&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return a}("docusaurus-plugin-content-docs",e,{failfast:!0})}catch(t){throw new Error("You are using a feature of the Docusaurus docs plugin, but this plugin does not seem to be enabled"+("Default"===e?"":` (pluginId=${e}`),{cause:t})}};function w(e){void 0===e&&(e={});const t=y(),{pathname:n}=(0,r.zy)();return function(e,t,n){void 0===n&&(n={});const a=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,r.B6)(t,{path:n.path,exact:!1,strict:!1})})),o=a?{pluginId:a[0],pluginData:a[1]}:void 0;if(!o&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return o}(t,n,e)}function S(e){void 0===e&&(e={});const t=w(e),{pathname:n}=(0,r.zy)();if(!t)return;return{activePlugin:t,activeVersion:l(t.pluginData,n)}}function x(e){return v(e).versions}function k(e){const t=v(e);return s(t)}function E(e){const t=v(e),{pathname:n}=(0,r.zy)();return l(t,n)}function _(e){const t=v(e),{pathname:n}=(0,r.zy)();return c(t,n)}function j(e){const t=v(e),{pathname:n}=(0,r.zy)();return function(e,t){const n=s(e);return{latestDocSuggestion:c(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},31911:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>r});const r={onRouteDidUpdate(e){let{location:t,previousLocation:n}=e;!n||t.pathname===n.pathname&&t.search===n.search&&t.hash===n.hash||setTimeout((()=>{window.gtag("set","page_path",t.pathname+t.search+t.hash),window.gtag("event","page_view")}))}}},76294:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var r=n(5947),a=n.n(r);a().configure({showSpinner:!1});const o={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{a().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){a().done()}}},26134:(e,t,n)=>{"use strict";var r=n(78181),a=n(4784);!function(e){const{themeConfig:{prism:t}}=a.A,{additionalLanguages:r}=t;globalThis.Prism=e,r.forEach((e=>{"php"===e&&n(19700),n(57988)(`./prism-${e}`)})),delete globalThis.Prism}(r.Prism)},51107:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>u});n(96540);var r=n(18215),a=n(21312),o=n(6342),i=n(28774),s=n(63427);const l={anchorWithStickyNavbar:"anchorWithStickyNavbar_LWe7",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_WYt5"};var c=n(74848);function u(e){let{as:t,id:n,...u}=e;const d=(0,s.A)(),{navbar:{hideOnScroll:p}}=(0,o.p)();if("h1"===t||!n)return(0,c.jsx)(t,{...u,id:void 0});d.collectAnchor(n);const f=(0,a.translate)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof u.children?u.children:n});return(0,c.jsxs)(t,{...u,className:(0,r.A)("anchor",p?l.anchorWithHideOnScrollNavbar:l.anchorWithStickyNavbar,u.className),id:n,children:[u.children,(0,c.jsx)(i.default,{className:"hash-link",to:`#${n}`,"aria-label":f,title:f,children:"\u200b"})]})}},43186:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(96540);const r={iconExternalLink:"iconExternalLink_nPIU"};var a=n(74848);function o(e){let{width:t=13.5,height:n=13.5}=e;return(0,a.jsx)("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink,children:(0,a.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},23465:(e,t,n)=>{"use strict";n.d(t,{A:()=>u});n(96540);var r=n(28774),a=n(86025),o=n(44586),i=n(6342),s=n(15626),l=n(74848);function c(e){let{logo:t,alt:n,imageClassName:r}=e;const o={light:(0,a.default)(t.src),dark:(0,a.default)(t.srcDark||t.src)},i=(0,l.jsx)(s.default,{className:t.className,sources:o,height:t.height,width:t.width,alt:n,style:t.style});return r?(0,l.jsx)("div",{className:r,children:i}):i}function u(e){const{siteConfig:{title:t}}=(0,o.default)(),{navbar:{title:n,logo:s}}=(0,i.p)(),{imageClassName:u,titleClassName:d,...p}=e,f=(0,a.default)(s?.href||"/"),m=n?"":t,h=s?.alt??m;return(0,l.jsxs)(r.default,{to:f,...p,...s?.target&&{target:s.target},children:[s&&(0,l.jsx)(c,{logo:s,alt:h,imageClassName:u}),null!=n&&(0,l.jsx)("b",{className:d,children:n})]})}},41463:(e,t,n)=>{"use strict";n.d(t,{A:()=>o});n(96540);var r=n(5260),a=n(74848);function o(e){let{locale:t,version:n,tag:o}=e;const i=t;return(0,a.jsxs)(r.A,{children:[t&&(0,a.jsx)("meta",{name:"docusaurus_locale",content:t}),n&&(0,a.jsx)("meta",{name:"docusaurus_version",content:n}),o&&(0,a.jsx)("meta",{name:"docusaurus_tag",content:o}),i&&(0,a.jsx)("meta",{name:"docsearch:language",content:i}),n&&(0,a.jsx)("meta",{name:"docsearch:version",content:n}),o&&(0,a.jsx)("meta",{name:"docsearch:docusaurus_tag",content:o})]})}},15626:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});n(96540);var r=n(9967),a=n(74848);function o(e){const{sources:t,className:n,alt:o,...i}=e;return(0,a.jsx)(r.A,{className:n,children:e=>{let{theme:n,className:r}=e;return(0,a.jsx)("img",{src:t[n],alt:o,className:r,...i})}})}},41422:(e,t,n)=>{"use strict";n.d(t,{N:()=>g,u:()=>c});var r=n(96540),a=n(38193),o=n(205),i=n(53109),s=n(74848);const l="ease-in-out";function c(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),o=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:o}}const u={display:"none",overflow:"hidden",height:"0px"},d={display:"block",overflow:"visible",height:"auto"};function p(e,t){const n=t?u:d;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function f(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const o=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=a?.duration??function(e){if((0,i.O)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${a?.easing??l}`,height:`${t}px`}}function s(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!o.current)return p(e,n),void(o.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(s(),requestAnimationFrame((()=>{e.style.height=u.height,e.style.overflow=u.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{s()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function m(e){if(!a.default.canUseDOM)return e?u:d}function h(e){let{as:t="div",collapsed:n,children:a,animation:o,onCollapseTransitionEnd:i,className:l,disableSSRStyle:c}=e;const u=(0,r.useRef)(null);return f({collapsibleRef:u,collapsed:n,animation:o}),(0,s.jsx)(t,{ref:u,style:c?void 0:m(n),onTransitionEnd:e=>{"height"===e.propertyName&&(p(u.current,n),i?.(n))},className:l,children:a})}function b(e){let{collapsed:t,...n}=e;const[a,i]=(0,r.useState)(!t),[l,c]=(0,r.useState)(t);return(0,o.A)((()=>{t||i(!0)}),[t]),(0,o.A)((()=>{a&&c(t)}),[a,t]),a?(0,s.jsx)(h,{...n,collapsed:l}):null}function g(e){let{lazy:t,...n}=e;const r=t?b:h;return(0,s.jsx)(r,{...n})}},9967:(e,t,n)=>{"use strict";n.d(t,{A:()=>c});var r=n(96540),a=n(15066),o=n(92303),i=n(95293);const s={themedComponent:"themedComponent_mlkZ","themedComponent--light":"themedComponent--light_NVdE","themedComponent--dark":"themedComponent--dark_xIcU"};var l=n(74848);function c(e){let{className:t,children:n}=e;const c=(0,o.default)(),{colorMode:u}=(0,i.G)();return(0,l.jsx)(l.Fragment,{children:(c?"dark"===u?["dark"]:["light"]:["light","dark"]).map((e=>{const o=n({theme:e,className:(0,a.A)(t,s.themedComponent,s[`themedComponent--${e}`])});return(0,l.jsx)(r.Fragment,{children:o},e)}))})}},65041:(e,t,n)=>{"use strict";n.d(t,{M:()=>h,o:()=>m});var r=n(96540),a=n(92303),o=n(70679),i=n(89532),s=n(6342),l=n(74848);const c=(0,o.Wf)("docusaurus.announcement.dismiss"),u=(0,o.Wf)("docusaurus.announcement.id"),d=()=>"true"===c.get(),p=e=>c.set(String(e)),f=r.createContext(null);function m(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,s.p)(),t=(0,a.default)(),[n,o]=(0,r.useState)((()=>!!t&&d()));(0,r.useEffect)((()=>{o(d())}),[]);const i=(0,r.useCallback)((()=>{p(!0),o(!0)}),[]);return(0,r.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=u.get();"annoucement-bar"===n&&(n="announcement-bar");const r=t!==n;u.set(t),r&&p(!1),!r&&d()||o(!1)}),[e]),(0,r.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return(0,l.jsx)(f.Provider,{value:n,children:t})}function h(){const e=(0,r.useContext)(f);if(!e)throw new i.dV("AnnouncementBarProvider");return e}},95293:(e,t,n)=>{"use strict";n.d(t,{G:()=>g,a:()=>b});var r=n(96540),a=n(38193),o=n(89532),i=n(70679),s=n(6342),l=n(74848);const c=r.createContext(void 0),u="theme",d=(0,i.Wf)(u),p={light:"light",dark:"dark"},f=e=>e===p.dark?p.dark:p.light,m=e=>a.default.canUseDOM?f(document.documentElement.getAttribute("data-theme")):f(e),h=e=>{d.set(f(e))};function b(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,s.p)(),[a,o]=(0,r.useState)(m(e));(0,r.useEffect)((()=>{t&&d.del()}),[t]);const i=(0,r.useCallback)((function(t,r){void 0===r&&(r={});const{persist:a=!0}=r;t?(o(t),a&&h(t)):(o(n?window.matchMedia("(prefers-color-scheme: dark)").matches?p.dark:p.light:e),d.del())}),[n,e]);(0,r.useEffect)((()=>{document.documentElement.setAttribute("data-theme",f(a))}),[a]),(0,r.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==u)return;const t=d.get();null!==t&&i(f(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const l=(0,r.useRef)(!1);return(0,r.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>{window.matchMedia("print").matches||l.current?l.current=window.matchMedia("print").matches:i(null)};return e.addListener(r),()=>e.removeListener(r)}),[i,t,n]),(0,r.useMemo)((()=>({colorMode:a,setColorMode:i,get isDarkTheme(){return a===p.dark},setLightTheme(){i(p.light)},setDarkTheme(){i(p.dark)}})),[a,i])}();return(0,l.jsx)(c.Provider,{value:n,children:t})}function g(){const e=(0,r.useContext)(c);if(null==e)throw new o.dV("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},22069:(e,t,n)=>{"use strict";n.d(t,{M:()=>f,e:()=>p});var r=n(96540),a=n(75600),o=n(24581),i=n(57485),s=n(6342),l=n(89532),c=n(74848);const u=r.createContext(void 0);function d(){const e=function(){const e=(0,a.YL)(),{items:t}=(0,s.p)().navbar;return 0===t.length&&!e.component}(),t=(0,o.l)(),n=!e&&"mobile"===t,[l,c]=(0,r.useState)(!1);(0,i.$Z)((()=>{if(l)return c(!1),!1}));const u=(0,r.useCallback)((()=>{c((e=>!e))}),[]);return(0,r.useEffect)((()=>{"desktop"===t&&c(!1)}),[t]),(0,r.useMemo)((()=>({disabled:e,shouldRender:n,toggle:u,shown:l})),[e,n,u,l])}function p(e){let{children:t}=e;const n=d();return(0,c.jsx)(u.Provider,{value:n,children:t})}function f(){const e=r.useContext(u);if(void 0===e)throw new l.dV("NavbarMobileSidebarProvider");return e}},75600:(e,t,n)=>{"use strict";n.d(t,{GX:()=>c,YL:()=>l,y_:()=>s});var r=n(96540),a=n(89532),o=n(74848);const i=r.createContext(null);function s(e){let{children:t}=e;const n=(0,r.useState)({component:null,props:null});return(0,o.jsx)(i.Provider,{value:n,children:t})}function l(){const e=(0,r.useContext)(i);if(!e)throw new a.dV("NavbarSecondaryMenuContentProvider");return e[0]}function c(e){let{component:t,props:n}=e;const o=(0,r.useContext)(i);if(!o)throw new a.dV("NavbarSecondaryMenuContentProvider");const[,s]=o,l=(0,a.Be)(n);return(0,r.useEffect)((()=>{s({component:t,props:l})}),[s,t,l]),(0,r.useEffect)((()=>()=>s({component:null,props:null})),[s]),null}},98695:(e,t,n)=>{"use strict";n.d(t,{N:()=>c,T:()=>d});var r=n(96540),a=n(89532),o=n(22069),i=n(75600),s=n(74848);const l=r.createContext(null);function c(e){let{children:t}=e;const n=function(){const e=(0,o.M)(),t=(0,i.YL)(),[n,s]=(0,r.useState)(!1),l=null!==t.component,c=(0,a.ZC)(l);return(0,r.useEffect)((()=>{l&&!c&&s(!0)}),[l,c]),(0,r.useEffect)((()=>{l?e.shown||s(!0):s(!1)}),[e.shown,l]),(0,r.useMemo)((()=>[n,s]),[n])}();return(0,s.jsx)(l.Provider,{value:n,children:t})}function u(e){if(e.component){const t=e.component;return(0,s.jsx)(t,{...e.props})}}function d(){const e=(0,r.useContext)(l);if(!e)throw new a.dV("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,o=(0,r.useCallback)((()=>n(!1)),[n]),s=(0,i.YL)();return(0,r.useMemo)((()=>({shown:t,hide:o,content:u(s)})),[o,s,t])}},61182:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(96540),a=n(75062),o=n(23104);function i(e){const[t,n]=(0,r.useState)(e),i=(0,r.useRef)(!1),s=(0,r.useRef)(0),l=(0,r.useCallback)((e=>{null!==e&&(s.current=e.getBoundingClientRect().height)}),[]);return(0,o.Mq)(((t,r)=>{let{scrollY:a}=t;if(!e)return;if(a=o?n(!1):a+c{if(!e)return;const r=t.location.hash;if(r?document.getElementById(r.substring(1)):void 0)return i.current=!0,void n(!1);n(!0)})),{navbarRef:l,isNavbarVisible:t}}},14090:(e,t,n)=>{"use strict";n.d(t,{w:()=>a,J:()=>o});var r=n(96540);const a="navigation-with-keyboard";function o(){(0,r.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(a),"mousedown"===e.type&&document.body.classList.remove(a)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(a),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},43458:(e,t,n)=>{"use strict";n.d(t,{_:()=>a});var r=n(96540);function a(e){void 0===e&&(e=!0),(0,r.useEffect)((()=>(document.body.style.overflow=e?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[e])}},24255:(e,t,n)=>{"use strict";n.d(t,{b:()=>s,w:()=>l});var r=n(96540),a=n(44586),o=n(57485);const i="q";function s(){return(0,o.l)(i)}function l(){const{siteConfig:{baseUrl:e,themeConfig:t}}=(0,a.default)(),{algolia:{searchPagePath:n}}=t;return(0,r.useCallback)((t=>`${e}${n}?${i}=${encodeURIComponent(t)}`),[e,n])}},24581:(e,t,n)=>{"use strict";n.d(t,{l:()=>s});var r=n(96540),a=n(38193);const o={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function s(e){let{desktopBreakpoint:t=i}=void 0===e?{}:e;const[n,s]=(0,r.useState)((()=>"ssr"));return(0,r.useEffect)((()=>{function e(){s(function(e){if(!a.default.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?o.desktop:o.mobile}(t))}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[t]),n}},17559:(e,t,n)=>{"use strict";n.d(t,{G:()=>r});const r={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",blogAuthorsListPage:"blog-authors-list-page",blogAuthorsPostsPage:"blog-authors-posts-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",draftBanner:"theme-draft-banner",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{blogFooterTagsRow:"theme-blog-footer-tags-row",blogFooterEditMetaRow:"theme-blog-footer-edit-meta-row"},pages:{pageFooterEditMetaRow:"theme-pages-footer-edit-meta-row"}}},53109:(e,t,n)=>{"use strict";function r(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{O:()=>r})},12181:(e,t,n)=>{"use strict";n.d(t,{bq:()=>u,MN:()=>c,a2:()=>l,k2:()=>d});var r=n(96540),a=n(21312),o=n(70440);const i={errorBoundaryError:"errorBoundaryError_a6uf",errorBoundaryFallback:"errorBoundaryFallback_VBag"};var s=n(74848);function l(e){return(0,s.jsx)("button",{type:"button",...e,children:(0,s.jsx)(a.default,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})})}function c(e){let{error:t,tryAgain:n}=e;return(0,s.jsxs)("div",{className:i.errorBoundaryFallback,children:[(0,s.jsx)("p",{children:t.message}),(0,s.jsx)(l,{onClick:n})]})}function u(e){let{error:t}=e;const n=(0,o.rA)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,s.jsx)("p",{className:i.errorBoundaryError,children:n})}class d extends r.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}},53106:(e,t,n)=>{"use strict";function r(e){return"title"in e[0]}n.d(t,{C:()=>r})},20481:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});var r=n(44586);function a(e){const{siteConfig:t}=(0,r.default)(),{title:n,titleDelimiter:a}=t;return e?.trim().length?`${e.trim()} ${a} ${n}`:n}},57485:(e,t,n)=>{"use strict";n.d(t,{$Z:()=>i,Hl:()=>s,W9:()=>d,aZ:()=>l,fV:()=>u,l:()=>c});var r=n(96540),a=n(56347),o=n(89532);function i(e){!function(e){const t=(0,a.W6)(),n=(0,o._q)(e);(0,r.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}function s(e){const t=(0,a.W6)();return(0,r.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}function l(e){return s((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}function c(e){const t=l(e)??"",n=function(e){const t=(0,a.W6)();return(0,r.useCallback)(((n,r)=>{const a=new URLSearchParams(t.location.search);n?a.set(e,n):a.delete(e),(r?.push?t.push:t.replace)({search:a.toString()})}),[e,t])}(e);return[t,n]}function u(e){const t=function(e){const t=s((t=>{const n=new URLSearchParams(t.location.search).getAll(e);return JSON.stringify(n)}));return(0,r.useMemo)((()=>JSON.parse(t)),[t])}(e),n=function(e){const t=(0,a.W6)();return(0,r.useCallback)(((n,r)=>{const a=new URLSearchParams(t.location.search),o=Array.isArray(n)?n:n(a.getAll(e));a.delete(e),o.forEach((t=>a.append(e,t))),(r?.push?t.push:t.replace)({search:a.toString()})}),[t,e])}(e);return[t,n]}function d(){const e=(0,a.W6)();return(0,r.useCallback)((()=>{e.replace({search:void 0})}),[e])}},31682:(e,t,n)=>{"use strict";function r(e,t){return void 0===t&&(t=(e,t)=>e===t),e.filter(((n,r)=>e.findIndex((e=>t(e,n)))!==r))}function a(e){return Array.from(new Set(e))}function o(e,t){const n={};let r=0;for(const a of e){const e=t(a,r);n[e]??=[],n[e].push(a),r+=1}return n}n.d(t,{$z:()=>o,XI:()=>r,sb:()=>a})},69024:(e,t,n)=>{"use strict";n.d(t,{e3:()=>f,be:()=>d,Jx:()=>m});var r=n(96540),a=n(15066),o=n(5260),i=n(53102);function s(){const e=r.useContext(i.o);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var l=n(86025),c=n(20481),u=n(74848);function d(e){let{title:t,description:n,keywords:r,image:a,children:i}=e;const s=(0,c.s)(t),{withBaseUrl:d}=(0,l.useBaseUrlUtils)(),p=a?d(a,{absolute:!0}):void 0;return(0,u.jsxs)(o.A,{children:[t&&(0,u.jsx)("title",{children:s}),t&&(0,u.jsx)("meta",{property:"og:title",content:s}),n&&(0,u.jsx)("meta",{name:"description",content:n}),n&&(0,u.jsx)("meta",{property:"og:description",content:n}),r&&(0,u.jsx)("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),p&&(0,u.jsx)("meta",{property:"og:image",content:p}),p&&(0,u.jsx)("meta",{name:"twitter:image",content:p}),i]})}const p=r.createContext(void 0);function f(e){let{className:t,children:n}=e;const i=r.useContext(p),s=(0,a.A)(i,t);return(0,u.jsxs)(p.Provider,{value:s,children:[(0,u.jsx)(o.A,{children:(0,u.jsx)("html",{className:s})}),n]})}function m(e){let{children:t}=e;const n=s(),r=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const o=`plugin-id-${n.plugin.id}`;return(0,u.jsx)(f,{className:(0,a.A)(r,o),children:t})}},76305:(e,t,n)=>{"use strict";n.d(t,{D:()=>l,G:()=>c});n(96540);var r=n(22069),a=n(75600),o=n(98695),i=n(74848);const s="right";function l(e){function t(e){return"left"===(e.position??s)}return[e.filter(t),e.filter((e=>!t(e)))]}function c(e){let{children:t}=e;return(0,i.jsx)(a.y_,{children:(0,i.jsx)(r.e,{children:(0,i.jsx)(o.N,{children:t})})})}},89532:(e,t,n)=>{"use strict";n.d(t,{Be:()=>c,ZC:()=>s,_q:()=>i,dV:()=>l,fM:()=>u});var r=n(96540),a=n(205),o=n(74848);function i(e){const t=(0,r.useRef)(e);return(0,a.A)((()=>{t.current=e}),[e]),(0,r.useCallback)((function(){return t.current(...arguments)}),[])}function s(e){const t=(0,r.useRef)();return(0,a.A)((()=>{t.current=e})),t.current}class l extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function c(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,r.useMemo)((()=>e),t.flat())}function u(e){return t=>{let{children:n}=t;return(0,o.jsx)(o.Fragment,{children:e.reduceRight(((e,t)=>(0,o.jsx)(t,{children:e})),n)})}}},91252:(e,t,n)=>{"use strict";function r(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}n.d(t,{G:()=>r})},99169:(e,t,n)=>{"use strict";n.d(t,{Dt:()=>s,ys:()=>i});var r=n(96540),a=n(35947),o=n(44586);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function s(){const{baseUrl:e}=(0,o.default)().siteConfig;return(0,r.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function r(e){return e.path===t&&!0===e.exact}function a(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(r)||e(t.filter(a).flatMap((e=>e.routes??[])))}(n)}({routes:a.A,baseUrl:e})),[e])}},23104:(e,t,n)=>{"use strict";n.d(t,{Mq:()=>f,Tv:()=>u,a_:()=>m,gk:()=>h,n1:()=>d});var r=n(96540),a=n(38193),o=n(92303),i=n(205),s=n(89532),l=n(74848);const c=r.createContext(void 0);function u(e){let{children:t}=e;const n=function(){const e=(0,r.useRef)(!0);return(0,r.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,l.jsx)(c.Provider,{value:n,children:t})}function d(){const e=(0,r.useContext)(c);if(null==e)throw new s.dV("ScrollControllerProvider");return e}const p=()=>a.default.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function f(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=d(),a=(0,r.useRef)(p()),o=(0,s._q)(e);(0,r.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=p();o(e,a.current),a.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[o,n,...t])}function m(){const e=d(),t=function(){const e=(0,r.useRef)({elem:null,top:0}),t=(0,r.useCallback)((t=>{e.current={elem:t,top:t.getBoundingClientRect().top}}),[]),n=(0,r.useCallback)((()=>{const{current:{elem:t,top:n}}=e;if(!t)return{restored:!1};const r=t.getBoundingClientRect().top-n;return r&&window.scrollBy({left:0,top:r}),e.current={elem:null,top:0},{restored:0!==r}}),[]);return(0,r.useMemo)((()=>({save:t,restore:n})),[n,t])}(),n=(0,r.useRef)(void 0),a=(0,r.useCallback)((r=>{t.save(r),e.disableScrollEvents(),n.current=()=>{const{restored:r}=t.restore();if(n.current=void 0,r){const t=()=>{e.enableScrollEvents(),window.removeEventListener("scroll",t)};window.addEventListener("scroll",t)}else e.enableScrollEvents()}}),[e,t]);return(0,i.A)((()=>{queueMicrotask((()=>n.current?.()))})),{blockElementScrollPositionUntilNextRender:a}}function h(){const e=(0,r.useRef)(null),t=(0,o.default)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function r(){const a=document.documentElement.scrollTop;(n&&a>e||!n&&at&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},2967:(e,t,n)=>{"use strict";n.d(t,{C:()=>r});const r="default"},75236:(e,t,n)=>{"use strict";n.d(t,{K:()=>p,j:()=>l});var r=n(96540),a=n(56347),o=n(21312),i=n(75062),s=n(74848);const l="__docusaurus_skipToContent_fallback";function c(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function u(){const e=(0,r.useRef)(null),{action:t}=(0,a.W6)(),n=(0,r.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(l);t&&c(t)}),[]);return(0,i.$)((n=>{let{location:r}=n;e.current&&!r.hash&&"PUSH"===t&&c(e.current)})),{containerRef:e,onClick:n}}const d=(0,o.translate)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function p(e){const t=e.children??d,{containerRef:n,onClick:r}=u();return(0,s.jsx)("div",{ref:n,role:"region","aria-label":d,children:(0,s.jsx)("a",{...e,href:`#${l}`,onClick:r,children:t})})}},70679:(e,t,n)=>{"use strict";n.d(t,{Wf:()=>d,Eo:()=>f,Dv:()=>p});var r=n(96540);const a=JSON.parse('{"N":"localStorage","M":""}');var o=n(96763);const i=a.N;function s(e){let{key:t,oldValue:n,newValue:r,storage:a}=e;if(n===r)return;const o=document.createEvent("StorageEvent");o.initStorageEvent("storage",!1,!1,t,n,r,window.location.href,a),window.dispatchEvent(o)}function l(e){if(void 0===e&&(e=i),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,c||(o.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),c=!0),null}var t}let c=!1;const u={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function d(e,t){const n=`${e}${a.M}`;if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(n);const r=l(t?.persistence);return null===r?u:{get:()=>{try{return r.getItem(n)}catch(e){return o.error(`Docusaurus storage error, can't get key=${n}`,e),null}},set:e=>{try{const t=r.getItem(n);r.setItem(n,e),s({key:n,oldValue:t,newValue:e,storage:r})}catch(t){o.error(`Docusaurus storage error, can't set ${n}=${e}`,t)}},del:()=>{try{const e=r.getItem(n);r.removeItem(n),s({key:n,oldValue:e,newValue:null,storage:r})}catch(e){o.error(`Docusaurus storage error, can't delete key=${n}`,e)}},listen:e=>{try{const t=t=>{t.storageArea===r&&t.key===n&&e(t)};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)}catch(t){return o.error(`Docusaurus storage error, can't listen for changes of key=${n}`,t),()=>{}}}}}function p(e,t){const n=(0,r.useRef)((()=>null===e?u:d(e,t))).current(),a=(0,r.useCallback)((e=>"undefined"==typeof window?()=>{}:n.listen(e)),[n]);return[(0,r.useSyncExternalStore)(a,(()=>"undefined"==typeof window?null:n.get()),(()=>null)),n]}function f(e){void 0===e&&(e=i);const t=l(e);if(!t)return[];const n=[];for(let r=0;r{"use strict";n.d(t,{o:()=>i});var r=n(44586),a=n(56347),o=n(70440);function i(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:n},i18n:{defaultLocale:i,currentLocale:s}}=(0,r.default)(),{pathname:l}=(0,a.zy)(),c=(0,o.Ks)(l,{trailingSlash:n,baseUrl:e}),u=s===i?e:e.replace(`/${s}/`,"/"),d=c.replace(e,"");return{createUrl:function(e){let{locale:n,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===i?`${u}`:`${u}${e}/`}(n)}${d}`}}}},9342:(e,t,n)=>{"use strict";n.d(t,{B:()=>o});var r=n(56347),a=n(44586);function o(){const{siteConfig:{baseUrl:e}}=(0,a.default)(),{pathname:t}=(0,r.zy)();return t.replace(e,"/")}},75062:(e,t,n)=>{"use strict";n.d(t,{$:()=>i});var r=n(96540),a=n(56347),o=n(89532);function i(e){const t=(0,a.zy)(),n=(0,o.ZC)(t),i=(0,o._q)(e);(0,r.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},6342:(e,t,n)=>{"use strict";n.d(t,{p:()=>a});var r=n(44586);function a(){return(0,r.default)().siteConfig.themeConfig}},38126:(e,t,n)=>{"use strict";n.d(t,{c:()=>a});var r=n(44586);function a(){const{siteConfig:{themeConfig:e}}=(0,r.default)();return e}},51062:(e,t,n)=>{"use strict";n.d(t,{C:()=>s});var r=n(96540),a=n(91252),o=n(86025),i=n(38126);function s(){const{withBaseUrl:e}=(0,o.useBaseUrlUtils)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:n}}=(0,i.c)();return(0,r.useCallback)((r=>{const o=new URL(r);if((0,a.G)(t,o.href))return r;const i=`${o.pathname+o.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(i,n))}),[e,t,n])}},12983:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addTrailingSlash=a,t.default=function(e,t){const{trailingSlash:n,baseUrl:r}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[i]=e.split(/[#?]/),s="/"===i||i===r?i:(l=i,c=n,c?a(l):o(l));var l,c;return e.replace(i,s)},t.addLeadingSlash=function(e){return(0,r.addPrefix)(e,"/")},t.removeTrailingSlash=o;const r=n(42566);function a(e){return e.endsWith("/")?e:`${e}/`}function o(e){return(0,r.removeSuffix)(e,"/")}},80253:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=function e(t){if(t.cause)return[t,...e(t.cause)];return[t]}},70440:(e,t,n)=>{"use strict";t.rA=t.Ks=void 0;const r=n(31635);var a=n(12983);Object.defineProperty(t,"Ks",{enumerable:!0,get:function(){return r.__importDefault(a).default}});var o=n(42566);var i=n(80253);Object.defineProperty(t,"rA",{enumerable:!0,get:function(){return i.getErrorCausalChain}})},42566:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPrefix=function(e,t){return e.startsWith(t)?e:`${t}${e}`},t.removeSuffix=function(e,t){if(""===t)return e;return e.endsWith(t)?e.slice(0,-t.length):e},t.addSuffix=function(e,t){return e.endsWith(t)?e:`${e}${t}`},t.removePrefix=function(e,t){return e.startsWith(t)?e.slice(t.length):e}},17725:(e,t,n)=>{"use strict";n.d(t,{A:()=>vt});var r=n(96540),a=n(18215),o=n(67489),i=n(69024),s=n(75236),l=n(17559),c=n(14090);const u={skipToContent:"skipToContent_fXgn"};var d=n(74848);function p(){return(0,d.jsx)(s.K,{className:u.skipToContent})}var f=n(6342),m=n(65041),h=n(21312);function b(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:a=1.2,className:o,...i}=e;return(0,d.jsx)("svg",{viewBox:"0 0 15 15",width:t,height:n,...i,children:(0,d.jsx)("g",{stroke:r,strokeWidth:a,children:(0,d.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})})}const g={closeButton:"closeButton_CVFx"};function y(e){return(0,d.jsx)("button",{type:"button","aria-label":(0,h.translate)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"}),...e,className:(0,a.A)("clean-btn close",g.closeButton,e.className),children:(0,d.jsx)(b,{width:14,height:14,strokeWidth:3.1})})}const v={content:"content_knG7"};function w(e){const{announcementBar:t}=(0,f.p)(),{content:n}=t;return(0,d.jsx)("div",{...e,className:(0,a.A)(v.content,e.className),dangerouslySetInnerHTML:{__html:n}})}const S={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function x(){const{announcementBar:e}=(0,f.p)(),{isActive:t,close:n}=(0,m.M)();if(!t)return null;const{backgroundColor:r,textColor:a,isCloseable:o}=e;return(0,d.jsxs)("div",{className:S.announcementBar,style:{backgroundColor:r,color:a},role:"banner",children:[o&&(0,d.jsx)("div",{className:S.announcementBarPlaceholder}),(0,d.jsx)(w,{className:S.announcementBarContent}),o&&(0,d.jsx)(y,{onClick:n,className:S.announcementBarClose})]})}var k=n(22069),E=n(61182),_=n(43458),j=n(98695);function O(e){let{header:t,primaryMenu:n,secondaryMenu:r}=e;const{shown:o}=(0,j.T)();return(0,d.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,d.jsxs)("div",{className:(0,a.A)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":o}),children:[(0,d.jsx)("div",{className:"navbar-sidebar__item menu",children:n}),(0,d.jsx)("div",{className:"navbar-sidebar__item menu",children:r})]})]})}var P=n(95293),A=n(92303);function C(e){return(0,d.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,d.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})})}function T(e){return(0,d.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,d.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})})}const I={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function N(e){let{className:t,buttonClassName:n,value:r,onChange:o}=e;const i=(0,A.default)(),s=(0,h.translate)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===r?(0,h.translate)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,h.translate)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,d.jsx)("div",{className:(0,a.A)(I.toggle,t),children:(0,d.jsxs)("button",{className:(0,a.A)("clean-btn",I.toggleButton,!i&&I.toggleButtonDisabled,n),type:"button",onClick:()=>o("dark"===r?"light":"dark"),disabled:!i,title:s,"aria-label":s,"aria-live":"polite",children:[(0,d.jsx)(C,{className:(0,a.A)(I.toggleIcon,I.lightToggleIcon)}),(0,d.jsx)(T,{className:(0,a.A)(I.toggleIcon,I.darkToggleIcon)})]})})}const R=r.memo(N),D={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function L(e){let{className:t}=e;const n=(0,f.p)().navbar.style,r=(0,f.p)().colorMode.disableSwitch,{colorMode:a,setColorMode:o}=(0,P.G)();return r?null:(0,d.jsx)(R,{className:t,buttonClassName:"dark"===n?D.darkNavbarColorModeToggle:void 0,value:a,onChange:o})}var F=n(23465);function M(){return(0,d.jsx)(F.A,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function B(){const e=(0,k.M)();return(0,d.jsx)("button",{type:"button","aria-label":(0,h.translate)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle(),children:(0,d.jsx)(b,{color:"var(--ifm-color-emphasis-600)"})})}function z(){return(0,d.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,d.jsx)(M,{}),(0,d.jsx)(L,{className:"margin-right--md"}),(0,d.jsx)(B,{})]})}var $=n(28774),U=n(86025),q=n(16654),H=n(91252),V=n(43186);function W(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:a,label:o,html:i,isDropdownLink:s,prependBaseUrlToHref:l,...c}=e;const u=(0,U.default)(r),p=(0,U.default)(t),f=(0,U.default)(a,{forcePrependBaseUrl:!0}),m=o&&a&&!(0,q.A)(a),h=i?{dangerouslySetInnerHTML:{__html:i}}:{children:(0,d.jsxs)(d.Fragment,{children:[o,m&&(0,d.jsx)(V.A,{...s&&{width:12,height:12}})]})};return a?(0,d.jsx)($.default,{href:l?f:a,...c,...h}):(0,d.jsx)($.default,{to:u,isNavLink:!0,...(t||n)&&{isActive:(e,t)=>n?(0,H.G)(n,t.pathname):t.pathname.startsWith(p)},...c,...h})}function G(e){let{className:t,isDropdownItem:n=!1,...r}=e;const o=(0,d.jsx)(W,{className:(0,a.A)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n,...r});return n?(0,d.jsx)("li",{children:o}):o}function K(e){let{className:t,isDropdownItem:n,...r}=e;return(0,d.jsx)("li",{className:"menu__list-item",children:(0,d.jsx)(W,{className:(0,a.A)("menu__link",t),...r})})}function Z(e){let{mobile:t=!1,position:n,...r}=e;const a=t?K:G;return(0,d.jsx)(a,{...r,activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")})}var Y=n(41422),Q=n(99169),X=n(9342);const J="dropdownNavbarItemMobile_S0Fm";function ee(e,t){return e.some((e=>function(e,t){return!!(0,Q.ys)(e.to,t)||!!(0,H.G)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function te(e){let{items:t,position:n,className:o,onClick:i,...s}=e;const l=(0,r.useRef)(null),[c,u]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const e=e=>{l.current&&!l.current.contains(e.target)&&u(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[l]),(0,d.jsxs)("div",{ref:l,className:(0,a.A)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":c}),children:[(0,d.jsx)(W,{"aria-haspopup":"true","aria-expanded":c,role:"button",href:s.to?void 0:"#",className:(0,a.A)("navbar__link",o),...s,onClick:s.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),u(!c))},children:s.children??s.label}),(0,d.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,r.createElement)(Ce,{isDropdownItem:!0,activeClassName:"dropdown__link--active",...e,key:t})))})]})}function ne(e){let{items:t,className:n,position:o,onClick:i,...s}=e;const l=(0,X.B)(),c=ee(t,l),{collapsed:u,toggleCollapsed:p,setCollapsed:f}=(0,Y.u)({initialState:()=>!c});return(0,r.useEffect)((()=>{c&&f(!c)}),[l,c,f]),(0,d.jsxs)("li",{className:(0,a.A)("menu__list-item",{"menu__list-item--collapsed":u}),children:[(0,d.jsx)(W,{role:"button",className:(0,a.A)(J,"menu__link menu__link--sublist menu__link--sublist-caret",n),...s,onClick:e=>{e.preventDefault(),p()},children:s.children??s.label}),(0,d.jsx)(Y.N,{lazy:!0,as:"ul",className:"menu__list",collapsed:u,children:t.map(((e,t)=>(0,r.createElement)(Ce,{mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active",...e,key:t})))})]})}function re(e){let{mobile:t=!1,...n}=e;const r=t?ne:te;return(0,d.jsx)(r,{...n})}var ae=n(44586),oe=n(32131),ie=n(56347);function se(e){let{width:t=20,height:n=20,...r}=e;return(0,d.jsx)("svg",{viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0,...r,children:(0,d.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})})}const le="iconLanguage_nlXk";var ce=n(40961),ue=n(55600),de=n(5260),pe=n(24255),fe=n(51062),me=n(2967),he=n(82565);function be(){return[`language:${(0,ae.default)().i18n.currentLocale}`,function(){const e=(0,he.v)();return[me.C,...e]}().map((e=>`docusaurus_tag:${e}`))]}const ge={button:{buttonText:(0,h.translate)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,h.translate)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,h.translate)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,h.translate)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,h.translate)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,h.translate)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,h.translate)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,h.translate)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,h.translate)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,h.translate)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,h.translate)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,h.translate)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,h.translate)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,h.translate)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,h.translate)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,h.translate)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,h.translate)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,h.translate)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,h.translate)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,h.translate)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,h.translate)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,h.translate)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,h.translate)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,h.translate)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,h.translate)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,h.translate)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,h.translate)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};let ye=null;function ve(e){let{hit:t,children:n}=e;return(0,d.jsx)($.default,{to:t.url,children:n})}function we(e){let{state:t,onClose:n}=e;const r=(0,pe.w)();return(0,d.jsx)($.default,{to:r(t.query),onClick:n,children:(0,d.jsx)(h.default,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits},children:"See all {count} results"})})}function Se(e){let{contextualSearch:t,externalUrlRegex:a,...o}=e;const{siteMetadata:i}=(0,ae.default)(),s=(0,fe.C)(),l=be(),c=o.searchParameters?.facetFilters??[],u=t?function(e,t){const n=e=>"string"==typeof e?[e]:e;return[...n(e),...n(t)]}(l,c):c,p={...o.searchParameters,facetFilters:u},f=(0,ie.W6)(),m=(0,r.useRef)(null),h=(0,r.useRef)(null),[b,g]=(0,r.useState)(!1),[y,v]=(0,r.useState)(void 0),w=(0,r.useCallback)((()=>ye?Promise.resolve():Promise.all([n.e(8158).then(n.bind(n,48158)),Promise.all([n.e(1869),n.e(8913)]).then(n.bind(n,58913)),Promise.all([n.e(1869),n.e(416)]).then(n.bind(n,90416))]).then((e=>{let[{DocSearchModal:t}]=e;ye=t}))),[]),S=(0,r.useCallback)((()=>{if(!m.current){const e=document.createElement("div");m.current=e,document.body.insertBefore(e,document.body.firstChild)}}),[]),x=(0,r.useCallback)((()=>{S(),w().then((()=>g(!0)))}),[w,S]),k=(0,r.useCallback)((()=>{g(!1),h.current?.focus()}),[]),E=(0,r.useCallback)((e=>{"f"===e.key&&(e.metaKey||e.ctrlKey)||(e.preventDefault(),v(e.key),x())}),[x]),_=(0,r.useRef)({navigate(e){let{itemUrl:t}=e;(0,H.G)(a,t)?window.location.href=t:f.push(t)}}).current,j=(0,r.useRef)((e=>o.transformItems?o.transformItems(e):e.map((e=>({...e,url:s(e.url)}))))).current,O=(0,r.useMemo)((()=>e=>(0,d.jsx)(we,{...e,onClose:k})),[k]),P=(0,r.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",i.docusaurusVersion),e)),[i.docusaurusVersion]);return(0,ue.E8)({isOpen:b,onOpen:x,onClose:k,onInput:E,searchButtonRef:h}),(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(de.A,{children:(0,d.jsx)("link",{rel:"preconnect",href:`https://${o.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})}),(0,d.jsx)(ue.Bc,{onTouchStart:w,onFocus:w,onMouseOver:w,onClick:x,ref:h,translations:ge.button}),b&&ye&&m.current&&(0,ce.createPortal)((0,d.jsx)(ye,{onClose:k,initialScrollY:window.scrollY,initialQuery:y,navigator:_,transformItems:j,hitComponent:ve,transformSearchClient:P,...o.searchPagePath&&{resultsFooterComponent:O},...o,searchParameters:p,placeholder:ge.placeholder,translations:ge.modal}),m.current)]})}function xe(){const{siteConfig:e}=(0,ae.default)();return(0,d.jsx)(Se,{...e.themeConfig.algolia})}const ke={navbarSearchContainer:"navbarSearchContainer_Bca1"};function Ee(e){let{children:t,className:n}=e;return(0,d.jsx)("div",{className:(0,a.A)(n,ke.navbarSearchContainer),children:t})}var _e=n(44070),je=n(26972);var Oe=n(53886);function Pe(e,t){return t.alternateDocVersions[e.name]??function(e){return e.docs.find((t=>t.id===e.mainDocId))}(e)}const Ae={default:Z,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,queryString:a="",...o}=e;const{i18n:{currentLocale:i,locales:s,localeConfigs:l}}=(0,ae.default)(),c=(0,oe.o)(),{search:u,hash:p}=(0,ie.zy)(),f=[...n,...s.map((e=>{const n=`${`pathname://${c.createUrl({locale:e,fullyQualified:!1})}`}${u}${p}${a}`;return{label:l[e].label,lang:l[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],m=t?(0,h.translate)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):l[i].label;return(0,d.jsx)(re,{...o,mobile:t,label:(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(se,{className:le}),m]}),items:f})},search:function(e){let{mobile:t,className:n}=e;return t?null:(0,d.jsx)(Ee,{className:n,children:(0,d.jsx)(xe,{})})},dropdown:re,html:function(e){let{value:t,className:n,mobile:r=!1,isDropdownItem:o=!1}=e;const i=o?"li":"div";return(0,d.jsx)(i,{className:(0,a.A)({navbar__item:!r&&!o,"menu__list-item":r},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,_e.useActiveDocContext)(r),i=(0,je.QB)(t,r),s=o?.path===i?.path;return null===i||i.unlisted&&!s?null:(0,d.jsx)(Z,{exact:!0,...a,isActive:()=>s||!!o?.sidebar&&o.sidebar===i.sidebar,label:n??i.id,to:i.path})},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...a}=e;const{activeDoc:o}=(0,_e.useActiveDocContext)(r),i=(0,je.fW)(t,r).link;if(!i)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,d.jsx)(Z,{exact:!0,...a,isActive:()=>o?.sidebar===t,label:n??i.label,to:i.path})},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...a}=e;const o=(0,je.Vd)(r)[0],i=t??o.label,s=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(o).path;return(0,d.jsx)(Z,{...a,label:i,to:s})},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:a,dropdownItemsAfter:o,...i}=e;const{search:s,hash:l}=(0,ie.zy)(),c=(0,_e.useActiveDocContext)(n),u=(0,_e.useVersions)(n),{savePreferredVersionName:p}=(0,Oe.g1)(n),f=[...a,...u.map((function(e){const t=Pe(e,c);return{label:e.label,to:`${t.path}${s}${l}`,isActive:()=>e===c.activeVersion,onClick:()=>p(e.name)}})),...o],m=(0,je.Vd)(n)[0],b=t&&f.length>1?(0,h.translate)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):m.label,g=t&&f.length>1?void 0:Pe(m,c).path;return f.length<=1?(0,d.jsx)(Z,{...i,mobile:t,label:b,to:g,isActive:r?()=>!1:void 0}):(0,d.jsx)(re,{...i,mobile:t,label:b,to:g,items:f,isActive:r?()=>!1:void 0})}};function Ce(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),a=Ae[r];if(!a)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,d.jsx)(a,{...n})}function Te(){const e=(0,k.M)(),t=(0,f.p)().navbar.items;return(0,d.jsx)("ul",{className:"menu__list",children:t.map(((t,n)=>(0,r.createElement)(Ce,{mobile:!0,...t,onClick:()=>e.toggle(),key:n})))})}function Ie(e){return(0,d.jsx)("button",{...e,type:"button",className:"clean-btn navbar-sidebar__back",children:(0,d.jsx)(h.default,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})})}function Ne(){const e=0===(0,f.p)().navbar.items.length,t=(0,j.T)();return(0,d.jsxs)(d.Fragment,{children:[!e&&(0,d.jsx)(Ie,{onClick:()=>t.hide()}),t.content]})}function Re(){const e=(0,k.M)();return(0,_._)(e.shown),e.shouldRender?(0,d.jsx)(O,{header:(0,d.jsx)(z,{}),primaryMenu:(0,d.jsx)(Te,{}),secondaryMenu:(0,d.jsx)(Ne,{})}):null}const De={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Le(e){return(0,d.jsx)("div",{role:"presentation",...e,className:(0,a.A)("navbar-sidebar__backdrop",e.className)})}function Fe(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:r}}=(0,f.p)(),o=(0,k.M)(),{navbarRef:i,isNavbarVisible:s}=(0,E.S)(n);return(0,d.jsxs)("nav",{ref:i,"aria-label":(0,h.translate)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,a.A)("navbar","navbar--fixed-top",n&&[De.navbarHideable,!s&&De.navbarHidden],{"navbar--dark":"dark"===r,"navbar--primary":"primary"===r,"navbar-sidebar--show":o.shown}),children:[t,(0,d.jsx)(Le,{onClick:o.toggle}),(0,d.jsx)(Re,{})]})}var Me=n(12181),Be=n(76305);function ze(e){let{width:t=30,height:n=30,className:r,...a}=e;return(0,d.jsx)("svg",{className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true",...a,children:(0,d.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})})}function $e(){const{toggle:e,shown:t}=(0,k.M)();return(0,d.jsx)("button",{onClick:e,"aria-label":(0,h.translate)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,d.jsx)(ze,{})})}const Ue={colorModeToggle:"colorModeToggle_DEke"};function qe(e){let{items:t}=e;return(0,d.jsx)(d.Fragment,{children:t.map(((e,t)=>(0,d.jsx)(Me.k2,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,d.jsx)(Ce,{...e})},t)))})}function He(e){let{left:t,right:n}=e;return(0,d.jsxs)("div",{className:"navbar__inner",children:[(0,d.jsx)("div",{className:"navbar__items",children:t}),(0,d.jsx)("div",{className:"navbar__items navbar__items--right",children:n})]})}function Ve(){const e=(0,k.M)(),t=(0,f.p)().navbar.items,[n,r]=(0,Be.D)(t),a=t.find((e=>"search"===e.type));return(0,d.jsx)(He,{left:(0,d.jsxs)(d.Fragment,{children:[!e.disabled&&(0,d.jsx)($e,{}),(0,d.jsx)(M,{}),(0,d.jsx)(qe,{items:n})]}),right:(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(qe,{items:r}),(0,d.jsx)(L,{className:Ue.colorModeToggle}),!a&&(0,d.jsx)(Ee,{children:(0,d.jsx)(xe,{})})]})})}function We(){return(0,d.jsx)(Fe,{children:(0,d.jsx)(Ve,{})})}function Ge(e){const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{n(window.self!==window.top)}),[]),t?(0,d.jsx)("div",{className:"navbar",style:{height:0,visibility:"hidden"}}):(0,d.jsx)(d.Fragment,{children:(0,d.jsx)(We,{...e})})}var Ke=n(53106);function Ze(e){let{item:t}=e;const{to:n,href:r,label:a,prependBaseUrlToHref:o,...i}=t,s=(0,U.default)(n),l=(0,U.default)(r,{forcePrependBaseUrl:!0});return(0,d.jsxs)($.default,{className:"footer__link-item",...r?{href:o?l:r}:{to:s},...i,children:[a,r&&!(0,q.A)(r)&&(0,d.jsx)(V.A,{})]})}function Ye(e){let{item:t}=e;return t.html?(0,d.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):(0,d.jsx)("li",{className:"footer__item",children:(0,d.jsx)(Ze,{item:t})},t.href??t.to)}function Qe(e){let{column:t}=e;return(0,d.jsxs)("div",{className:"col footer__col",children:[(0,d.jsx)("div",{className:"footer__title",children:t.title}),(0,d.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(((e,t)=>(0,d.jsx)(Ye,{item:e},t)))})]})}function Xe(e){let{columns:t}=e;return(0,d.jsx)("div",{className:"row footer__links",children:t.map(((e,t)=>(0,d.jsx)(Qe,{column:e},t)))})}function Je(){return(0,d.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function et(e){let{item:t}=e;return t.html?(0,d.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):(0,d.jsx)(Ze,{item:t})}function tt(e){let{links:t}=e;return(0,d.jsx)("div",{className:"footer__links text--center",children:(0,d.jsx)("div",{className:"footer__links",children:t.map(((e,n)=>(0,d.jsxs)(r.Fragment,{children:[(0,d.jsx)(et,{item:e}),t.length!==n+1&&(0,d.jsx)(Je,{})]},n)))})})}function nt(e){let{links:t}=e;return(0,Ke.C)(t)?(0,d.jsx)(Xe,{columns:t}):(0,d.jsx)(tt,{links:t})}var rt=n(15626);const at="footerLogoLink_BH7S";function ot(e){let{logo:t}=e;const{withBaseUrl:n}=(0,U.useBaseUrlUtils)(),r={light:n(t.src),dark:n(t.srcDark??t.src)};return(0,d.jsx)(rt.default,{className:(0,a.A)("footer__logo",t.className),alt:t.alt,sources:r,width:t.width,height:t.height,style:t.style})}function it(e){let{logo:t}=e;return t.href?(0,d.jsx)($.default,{href:t.href,className:at,target:t.target,children:(0,d.jsx)(ot,{logo:t})}):(0,d.jsx)(ot,{logo:t})}function st(e){let{copyright:t}=e;return(0,d.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function lt(e){let{style:t,links:n,logo:r,copyright:o}=e;return(0,d.jsx)("footer",{className:(0,a.A)("footer",{"footer--dark":"dark"===t}),children:(0,d.jsxs)("div",{className:"container container-fluid",children:[n,(r||o)&&(0,d.jsxs)("div",{className:"footer__bottom text--center",children:[r&&(0,d.jsx)("div",{className:"margin-bottom--sm",children:r}),o]})]})})}function ct(){const{footer:e}=(0,f.p)();if(!e)return null;const{copyright:t,links:n,logo:r,style:a}=e;return(0,d.jsx)(lt,{style:a,links:n&&n.length>0&&(0,d.jsx)(nt,{links:n}),logo:r&&(0,d.jsx)(it,{logo:r}),copyright:t&&(0,d.jsx)(st,{copyright:t})})}const ut=r.memo(ct);var dt=n(89532),pt=n(23104);const ft=(0,dt.fM)([P.a,m.o,pt.Tv,Oe.VQ,i.Jx,Be.G]);function mt(e){let{children:t}=e;return(0,d.jsx)(ft,{children:t})}var ht=n(51107);function bt(e){let{error:t,tryAgain:n}=e;return(0,d.jsx)("main",{className:"container margin-vert--xl",children:(0,d.jsx)("div",{className:"row",children:(0,d.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,d.jsx)(ht.default,{as:"h1",className:"hero__title",children:(0,d.jsx)(h.default,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,d.jsx)("div",{className:"margin-vert--lg",children:(0,d.jsx)(Me.a2,{onClick:n,className:"button button--primary shadow--lw"})}),(0,d.jsx)("hr",{}),(0,d.jsx)("div",{className:"margin-vert--md",children:(0,d.jsx)(Me.bq,{error:t})})]})})})}const gt={mainWrapper:"mainWrapper_z2l0"};function yt(e){const{children:t,noFooter:n,wrapperClassName:r,title:u,description:f}=e;return(0,c.J)(),(0,d.jsxs)(mt,{children:[(0,d.jsx)(i.be,{title:u,description:f}),(0,d.jsx)(p,{}),(0,d.jsx)(x,{}),(0,d.jsx)(Ge,{}),(0,d.jsx)("div",{id:s.j,className:(0,a.A)(l.G.wrapper.main,gt.mainWrapper,r),children:(0,d.jsx)(o.A,{fallback:e=>(0,d.jsx)(bt,{...e}),children:t})}),!n&&(0,d.jsx)(ut,{})]})}function vt(e){return(0,r.useEffect)((()=>{const e=window.matchMedia("(prefers-color-scheme: dark)").matches;document.documentElement.setAttribute("data-theme",e?"dark":"light");const t=e=>{document.documentElement.setAttribute("data-theme",e.matches?"dark":"light")},n=window.matchMedia("(prefers-color-scheme: dark)");return n.addEventListener("change",t),()=>{n.removeEventListener("change",t)}}),[]),(0,d.jsx)(d.Fragment,{children:(0,d.jsx)(yt,{...e})})}},38075:(e,t,n)=>{"use strict";var r=n(70453),a=n(10487),o=a(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&o(e,".prototype.")>-1?a(n):n}},10487:(e,t,n)=>{"use strict";var r=n(66743),a=n(70453),o=n(96897),i=n(69675),s=a("%Function.prototype.apply%"),l=a("%Function.prototype.call%"),c=a("%Reflect.apply%",!0)||r.call(l,s),u=n(30655),d=a("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new i("a function is required");var t=c(r,l,arguments);return o(t,1+d(0,e.length-(arguments.length-1)),!0)};var p=function(){return c(r,s,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},96763:(e,t,n)=>{var r=n(40537),a=n(94148);function o(){return(new Date).getTime()}var i,s=Array.prototype.slice,l={};i=void 0!==n.g&&n.g.console?n.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var c=[[function(){},"log"],[function(){i.log.apply(i,arguments)},"info"],[function(){i.log.apply(i,arguments)},"warn"],[function(){i.warn.apply(i,arguments)},"error"],[function(e){l[e]=o()},"time"],[function(e){var t=l[e];if(!t)throw new Error("No such label: "+e);delete l[e];var n=o()-t;i.log(e+": "+n+"ms")},"timeEnd"],[function(){var e=new Error;e.name="Trace",e.message=r.format.apply(null,arguments),i.error(e.stack)},"trace"],[function(e){i.log(r.inspect(e)+"\n")},"dir"],[function(e){if(!e){var t=s.call(arguments,1);a.ok(!1,r.format.apply(null,t))}},"assert"]],u=0;u{"use strict";var r=n(30655),a=n(58068),o=n(69675),i=n(75795);e.exports=function(e,t,n){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new o("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new o("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new o("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new o("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new o("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new o("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,l=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,u=arguments.length>6&&arguments[6],d=!!i&&i(e,t);if(r)r(e,t,{configurable:null===c&&d?d.configurable:!c,enumerable:null===s&&d?d.enumerable:!s,value:n,writable:null===l&&d?d.writable:!l});else{if(!u&&(s||l||c))throw new a("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=n}}},38452:(e,t,n)=>{"use strict";var r=n(1189),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,i=Array.prototype.concat,s=n(30041),l=n(30592)(),c=function(e,t,n,r){if(t in e)if(!0===r){if(e[t]===n)return}else if("function"!=typeof(a=r)||"[object Function]"!==o.call(a)||!r())return;var a;l?s(e,t,n,!0):s(e,t,n)},u=function(e,t){var n=arguments.length>2?arguments[2]:{},o=r(t);a&&(o=i.call(o,Object.getOwnPropertySymbols(t)));for(var s=0;s{"use strict";var r=n(70453)("%Object.defineProperty%",!0)||!1;if(r)try{r({},"a",{value:1})}catch(a){r=!1}e.exports=r},41237:e=>{"use strict";e.exports=EvalError},69383:e=>{"use strict";e.exports=Error},79290:e=>{"use strict";e.exports=RangeError},79538:e=>{"use strict";e.exports=ReferenceError},58068:e=>{"use strict";e.exports=SyntaxError},69675:e=>{"use strict";e.exports=TypeError},35345:e=>{"use strict";e.exports=URIError},82682:(e,t,n)=>{"use strict";var r=n(69600),a=Object.prototype.toString,o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){if(!r(t))throw new TypeError("iterator must be a function");var i;arguments.length>=3&&(i=n),"[object Array]"===a.call(e)?function(e,t,n){for(var r=0,a=e.length;r{"use strict";var t=Object.prototype.toString,n=Math.max,r=function(e,t){for(var n=[],r=0;r{"use strict";var r=n(89353);e.exports=Function.prototype.bind||r},70453:(e,t,n)=>{"use strict";var r,a=n(69383),o=n(41237),i=n(79290),s=n(79538),l=n(58068),c=n(69675),u=n(35345),d=Function,p=function(e){try{return d('"use strict"; return ('+e+").constructor;")()}catch(t){}},f=Object.getOwnPropertyDescriptor;if(f)try{f({},"")}catch(D){f=null}var m=function(){throw new c},h=f?function(){try{return m}catch(e){try{return f(arguments,"callee").get}catch(t){return m}}}():m,b=n(64039)(),g=n(80024)(),y=Object.getPrototypeOf||(g?function(e){return e.__proto__}:null),v={},w="undefined"!=typeof Uint8Array&&y?y(Uint8Array):r,S={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":b&&y?y([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":v,"%AsyncGenerator%":v,"%AsyncGeneratorFunction%":v,"%AsyncIteratorPrototype%":v,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":o,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":d,"%GeneratorFunction%":v,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":b&&y?y(y([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&b&&y?y((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":i,"%ReferenceError%":s,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&b&&y?y((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":b&&y?y(""[Symbol.iterator]()):r,"%Symbol%":b?Symbol:r,"%SyntaxError%":l,"%ThrowTypeError%":h,"%TypedArray%":w,"%TypeError%":c,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":u,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet};if(y)try{null.error}catch(D){var x=y(y(D));S["%Error.prototype%"]=x}var k=function e(t){var n;if("%AsyncFunction%"===t)n=p("async function () {}");else if("%GeneratorFunction%"===t)n=p("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=p("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&y&&(n=y(a.prototype))}return S[t]=n,n},E={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_=n(66743),j=n(9957),O=_.call(Function.call,Array.prototype.concat),P=_.call(Function.apply,Array.prototype.splice),A=_.call(Function.call,String.prototype.replace),C=_.call(Function.call,String.prototype.slice),T=_.call(Function.call,RegExp.prototype.exec),I=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,N=/\\(\\)?/g,R=function(e,t){var n,r=e;if(j(E,r)&&(r="%"+(n=E[r])[0]+"%"),j(S,r)){var a=S[r];if(a===v&&(a=k(r)),void 0===a&&!t)throw new c("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new l("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new c("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new c('"allowMissing" argument must be a boolean');if(null===T(/^%?[^%]*%?$/,e))throw new l("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=C(e,0,1),n=C(e,-1);if("%"===t&&"%"!==n)throw new l("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new l("invalid intrinsic syntax, expected opening `%`");var r=[];return A(e,I,(function(e,t,n,a){r[r.length]=n?A(a,N,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=R("%"+r+"%",t),o=a.name,i=a.value,s=!1,u=a.alias;u&&(r=u[0],P(n,O([0,1],u)));for(var d=1,p=!0;d=n.length){var g=f(i,m);i=(p=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:i[m]}else p=j(i,m),i=i[m];p&&!s&&(S[o]=i)}}return i}},75795:(e,t,n)=>{"use strict";var r=n(70453)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(a){r=null}e.exports=r},30592:(e,t,n)=>{"use strict";var r=n(30655),a=function(){return!!r};a.hasArrayLengthDefineBug=function(){if(!r)return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=a},80024:e=>{"use strict";var t={__proto__:null,foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!(t instanceof n)}},64039:(e,t,n)=>{"use strict";var r="undefined"!=typeof Symbol&&Symbol,a=n(41333);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&a())))}},41333:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},49092:(e,t,n)=>{"use strict";var r=n(41333);e.exports=function(){return r()&&!!Symbol.toStringTag}},9957:(e,t,n)=>{"use strict";var r=Function.prototype.call,a=Object.prototype.hasOwnProperty,o=n(66743);e.exports=o.call(r,a)},31513:(e,t,n)=>{"use strict";n.d(t,{zR:()=>w,TM:()=>j,yJ:()=>f,sC:()=>P,AO:()=>p});var r=n(58168);function a(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,r=n+1,a=e.length;r=0;p--){var f=i[p];"."===f?o(i,p):".."===f?(o(i,p),d++):d&&(o(i,p),d--)}if(!c)for(;d--;d)i.unshift("..");!c||""===i[0]||i[0]&&a(i[0])||i.unshift("");var m=i.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var s=n(11561);function l(e){return"/"===e.charAt(0)?e:"/"+e}function c(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,r=e.hash,a=t||"/";return n&&"?"!==n&&(a+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(a+="#"===r.charAt(0)?r:"#"+r),a}function f(e,t,n,a){var o;"string"==typeof e?(o=function(e){var t=e||"/",n="",r="",a=t.indexOf("#");-1!==a&&(r=t.substr(a),t=t.substr(0,a));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),o.state=t):(void 0===(o=(0,r.A)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(s){throw s instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):s}return n&&(o.key=n),a?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=i(o.pathname,a.pathname)):o.pathname=a.pathname:o.pathname||(o.pathname="/"),o}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,a){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,a):a(!0):a(!1!==o)}else a(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,a):n.push(a),d({action:r,location:a,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",a=f(e,t,h(),w.location);u.confirmTransitionTo(a,r,n,(function(e){e&&(w.entries[w.index]=a,d({action:r,location:a}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=w.index+e;return t>=0&&t{"use strict";var r=n(44363),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?i:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(m){var a=f(n);a&&a!==m&&e(t,a,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var s=l(t),h=l(n),b=0;b{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},20311:e=>{"use strict";e.exports=function(e,t,n,r,a,o,i,s){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,a,o,i,s],u=0;(l=new Error(t.replace(/%s/g,(function(){return c[u++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},47244:(e,t,n)=>{"use strict";var r=n(49092)(),a=n(38075)("Object.prototype.toString"),o=function(e){return!(r&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===a(e)},i=function(e){return!!o(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==a(e)&&"[object Function]"===a(e.callee)},s=function(){return o(arguments)}();o.isLegacyArguments=i,e.exports=s?o:i},69600:e=>{"use strict";var t,n,r=Function.prototype.toString,a="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof a&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw n}}),n={},a((function(){throw 42}),null,t)}catch(f){f!==n&&(a=null)}else a=null;var o=/^\s*class\b/,i=function(e){try{var t=r.call(e);return o.test(t)}catch(n){return!1}},s=function(e){try{return!i(e)&&(r.call(e),!0)}catch(t){return!1}},l=Object.prototype.toString,c="function"==typeof Symbol&&!!Symbol.toStringTag,u=!(0 in[,]),d=function(){return!1};if("object"==typeof document){var p=document.all;l.call(p)===l.call(document.all)&&(d=function(e){if((u||!e)&&(void 0===e||"object"==typeof e))try{var t=l.call(e);return("[object HTMLAllCollection]"===t||"[object HTML document.all class]"===t||"[object HTMLCollection]"===t||"[object Object]"===t)&&null==e("")}catch(n){}return!1})}e.exports=a?function(e){if(d(e))return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;try{a(e,null,t)}catch(r){if(r!==n)return!1}return!i(e)&&s(e)}:function(e){if(d(e))return!0;if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if(c)return s(e);if(i(e))return!1;var t=l.call(e);return!("[object Function]"!==t&&"[object GeneratorFunction]"!==t&&!/^\[object HTML/.test(t))&&s(e)}},48184:(e,t,n)=>{"use strict";var r,a=Object.prototype.toString,o=Function.prototype.toString,i=/^\s*(?:function)?\*/,s=n(49092)(),l=Object.getPrototypeOf;e.exports=function(e){if("function"!=typeof e)return!1;if(i.test(o.call(e)))return!0;if(!s)return"[object GeneratorFunction]"===a.call(e);if(!l)return!1;if(void 0===r){var t=function(){if(!s)return!1;try{return Function("return function*() {}")()}catch(e){}}();r=!!t&&l(t)}return l(e)===r}},13003:e=>{"use strict";e.exports=function(e){return e!=e}},24133:(e,t,n)=>{"use strict";var r=n(10487),a=n(38452),o=n(13003),i=n(76642),s=n(92464),l=r(i(),Number);a(l,{getPolyfill:i,implementation:o,shim:s}),e.exports=l},76642:(e,t,n)=>{"use strict";var r=n(13003);e.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:r}},92464:(e,t,n)=>{"use strict";var r=n(38452),a=n(76642);e.exports=function(){var e=a();return r(Number,{isNaN:e},{isNaN:function(){return Number.isNaN!==e}}),e}},35680:(e,t,n)=>{"use strict";var r=n(25767);e.exports=function(e){return!!r(e)}},64634:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},96817:(e,t,n)=>{"use strict";n.r(t)},89888:(e,t,n)=>{"use strict";n.r(t)},10119:(e,t,n)=>{"use strict";n.r(t)},5947:function(e,t,n){var r,a;r=function(){var e,t,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
    '};function a(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}function i(e,t,n){var a;return(a="translate3d"===r.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,a}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(r[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=a(e,r.minimum,1),n.status=1===e?null:e;var o=n.render(!t),c=o.querySelector(r.barSelector),u=r.speed,d=r.easing;return o.offsetWidth,s((function(t){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),l(c,i(e,u,d)),1===e?(l(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout((function(){l(o,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),r.trickleSpeed)};return r.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},e=0,t=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===t&&n.start(),e++,t++,r.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=r.template;var a,i=t.querySelector(r.barSelector),s=e?"-100":o(n.status||0),c=document.querySelector(r.parent);return l(i,{transition:"all 0 linear",transform:"translate3d("+s+"%,0,0)"}),r.showSpinner||(a=t.querySelector(r.spinnerSelector))&&f(a),c!=document.body&&u(c,"nprogress-custom-parent"),c.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(r.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var s=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),l=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;for(var r,a=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);a--;)if((r=e[a]+o)in n)return r;return t}function a(e){return e=n(e),t[e]||(t[e]=r(e))}function o(e,t,n){t=a(t),e.style[t]=n}return function(e,t){var n,r,a=arguments;if(2==a.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&o(e,n,r);else o(e,a[1],a[2])}}();function c(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=p(e),r=n+t;c(n,t)||(e.className=r.substring(1))}function d(e,t){var n,r=p(e);c(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(a="function"==typeof r?r.call(t,n,t,e):r)||(e.exports=a)},89211:e=>{"use strict";var t=function(e){return e!=e};e.exports=function(e,n){return 0===e&&0===n?1/e==1/n:e===n||!(!t(e)||!t(n))}},37653:(e,t,n)=>{"use strict";var r=n(38452),a=n(10487),o=n(89211),i=n(9394),s=n(36576),l=a(i(),Object);r(l,{getPolyfill:i,implementation:o,shim:s}),e.exports=l},9394:(e,t,n)=>{"use strict";var r=n(89211);e.exports=function(){return"function"==typeof Object.is?Object.is:r}},36576:(e,t,n)=>{"use strict";var r=n(9394),a=n(38452);e.exports=function(){var e=r();return a(Object,{is:e},{is:function(){return Object.is!==e}}),e}},28875:(e,t,n)=>{"use strict";var r;if(!Object.keys){var a=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=n(1093),s=Object.prototype.propertyIsEnumerable,l=!s.call({toString:null},"toString"),c=s.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},f=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&a.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{d(window[e])}catch(t){return!0}}catch(t){return!0}return!1}();r=function(e){var t=null!==e&&"object"==typeof e,n="[object Function]"===o.call(e),r=i(e),s=t&&"[object String]"===o.call(e),p=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var m=c&&n;if(s&&e.length>0&&!a.call(e,0))for(var h=0;h0)for(var b=0;b{"use strict";var r=Array.prototype.slice,a=n(1093),o=Object.keys,i=o?function(e){return o(e)}:n(28875),s=Object.keys;i.shim=function(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function(e){return a(e)?s(r.call(e)):s(e)})}else Object.keys=i;return Object.keys||i},e.exports=i},1093:e=>{"use strict";var t=Object.prototype.toString;e.exports=function(e){var n=t.call(e),r="[object Arguments]"===n;return r||(r="[object Array]"!==n&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),r}},38403:(e,t,n)=>{"use strict";var r=n(1189),a=n(41333)(),o=n(38075),i=Object,s=o("Array.prototype.push"),l=o("Object.prototype.propertyIsEnumerable"),c=a?Object.getOwnPropertySymbols:null;e.exports=function(e,t){if(null==e)throw new TypeError("target must be an object");var n=i(e);if(1===arguments.length)return n;for(var o=1;o{"use strict";var r=n(38403);e.exports=function(){return Object.assign?function(){if(!Object.assign)return!1;for(var e="abcdefghijklmnopqrst",t=e.split(""),n={},r=0;r{"use strict";e.exports=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},57022:()=>{!function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var a=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],o=r.variable[1].inside,i=0;i{!function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})}(Prism)},75538:()=>{!function(e){var t={pattern:/((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:null}}};e.languages.groovy=e.languages.extend("clike",{string:{pattern:/'''(?:[^\\]|\\[\s\S])*?'''|'(?:\\.|[^\\'\r\n])*'/,greedy:!0},keyword:/\b(?:abstract|as|assert|boolean|break|byte|case|catch|char|class|const|continue|def|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|in|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),e.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment",greedy:!0},"interpolation-string":{pattern:/"""(?:[^\\]|\\[\s\S])*?"""|(["/])(?:\\.|(?!\1)[^\\\r\n])*\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}}}),e.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:and|cleanup|expect|given|setup|then|when|where):/}),e.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),t.inside.expression.inside=e.languages.groovy}(Prism)},96976:()=>{!function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(//g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism)},72514:()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Prism.languages.webmanifest=Prism.languages.json},10267:()=>{!function(e){var t=/("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/;e.languages.json5=e.languages.extend("json",{property:[{pattern:RegExp(t.source+"(?=\\s*:)"),greedy:!0},{pattern:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/,alias:"unquoted"}],string:{pattern:t,greedy:!0},number:/[+-]?\b(?:NaN|Infinity|0x[a-fA-F\d]+)\b|[+-]?(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+\b)?/})}(Prism)},70696:()=>{Prism.languages.jsonp=Prism.languages.extend("json",{punctuation:/[{}[\]();,.]/}),Prism.languages.insertBefore("jsonp","punctuation",{function:/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/})},69913:()=>{!function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Prism)},19700:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,a,o){if(n.language===r){var i=n.tokenStack=[];n.code=n.code.replace(a,(function(e){if("function"==typeof o&&!o(e))return e;for(var a,s=i.length;-1!==n.code.indexOf(a=t(r,s));)++s;return i[s]=e,a})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var a=0,o=Object.keys(n.tokenStack);!function i(s){for(var l=0;l=o.length);l++){var c=s[l];if("string"==typeof c||c.content&&"string"==typeof c.content){var u=o[a],d=n.tokenStack[u],p="string"==typeof c?c:c.content,f=t(r,u),m=p.indexOf(f);if(m>-1){++a;var h=p.substring(0,m),b=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),g=p.substring(m+f.length),y=[];h&&y.push.apply(y,i([h])),y.push(b),g&&y.push.apply(y,i([g])),"string"==typeof c?s.splice.apply(s,[l,1].concat(y)):c.content=y}}else c.content&&i(c.content)}return s}(n.tokens)}}}})}(Prism)},20596:()=>{Prism.languages.objectivec=Prism.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Prism.languages.objectivec["class-name"],Prism.languages.objc=Prism.languages.objectivec},52342:()=>{Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python},41648:()=>{!function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===||[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(Prism)},54793:()=>{Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=Prism.languages.swift}))},57988:(e,t,n)=>{var r={"./prism-bash":57022,"./prism-flow":13028,"./prism-groovy":75538,"./prism-java":96976,"./prism-json":72514,"./prism-json5":10267,"./prism-jsonp":70696,"./prism-kotlin":69913,"./prism-objectivec":20596,"./prism-python":52342,"./prism-ruby":41648,"./prism-swift":54793};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id=57988},65606:e=>{var t,n,r=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:a}catch(e){t=a}try{n="function"==typeof clearTimeout?clearTimeout:o}catch(e){n=o}}();var s,l=[],c=!1,u=-1;function d(){c&&s&&(c=!1,s.length?l=s.concat(l):u=-1,l.length&&p())}function p(){if(!c){var e=i(d);c=!0;for(var t=l.length;t;){for(s=l,l=[];++u1)for(var n=1;n{"use strict";var r=n(6925);function a(){}function o(){}o.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,o,i){if(i!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:a};return n.PropTypes=n,n}},5556:(e,t,n)=>{e.exports=n(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},22551:(e,t,n)=>{"use strict";var r=n(96763),a=n(96540),o=n(69982);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n