model

package
v0.0.0-...-265a0a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobsListResponse

type JobsListResponse struct {
	Jobs []dbmodel.Job `json:"jobs"`
}

JobsListResponse represents Databricks jobs/list response object

type JobsRunsSubmitRequest

type JobsRunsSubmitRequest struct {
	RunName      string               `json:"run_name"`
	NewCluster   dbmodel.NewCluster   `json:"new_cluster"`
	Libraries    []dbmodel.Library    `json:"libraries"`
	SparkJarTask dbmodel.SparkJarTask `json:"spark_jar_task"`
}

JobsRunsSubmitRequest represents DataBricks run submit request

type TestXMLResponse

type TestXMLResponse struct {
	Name string `xml:"Test Job"`
}

TestXMLResponse represents TestXML Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL