public static final class ExportModelMetadataRequest.Builder extends GeneratedMessage.Builder<ExportModelMetadataRequest.Builder> implements ExportModelMetadataRequestOrBuilderRequest for exporting Model metadata.
Protobuf type google.cloud.financialservices.v1.ExportModelMetadataRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportModelMetadataRequest.BuilderImplements
ExportModelMetadataRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportModelMetadataRequest build()| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest |
|
buildPartial()
public ExportModelMetadataRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest |
|
clear()
public ExportModelMetadataRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
clearModel()
public ExportModelMetadataRequest.Builder clearModel()Required. The resource name of the Model.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
This builder for chaining. |
clearStructuredMetadataDestination()
public ExportModelMetadataRequest.Builder clearStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
getDefaultInstanceForType()
public ExportModelMetadataRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getModel()
public String getModel()Required. The resource name of the Model.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The model. |
getModelBytes()
public ByteString getModelBytes()Required. The resource name of the Model.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for model. |
getStructuredMetadataDestination()
public BigQueryDestination getStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination |
The structuredMetadataDestination. |
getStructuredMetadataDestinationBuilder()
public BigQueryDestination.Builder getStructuredMetadataDestinationBuilder()Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
|
getStructuredMetadataDestinationOrBuilder()
public BigQueryDestinationOrBuilder getStructuredMetadataDestinationOrBuilder()Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestinationOrBuilder |
|
hasStructuredMetadataDestination()
public boolean hasStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the structuredMetadataDestination field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExportModelMetadataRequest other)
public ExportModelMetadataRequest.Builder mergeFrom(ExportModelMetadataRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportModelMetadataRequest |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportModelMetadataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportModelMetadataRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
mergeStructuredMetadataDestination(BigQueryDestination value)
public ExportModelMetadataRequest.Builder mergeStructuredMetadataDestination(BigQueryDestination value)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
setModel(String value)
public ExportModelMetadataRequest.Builder setModel(String value)Required. The resource name of the Model.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe model to set. |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
This builder for chaining. |
setModelBytes(ByteString value)
public ExportModelMetadataRequest.Builder setModelBytes(ByteString value)Required. The resource name of the Model.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for model to set. |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
This builder for chaining. |
setStructuredMetadataDestination(BigQueryDestination value)
public ExportModelMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination value)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|
setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)
public ExportModelMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)Required. BigQuery output where the metadata will be written.
.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportModelMetadataRequest.Builder |
|