Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Details of ModelService.ExportModel operation.
Defined Under Namespace
Classes: OutputInfo
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
-
#output_info ⇒ ::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
readonly
Output only.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 376 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the ExportModel. Supplements # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}. # @!attribute [r] artifact_output_uri # @return [::String] # 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. # @!attribute [r] image_output_uri # @return [::String] # 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. class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_info ⇒ ::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo (readonly)
Returns Output only. Information further describing the output of this Model export.
376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 376 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the ExportModel. Supplements # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}. # @!attribute [r] artifact_output_uri # @return [::String] # 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. # @!attribute [r] image_output_uri # @return [::String] # 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. class OutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |