com.databricks.sdk.service.compute.Results Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.compute;
import com.databricks.sdk.support.Generated;
import com.databricks.sdk.support.ToStringer;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Collection;
import java.util.Map;
import java.util.Objects;
@Generated
public class Results {
/** The cause of the error */
@JsonProperty("cause")
private String cause;
/** */
@JsonProperty("data")
private Object data;
/** The image filename */
@JsonProperty("fileName")
private String fileName;
/** */
@JsonProperty("fileNames")
private Collection fileNames;
/** true if a JSON schema is returned instead of a string representation of the Hive type. */
@JsonProperty("isJsonSchema")
private Boolean isJsonSchema;
/** internal field used by SDK */
@JsonProperty("pos")
private Long pos;
/** */
@JsonProperty("resultType")
private ResultType resultType;
/** The table schema */
@JsonProperty("schema")
private Collection
© 2015 - 2024 Weber Informatics LLC | Privacy Policy