public interface ExportModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The resource name of the model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getOutputConfig()
public abstract ModelExportOutputConfig getOutputConfig()Required. The desired output location and configuration.
.google.cloud.automl.v1.ModelExportOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ModelExportOutputConfig | The outputConfig. |
getOutputConfigOrBuilder()
public abstract ModelExportOutputConfigOrBuilder getOutputConfigOrBuilder()Required. The desired output location and configuration.
.google.cloud.automl.v1.ModelExportOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ModelExportOutputConfigOrBuilder |
hasOutputConfig()
public abstract boolean hasOutputConfig()Required. The desired output location and configuration.
.google.cloud.automl.v1.ModelExportOutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the outputConfig field is set. |