Interface InputConfigOrBuilder (2.3.0)

public interface InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsParams(String key)

public abstract boolean containsParams(String key)

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. <h4>AutoML Tables</h4> schema_inference_version : (integer) This value must be supplied. The version of the algorithm to use for the initial inference of the column data types of the imported table. Allowed values: "1".

map<string, string> params = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getGcsSource()

public abstract GcsSource getGcsSource()

The Google Cloud Storage location for the input content. For AutoMl.ImportData, gcs_source points to a CSV file with a structure described in InputConfig.

.google.cloud.automl.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

The Google Cloud Storage location for the input content. For AutoMl.ImportData, gcs_source points to a CSV file with a structure described in InputConfig.

.google.cloud.automl.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
GcsSourceOrBuilder

getParams()

public abstract Map<String,String> getParams()

Use #getParamsMap() instead.

Returns
TypeDescription
Map<String,String>

getParamsCount()

public abstract int getParamsCount()

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. <h4>AutoML Tables</h4> schema_inference_version : (integer) This value must be supplied. The version of the algorithm to use for the initial inference of the column data types of the imported table. Allowed values: "1".

map<string, string> params = 2;

Returns
TypeDescription
int

getParamsMap()

public abstract Map<String,String> getParamsMap()

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. <h4>AutoML Tables</h4> schema_inference_version : (integer) This value must be supplied. The version of the algorithm to use for the initial inference of the column data types of the imported table. Allowed values: "1".

map<string, string> params = 2;

Returns
TypeDescription
Map<String,String>

getParamsOrDefault(String key, String defaultValue)

public abstract String getParamsOrDefault(String key, String defaultValue)

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. <h4>AutoML Tables</h4> schema_inference_version : (integer) This value must be supplied. The version of the algorithm to use for the initial inference of the column data types of the imported table. Allowed values: "1".

map<string, string> params = 2;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getParamsOrThrow(String key)

public abstract String getParamsOrThrow(String key)

Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. <h4>AutoML Tables</h4> schema_inference_version : (integer) This value must be supplied. The version of the algorithm to use for the initial inference of the column data types of the imported table. Allowed values: "1".

map<string, string> params = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getSourceCase()

public abstract InputConfig.SourceCase getSourceCase()
Returns
TypeDescription
InputConfig.SourceCase

hasGcsSource()

public abstract boolean hasGcsSource()

The Google Cloud Storage location for the input content. For AutoMl.ImportData, gcs_source points to a CSV file with a structure described in InputConfig.

.google.cloud.automl.v1.GcsSource gcs_source = 1;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.