Cloud AI Platform v1 API - Class ExportModelOperationMetadata.Types.OutputInfo (2.27.0)

public sealed class ExportModelOperationMetadata.Types.OutputInfo : IMessage<ExportModelOperationMetadata.Types.OutputInfo>, IEquatable<ExportModelOperationMetadata.Types.OutputInfo>, IDeepCloneable<ExportModelOperationMetadata.Types.OutputInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportModelOperationMetadata.Types.OutputInfo.

Further describes the output of the ExportModel. Supplements [ExportModelRequest.OutputConfig][google.cloud.aiplatform.v1.ExportModelRequest.OutputConfig].

Inheritance

object > ExportModelOperationMetadata.Types.OutputInfo

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

OutputInfo()

public OutputInfo()

OutputInfo(OutputInfo)

public OutputInfo(ExportModelOperationMetadata.Types.OutputInfo other)
Parameter
NameDescription
otherExportModelOperationMetadataTypesOutputInfo

Properties

ArtifactOutputUri

public string ArtifactOutputUri { get; set; }

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.

Property Value
TypeDescription
string

ImageOutputUri

public string ImageOutputUri { get; set; }

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.

Property Value
TypeDescription
string