public interface InputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParams(String key)
Additional domain-specific parameters describing the semantic of the
imported data, any string must be up to 25000
characters long.
#### AutoML Tables
`schema_inference_version`
: (integer) This value must be supplied.
|
GcsSource |
getGcsSource()
The Google Cloud Storage location for the input content.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The Google Cloud Storage location for the input content.
|
Map<String,String> |
getParams()
Deprecated.
|
int |
getParamsCount()
Additional domain-specific parameters describing the semantic of the
imported data, any string must be up to 25000
characters long.
#### AutoML Tables
`schema_inference_version`
: (integer) This value must be supplied.
|
Map<String,String> |
getParamsMap()
Additional domain-specific parameters describing the semantic of the
imported data, any string must be up to 25000
characters long.
#### AutoML Tables
`schema_inference_version`
: (integer) This value must be supplied.
|
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.
#### AutoML Tables
`schema_inference_version`
: (integer) This value must be supplied.
|
String |
getParamsOrThrow(String key)
Additional domain-specific parameters describing the semantic of the
imported data, any string must be up to 25000
characters long.
#### AutoML Tables
`schema_inference_version`
: (integer) This value must be supplied.
|
InputConfig.SourceCase |
getSourceCase() |
boolean |
hasGcsSource()
The Google Cloud Storage location for the input content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
The Google Cloud Storage location for the input content. For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
.google.cloud.automl.v1.GcsSource gcs_source = 1;GcsSource getGcsSource()
The Google Cloud Storage location for the input content. For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
.google.cloud.automl.v1.GcsSource gcs_source = 1;GcsSourceOrBuilder getGcsSourceOrBuilder()
The Google Cloud Storage location for the input content. For [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData], `gcs_source` points to a CSV file with a structure described in [InputConfig][google.cloud.automl.v1.InputConfig].
.google.cloud.automl.v1.GcsSource gcs_source = 1;int getParamsCount()
Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. #### AutoML Tables `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;boolean containsParams(String key)
Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. #### AutoML Tables `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;@Deprecated Map<String,String> getParams()
getParamsMap() instead.Map<String,String> getParamsMap()
Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. #### AutoML Tables `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;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. #### AutoML Tables `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;String getParamsOrThrow(String key)
Additional domain-specific parameters describing the semantic of the imported data, any string must be up to 25000 characters long. #### AutoML Tables `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;InputConfig.SourceCase getSourceCase()
Copyright © 2025 Google LLC. All rights reserved.