metadataSchemaUri property

String? metadataSchemaUri
getter/setter pair

Points to a YAML file stored on Google Cloud Storage describing additional information about the Model, that is specific to it.

Unset if the Model does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. AutoML Models always have this field populated by Vertex AI, if no additional metadata is needed, this field is set to an empty string. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.

Immutable.

Implementation

core.String? metadataSchemaUri;