ExportModelOperationMetadata_OutputInfo class final
Further describes the output of the ExportModel. Supplements
ExportModelRequest.OutputConfig.
- Inheritance
-
- Object
- ProtoMessage
- ExportModelOperationMetadata_OutputInfo
Constructors
- ExportModelOperationMetadata_OutputInfo({String artifactOutputUri = '', String imageOutputUri = ''})
- ExportModelOperationMetadata_OutputInfo.fromJson(Object? j)
-
factory
Properties
- artifactOutputUri → 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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageOutputUri → 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.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String