Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.
Instance Attribute Summary collapse
-
#artifact_output_uri ⇒ ::String
readonly
Output only.
-
#image_output_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#artifact_output_uri ⇒ ::String (readonly)
Returns Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.
419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 419 class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_output_uri ⇒ ::String (readonly)
Returns Output only. If the Model image is being exported to Google Container Registry or Artifact Registry this is the full path of the image created.
419 420 421 422 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 419 class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |