- 3.84.0 (latest)
- 3.83.0
- 3.82.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class ExportModelRequest.OutputConfig.Builder extends GeneratedMessage.Builder<ExportModelRequest.OutputConfig.Builder> implements ExportModelRequest.OutputConfigOrBuilderOutput configuration for the Model export.
Protobuf type google.cloud.aiplatform.v1.ExportModelRequest.OutputConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportModelRequest.OutputConfig.BuilderImplements
ExportModelRequest.OutputConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportModelRequest.OutputConfig build()| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig |
|
buildPartial()
public ExportModelRequest.OutputConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig |
|
clear()
public ExportModelRequest.OutputConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
clearArtifactDestination()
public ExportModelRequest.OutputConfig.Builder clearArtifactDestination() The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
clearExportFormatId()
public ExportModelRequest.OutputConfig.Builder clearExportFormatId()The ID of the format in which the Model must be exported. Each Model lists the export formats it supports. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
string export_format_id = 1;
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
This builder for chaining. |
clearImageDestination()
public ExportModelRequest.OutputConfig.Builder clearImageDestination() The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
getArtifactDestination()
public GcsDestination getArtifactDestination() The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Returns | |
|---|---|
| Type | Description |
GcsDestination |
The artifactDestination. |
getArtifactDestinationBuilder()
public GcsDestination.Builder getArtifactDestinationBuilder() The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
|
getArtifactDestinationOrBuilder()
public GcsDestinationOrBuilder getArtifactDestinationOrBuilder() The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Returns | |
|---|---|
| Type | Description |
GcsDestinationOrBuilder |
|
getDefaultInstanceForType()
public ExportModelRequest.OutputConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExportFormatId()
public String getExportFormatId()The ID of the format in which the Model must be exported. Each Model lists the export formats it supports. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
string export_format_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The exportFormatId. |
getExportFormatIdBytes()
public ByteString getExportFormatIdBytes()The ID of the format in which the Model must be exported. Each Model lists the export formats it supports. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
string export_format_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for exportFormatId. |
getImageDestination()
public ContainerRegistryDestination getImageDestination() The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination |
The imageDestination. |
getImageDestinationBuilder()
public ContainerRegistryDestination.Builder getImageDestinationBuilder() The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
|
getImageDestinationOrBuilder()
public ContainerRegistryDestinationOrBuilder getImageDestinationOrBuilder() The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestinationOrBuilder |
|
hasArtifactDestination()
public boolean hasArtifactDestination() The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the artifactDestination field is set. |
hasImageDestination()
public boolean hasImageDestination() The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageDestination field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeArtifactDestination(GcsDestination value)
public ExportModelRequest.OutputConfig.Builder mergeArtifactDestination(GcsDestination value) The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
GcsDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
mergeFrom(ExportModelRequest.OutputConfig other)
public ExportModelRequest.OutputConfig.Builder mergeFrom(ExportModelRequest.OutputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportModelRequest.OutputConfig |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportModelRequest.OutputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportModelRequest.OutputConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
mergeImageDestination(ContainerRegistryDestination value)
public ExportModelRequest.OutputConfig.Builder mergeImageDestination(ContainerRegistryDestination value) The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ContainerRegistryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
setArtifactDestination(GcsDestination value)
public ExportModelRequest.OutputConfig.Builder setArtifactDestination(GcsDestination value) The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
GcsDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
setArtifactDestination(GcsDestination.Builder builderForValue)
public ExportModelRequest.OutputConfig.Builder setArtifactDestination(GcsDestination.Builder builderForValue) The Cloud Storage location where the Model artifact is to be
written to. Under the directory given as the destination a new one with
name "model-export-<model-display-name>-<timestamp-of-export-call>",
where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format,
will be created. Inside, the Model and any of its supporting files
will be written.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains ARTIFACT.
.google.cloud.aiplatform.v1.GcsDestination artifact_destination = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GcsDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
setExportFormatId(String value)
public ExportModelRequest.OutputConfig.Builder setExportFormatId(String value)The ID of the format in which the Model must be exported. Each Model lists the export formats it supports. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
string export_format_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe exportFormatId to set. |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
This builder for chaining. |
setExportFormatIdBytes(ByteString value)
public ExportModelRequest.OutputConfig.Builder setExportFormatIdBytes(ByteString value)The ID of the format in which the Model must be exported. Each Model lists the export formats it supports. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
string export_format_id = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for exportFormatId to set. |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
This builder for chaining. |
setImageDestination(ContainerRegistryDestination value)
public ExportModelRequest.OutputConfig.Builder setImageDestination(ContainerRegistryDestination value) The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ContainerRegistryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|
setImageDestination(ContainerRegistryDestination.Builder builderForValue)
public ExportModelRequest.OutputConfig.Builder setImageDestination(ContainerRegistryDestination.Builder builderForValue) The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
This field should only be set when the exportableContent field of the
[Model.supported_export_formats] object contains IMAGE.
.google.cloud.aiplatform.v1.ContainerRegistryDestination image_destination = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ContainerRegistryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportModelRequest.OutputConfig.Builder |
|