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
447 448 449 450 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 447 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#export_format_id ⇒ ::String
447 448 449 450 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 447 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_destination ⇒ ::Google::Cloud::AIPlatform::V1::ContainerRegistryDestination
447 448 449 450 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 447 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |