Class: Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Output configuration for the Model export.
Instance Attribute Summary collapse
-
#artifact_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
The Cloud Storage location where the Model artifact is to be written to.
-
#export_format_id ⇒ ::String
The ID of the format in which the Model must be exported.
-
#image_destination ⇒ ::Google::Cloud::AIPlatform::V1::ContainerRegistryDestination
The Google Container Registry or Artifact Registry uri where the Model container image will be copied to.
Instance Attribute Details
#artifact_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns 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
.
388 389 390 391 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 388 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_format_id ⇒ ::String
Returns The ID of the format in which the Model must be exported. Each Model lists the [export formats it supports][google.cloud.aiplatform.v1.Model.supported_export_formats]. If no value is provided here, then the first from the list of the Model's supported formats is used by default.
388 389 390 391 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 388 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_destination ⇒ ::Google::Cloud::AIPlatform::V1::ContainerRegistryDestination
Returns 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
.
388 389 390 391 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 388 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |